@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@300;400;500;600&display=swap");

:root {
            --charcoal: #1c1c1e;
            --teal: #0d9488;
            --white: #ffffff;
            --light-gray: #f5f5f7;
            --medium-gray: #a1a1a6;
            --shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

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

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--charcoal);
            background-color: var(--white);
            line-height: 1.6;
        }

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

        /* Typography */
        h1, h2, h3, h4, h5, h6 {
            font-family: 'DM Sans', sans-serif;
            font-weight: 700;
            line-height: 1.2;
        }

        h1 {
            font-size: 3.5rem;
            letter-spacing: -0.02em;
            margin-bottom: 1rem;
        }

        h2 {
            font-size: 2.5rem;
            letter-spacing: -0.01em;
            margin-bottom: 0.75rem;
        }

        h3 {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }

        p {
            font-size: 1rem;
            margin-bottom: 1rem;
            color: #4a4a4e;
        }

        a {
            color: var(--teal);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        a:hover {
            color: var(--charcoal);
        }

        /* Header & Navigation */
        header {
            background-color: var(--white);
            border-bottom: 1px solid #e5e5e7;
            position: sticky;
            top: 0;
            z-index: 100;
        }

        header nav {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1.5rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .nav-brand {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .nav-brand h1 {
            font-size: 1.25rem;
            margin: 0;
            color: var(--charcoal);
        }

        .nav-brand p {
            font-size: 0.75rem;
            color: var(--medium-gray);
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
        }

        .nav-links a {
            font-size: 0.95rem;
            font-weight: 500;
            color: var(--charcoal);
            transition: color 0.3s ease;
        }

        .nav-links a:hover {
            color: var(--teal);
        }

        .nav-links a.active {
            color: var(--teal);
            border-bottom: 2px solid var(--teal);
            padding-bottom: 0.25rem;
        }

        /* Main Content */
        main {
            max-width: 1200px;
            margin: 0 auto;
        }

        section {
            padding: 4rem 2rem;
        }

        /* Hero Section */
        #hero {
            text-align: center;
            padding: 6rem 2rem;
            background-color: var(--white);
        }

        #hero h1 {
            color: var(--charcoal);
            margin-bottom: 1.5rem;
        }

        #hero .subheading {
            font-size: 1.25rem;
            color: #4a4a4e;
            max-width: 700px;
            margin: 0 auto 2rem;
            line-height: 1.5;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 2rem;
        }

        .btn {
            padding: 0.875rem 2rem;
            font-size: 0.95rem;
            font-weight: 600;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

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

        .btn-primary:hover {
            background-color: #0d7a6f;
            transform: translateY(-2px);
            box-shadow: var(--shadow);
        }

        .btn-secondary {
            background-color: transparent;
            color: var(--teal);
            border: 2px solid var(--teal);
        }

        .btn-secondary:hover {
            background-color: var(--teal);
            color: var(--white);
        }

        /* Trust Strip */
        .trust-strip {
            background-color: var(--light-gray);
            padding: 3rem 2rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            text-align: center;
            margin: 0 -2rem;
        }

        .trust-item h4 {
            color: var(--teal);
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }

        .trust-item p {
            color: var(--medium-gray);
            font-size: 0.9rem;
            margin: 0;
        }

        /* Offer Section */
        #nabidka_jidel {
            background-color: var(--white);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }

        #nabidka_jidel .section-content {
            padding: 0;
        }

        #nabidka_jidel .section-image {
            height: 400px;
            border-radius: 8px;
            overflow: hidden;
        }

        #nabidka_jidel .section-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #nabidka_jidel h2 {
            color: var(--charcoal);
            margin-bottom: 1rem;
        }

        #nabidka_jidel .subheading {
            font-size: 1.1rem;
            color: var(--teal);
            margin-bottom: 1.5rem;
            font-weight: 600;
        }

        #nabidka_jidel p {
            margin-bottom: 1.5rem;
        }

        .culinary-list {
            list-style: none;
            margin: 1.5rem 0;
        }

        .culinary-list li {
            padding: 0.75rem 0;
            padding-left: 1.75rem;
            position: relative;
            color: #4a4a4e;
        }

        .culinary-list li:before {
            content: "→";
            position: absolute;
            left: 0;
            color: var(--teal);
            font-weight: bold;
        }

        /* Atmosphere Section */
        #atmosfera_prostredi {
            background-color: var(--light-gray);
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }

        #atmosfera_prostredi .section-image {
            height: 400px;
            border-radius: 8px;
            overflow: hidden;
            order: -1;
        }

        #atmosfera_prostredi .section-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #atmosfera_prostredi h2 {
            color: var(--charcoal);
            margin-bottom: 1rem;
        }

        #atmosfera_prostredi .subheading {
            font-size: 1.1rem;
            color: var(--teal);
            margin-bottom: 1.5rem;
            font-weight: 600;
        }

        /* Evening Guide Section */
        #pruvodce_vecerem {
            background-color: var(--white);
            padding: 4rem 2rem;
        }

        #pruvodce_vecerem h2 {
            text-align: center;
            margin-bottom: 1rem;
        }

        #pruvodce_vecerem .subheading {
            text-align: center;
            color: var(--teal);
            font-size: 1.1rem;
            margin-bottom: 3rem;
            font-weight: 600;
        }

        .evening-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .step-card {
            background-color: var(--light-gray);
            padding: 2rem;
            border-radius: 8px;
            text-align: center;
        }

        .step-number {
            display: inline-block;
            width: 50px;
            height: 50px;
            background-color: var(--teal);
            color: var(--white);
            border-radius: 50%;
            line-height: 50px;
            text-align: center;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .step-card h3 {
            color: var(--charcoal);
            margin-bottom: 0.75rem;
        }

        .step-card p {
            color: #4a4a4e;
            font-size: 0.95rem;
        }

        /* Trust/Credentials Section */
        #duvernost {
            background-color: var(--charcoal);
            color: var(--white);
            text-align: center;
            padding: 5rem 2rem;
        }

        #duvernost h2 {
            color: var(--white);
            margin-bottom: 1rem;
        }

        #duvernost .subheading {
            color: var(--teal);
            font-size: 1.1rem;
            margin-bottom: 2rem;
            font-weight: 600;
        }

        #duvernost p {
            color: #e5e5e7;
            max-width: 600px;
            margin: 0 auto 2rem;
        }

        .credentials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .credential-item {
            padding: 1.5rem;
            background-color: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            border: 1px solid rgba(13, 148, 136, 0.3);
        }

        .credential-item strong {
            color: var(--teal);
            font-size: 1.5rem;
            display: block;
            margin-bottom: 0.5rem;
        }

        .credential-item p {
            color: #e5e5e7;
            font-size: 0.9rem;
            margin: 0;
        }

        /* Casino Link Section */
        #kasino_odkaz {
            background-color: var(--white);
            padding: 5rem 2rem;
            text-align: center;
        }

        #kasino_odkaz h2 {
            color: var(--charcoal);
            margin-bottom: 1rem;
        }

        #kasino_odkaz .subheading {
            color: var(--teal);
            font-size: 1.1rem;
            margin-bottom: 2rem;
            font-weight: 600;
        }

        #kasino_odkaz p {
            max-width: 600px;
            margin: 0 auto 2rem;
            color: #4a4a4e;
        }

        /* Footer */
        footer {
            background-color: var(--charcoal);
            color: var(--white);
            padding: 3rem 2rem 1.5rem;
            margin-top: 4rem;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .footer-section h4 {
            color: var(--white);
            margin-bottom: 1rem;
            font-size: 1rem;
        }

        .footer-section p {
            color: #a1a1a6;
            font-size: 0.9rem;
            margin-bottom: 0.75rem;
        }

        .footer-section a {
            color: var(--teal);
            font-size: 0.9rem;
            display: block;
            margin-bottom: 0.5rem;
        }

        .footer-section a:hover {
            color: var(--white);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 1.5rem;
            text-align: center;
            color: #a1a1a6;
            font-size: 0.85rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.25rem;
            }

            h2 {
                font-size: 1.75rem;
            }

            #hero {
                padding: 4rem 1.5rem;
            }

            #nabidka_jidel,
            #atmosfera_prostredi {
                grid-template-columns: 1fr;
            }

            #atmosfera_prostredi .section-image {
                order: 0;
            }

            .nav-links {
                gap: 1.5rem;
                font-size: 0.85rem;
            }

            .evening-steps {
                grid-template-columns: 1fr;
            }

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

            section {
                padding: 3rem 1.5rem;
            }
        }

        @media (max-width: 480px) {
            header nav {
                flex-direction: column;
                gap: 1rem;
            }

            .nav-links {
                flex-direction: column;
                gap: 1rem;
            }

            h1 {
                font-size: 1.75rem;
            }

            h2 {
                font-size: 1.5rem;
            }

            #hero h1 {
                margin-bottom: 1rem;
            }

            #hero .subheading {
                font-size: 1rem;
            }

            .cta-buttons {
                flex-direction: column;
            }

            .btn {
                width: 100%;
                text-align: center;
            }
        }
/* ── image safety ── */
img { max-width: 100%; height: auto; display: block; }
img[style*='width:'] { max-width: 100%; }
