@media (max-width: 767px) {
    .about-content {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1.2rem !important;
        padding: 0 !important;
    }
    .about-image {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 1.2rem auto 2.5rem auto !important;
        max-width: 200px !important;
        min-width: 0 !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }
    .about-image .card {
        max-width: 100% !important;
        box-shadow: 0 4px 24px rgba(0,0,0,0.12) !important;
        position: relative !important;
        margin: 0 auto !important;
    }
    .portrait {
        max-width: 200px !important;
        width: 100% !important;
        margin: 0 auto !important;
        display: block !important;
        border-radius: 0.75rem !important;
    }
    .experience-badge {
        top: 0.7rem !important;
        right: 0.7rem !important;
        left: auto !important;
        font-size: 0.8rem !important;
        padding: 0.35rem 0.7rem !important;
        position: absolute !important;
        z-index: 2 !important;
    }
}
@media (max-width: 767px) {
    .about-content {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .about-image {
        justify-content: center;
        margin: 1.2rem auto 2.2rem auto;
        max-width: 220px;
        min-width: 0;
        width: 100%;
        margin-top: 0;
    }
    .about-image .card {
        max-width: 100%;
        box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    }
    .portrait {
        max-width: 220px;
        width: 100%;
        margin: 0 auto;
        display: block;
        border-radius: 0.75rem;
    }
    .experience-badge {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 0.8rem;
        padding: 0.35rem 0.7rem;
    }
}
@media (max-width: 767px) {
    .about-content {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .about-image {
        justify-content: center;
        margin: 0 auto 2rem auto;
        max-width: 220px;
        min-width: 0;
        margin-top: 0;
        width: 100%;
    }
    .about-image .card {
        max-width: 100%;
    }
    .portrait {
        max-width: 220px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 767px) {
    .nav-links,
    .nav-cta {
        display: none !important;
    }
    
    /* Zlepšení paddingu pro celý obsah */
    .container {
        padding: 0 1rem;
    }
    
    /* Oprava pro sekce */
    section {
        padding: 3rem 0;
    }
    
    /* Oprava pro nadpisy */
    h1 {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    }
    .mobile-menu-btn {
        display: flex !important;
    }
    .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100vw;
        min-width: 0;
        z-index: 9999;
        border-radius: 0 0 0.75rem 0.75rem;
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    }
    .mobile-menu.active {
        display: block;
    }
    .mobile-menu-content {
        padding: 1.2rem 1rem;
    }


/* Roztáhnutí textu v sekci O mně více doprava */
.about .about-text p {
    max-width: 100%;
    width: 100%;
    text-align: left;
}
.about .about-text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/* Větší text v sekci O mně */
.about .about-text p {
    font-size: 1.35rem;
}
/* Zvýraznění nadpisu O mně */
.about h2 {
    font-size: 2.7rem;
}
/* Ensure service section buttons are always interactive */
.service-buttons button.btn {
    pointer-events: auto !important;
    cursor: pointer !important;
    opacity: 1 !important;
    z-index: 10;
}
/* Carousel pro reálné recenze */
.reviews-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1.5rem;
    min-height: 110px;
    padding: 0 3rem;
}

@media (max-width: 768px) {
    .reviews-carousel {
        padding: 0 2.5rem;
        min-height: 120px;
    }
}
.reviews-list-carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 110px;
    max-height: none;
    scroll-behavior: smooth;
    align-items: stretch;
    justify-content: center;
}
.reviews-list-carousel .review-item {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
    transition: transform 0.5s;
}
@media (min-width: 700px) {
    .reviews-list-carousel .review-item {
        min-width: 70%;
        max-width: 70%;
        flex: 0 1 70%;
        margin: 0 auto;
    }
}
.reviews-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(212, 175, 55, 0.2);
    border: 2px solid var(--mystic-gold);
    color: var(--mystic-gold);
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    line-height: 1;
    text-align: center;
}

@media (max-width: 768px) {
    .reviews-arrow {
        width: 2rem;
        height: 2rem;
        font-size: 1.1rem;
        border-width: 1.5px;
    }
}

.reviews-arrow.left {
    left: 0.5rem;
}

.reviews-arrow.right {
    right: 0.5rem;
}

@media (max-width: 768px) {
    .reviews-arrow.left {
        left: 0.2rem;
    }
    
    .reviews-arrow.right {
        right: 0.2rem;
    }
}
.reviews-arrow:hover {
    background: var(--mystic-gold);
    color: var(--midnight-blue);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}
.reviews-arrow:disabled {
    opacity: 0.3;
    cursor: default;
    transform: translateY(-50%) scale(0.9);
    box-shadow: none;
}
.reviews-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
}
.reviews-dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.3);
    border: none;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}
.reviews-dot.active,
.reviews-dot:hover {
    background: var(--mystic-gold);
    transform: scale(1.2);
}
/* --- Recenze (Reviews) --- */
#reviews-section {
    max-width: 900px;
    margin: 5rem auto 2.5rem auto;
    background: rgba(26, 29, 74, 0.85);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    box-shadow: 0 4px 24px rgba(212, 175, 55, 0.08);
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    text-align: center;
    animation: fadeInUp 0.7s;
    position: relative;
    z-index: 2;
}

#reviews-section h2 {
    color: var(--mystic-gold);
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

#reviews-list {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.review-item {
    background: rgba(212, 175, 55, 0.07);
    border-left: 4px solid var(--mystic-gold);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    text-align: left;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.04);
    color: var(--text-primary);
    font-size: 1rem;
    position: relative;
    word-break: break-word;
    /* Remove fixed height and scrolling */
    overflow-y: visible;
    max-height: none;
    min-height: 80px;
    width: auto;
}
.review-item strong {
    color: var(--mystic-gold);
    font-size: 1.05em;
}
.review-item span {
    display: block;
    margin-top: 0.25rem;
    color: var(--text-secondary);
}

#review-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    margin-top: 1rem;
}
#review-form input,
#review-form textarea {
    background: rgba(11, 12, 42, 0.5);
    border: 1px solid var(--border-gold);
    border-radius: 0.5rem;
    padding: 0.75rem;
    color: var(--text-primary);
    font-family: inherit;
    font-size: 1rem;
    transition: border 0.3s;
}
#review-form input:focus,
#review-form textarea:focus {
    border-color: var(--mystic-gold);
    outline: none;
}
#review-form button[type="submit"] {
    background: linear-gradient(135deg, var(--mystic-gold), var(--soft-gold));
    color: var(--midnight-blue);
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    margin-top: 0.5rem;
}
#review-form button[type="submit"]:hover {
    background: linear-gradient(135deg, var(--soft-gold), var(--mystic-gold));
    transform: translateY(-2px) scale(1.03);
}

#reviews-section h3 {
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    font-size: 1.15rem;
    font-weight: 500;
}

@media (max-width: 700px) {
    #reviews-section {
        max-width: 98vw;
        padding: 1.2rem 0.5rem 1.2rem 0.5rem;
        margin: 2.5rem auto 1.2rem auto;
    }
}
/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --midnight-blue: #0b0c2a;
    --deep-purple: #4a2c6b; 
    --royal-purple: #6b46c1;
    --mystic-gold: #d4af37;
    --soft-gold: #e6c947;
    --dark-card: #1a1d4a;
    --text-primary: #f8f9fa;
    --text-secondary: #b8bcc8;
    --gradient-mystical: linear-gradient(135deg, #0b0c2a 0%, #1a1d4a 50%, #4a2c6b 100%);
    --border-gold: rgba(212, 175, 55, 0.2);
    --border-gold-hover: rgba(212, 175, 55, 0.6);
    --shadow-gold: rgba(212, 175, 55, 0.2);
}

html {
    scroll-behavior: smooth;
    font-size: 14px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--gradient-mystical);
    color: var(--text-primary);
    line-height: 1.6;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Typography */
h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

p {
    font-size: 1rem;
    line-height: 1.7;
}

/* Buttons */
button.btn, a.btn, .btn, .btn-ghost, a.btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.625rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

button.btn-primary, a.btn-primary, .btn-primary {
    background: linear-gradient(135deg, var(--mystic-gold), var(--soft-gold));
    color: var(--midnight-blue);
}

a.btn-primary:hover, button.btn-primary:hover, .btn-primary:hover {
    background: linear-gradient(135deg, var(--soft-gold), var(--mystic-gold));
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--shadow-gold);
}

button.btn-outline, a.btn-outline, .btn-outline {
    background: transparent;
    border: 2px solid var(--mystic-gold);
    color: var(--mystic-gold);
}

a.btn-outline:hover, button.btn-outline:hover, .btn-outline:hover {
    background: var(--mystic-gold);
    color: var(--midnight-blue);
    transform: translateY(-2px);
}

button.btn-ghost, a.btn-ghost, .btn-ghost {
    background: transparent;
    color: var(--mystic-gold);
    border: none;
}

a.btn-ghost:hover, button.btn-ghost:hover, .btn-ghost:hover {
    background: rgba(212, 175, 55, 0.1);
}

button.btn-lg, a.btn-lg, .btn-lg {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

button.btn-sm, a.btn-sm, .btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

button.full-width, a.full-width, .full-width {
    width: 100%;
}

/* Icons */
.star-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--mystic-gold);
}

.icon-link {
    color: var(--mystic-gold);
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.icon-link:hover {
    color: var(--soft-gold);
}

.icon-link svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    animation: slideDown 0.6s ease;
}

.navbar.scrolled {
    background: rgba(11, 12, 42, 0.95);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-gold);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: center; /* zarovná obsah do středu */
    gap: 32px;
    padding: 1rem 0; /* přidáno vertikální padding */
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 0.75rem;
    }
    
    .nav-content {
        padding: 0.75rem 0;
        gap: 1rem;
        justify-content: space-between;
    }
}

.logo {
    margin-right: 32px;
}

@media (max-width: 768px) {
    .logo {
        margin-right: 0;
        font-size: 1.3rem;
    }
}

.nav-links {
    display: flex;
    gap: 24px;
    justify-content: center; /* zarovná odkazy do středu */
    flex: 1;
}

.nav-link {
    color: var(--text-secondary);
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
}

.nav-link:hover {
    color: var(--mystic-gold);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--mystic-gold);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger {
    width: 1.5rem;
    height: 2px;
    background: var(--mystic-gold);
    transition: all 0.3s ease;
}

.mobile-menu-btn.active .hamburger:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active .hamburger:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-menu {
    display: none;
    background: rgba(11, 12, 42, 0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-gold);
}

.mobile-menu.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

.mobile-menu-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mobile-nav-link {
    color: var(--text-secondary);
    text-decoration: none;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    transition: color 0.3s ease;
}

.mobile-nav-link:hover {
    color: var(--mystic-gold);
}

.mobile-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-gold);
    margin-top: 1rem;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.stars {
    position: absolute;
    inset: 0;
}

.star {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--mystic-gold);
    border-radius: 50%;
    opacity: 0.6;
    animation: twinkle 2s infinite;
}

.particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 8px;
    height: 8px;
    opacity: 0;
    animation: float 3s infinite;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 1rem;
    max-width: 64rem;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--mystic-gold);
    margin-bottom: 2rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--text-primary), var(--mystic-gold), var(--text-primary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.2rem;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease 0.4s both;
    text-align: center;
    white-space: pre-line;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    padding-bottom: 48px; /* přidá spodní odsazení pod tlačítka */
}

.hero-stats {
    text-align: center;
    color: var(--text-secondary);
    animation: fadeInUp 0.8s ease 1s both;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.stars-rating {
    display: flex;
    gap: 0.125rem;
}

.star-fill {
    width: 1rem;
    height: 1rem;
    color: var(--mystic-gold);
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: fadeInUp 1s ease 1.5s both;
}

.scroll-mouse {
    width: 1.5rem;
    height: 2.5rem;
    border: 2px solid var(--mystic-gold);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.scroll-wheel {
    width: 0.25rem;
    height: 0.75rem;
    background: var(--mystic-gold);
    border-radius: 0.125rem;
    margin-top: 0.5rem;
    animation: scroll 1.5s infinite;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
    animation: fadeInUp 0.6s ease;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--mystic-gold), var(--soft-gold));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-header p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 48rem;
    margin: 0 auto;
}

/* About Section */
.about {
    padding: 2.5rem 0;
    margin-top: 0;
        position: relative;
}

.about-section-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.about-content {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: flex-start;
}

.about-text {
    justify-content: flex-start;
}

.about-text h2 {
    margin-top: 0 !important;
}

.about-image {
    flex: 0 0 320px;
    min-width: 220px;
    max-width: 340px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    margin-top: 3.5rem;
}

.about-text {
    flex: 1 1 0;
    min-width: 260px;
    max-width: 700px;
    margin-bottom: 0;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-image {
    position: relative;
    animation: fadeInLeft 0.6s ease;
}

.image-border {
    position: absolute;
    inset: -1rem;
    background: linear-gradient(135deg, var(--mystic-gold), var(--royal-purple), var(--mystic-gold));
    border-radius: 0.75rem;
    filter: blur(4px);
    opacity: 0.3;
}

.about-image .card {
    position: relative;
    background: rgba(26, 29, 74, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    overflow: hidden;
}

.portrait {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 12, 42, 0.8), transparent);
}

.experience-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--mystic-gold);
    color: var(--midnight-blue);
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.about-text {
    animation: fadeInRight 0.6s ease;
}

.about-text h3 {
    color: var(--mystic-gold);
    margin-bottom: 1.5rem;
}

.about-text p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.credentials-card {
    background: rgba(26, 29, 74, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 2rem 0;
}

.credentials-card h4 {
    color: var(--mystic-gold);
    margin-bottom: 1rem;
}

.credentials-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
}

.credentials-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(26, 29, 74, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  border-radius: 0.5rem;
  padding: 0.75rem;
  color: var(--text-primary);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.credentials-list li:hover {
  border-color: var(--border-gold-hover);
  background: rgba(26, 29, 74, 0.8);
}

.credentials-list li::before {
  display: none;
}

.specialties {
  background: rgba(26, 29, 74, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin: 2rem 0;
}

.specialties h4 {
    color: var(--mystic-gold);
    margin-bottom: 1rem;
}

.specialty-grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.specialty-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(26, 29, 74, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.5rem;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.specialty-item:hover {
    border-color: var(--border-gold-hover);
    background: rgba(26, 29, 74, 0.8);
}

.specialty-icon {
    width: 1rem;
    height: 1rem;
    color: var(--mystic-gold);
}

.specialty-item span {
    color: var(--text-primary);
    font-size: 0.875rem;
}

.about-extra {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 10rem;
  align-items: stretch;
}

.credentials-card, .specialties {
  flex: 1 1 320px;
  min-width: 260px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

/* --- About Extra Boxes (O mé práci, Jak pracuji s kartami) --- */
.about-extra-boxes {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 2.5rem 0 2rem 0;
  width: 100%;
}

.about-box {
  flex: 1 1 320px;
  background: rgba(26, 29, 74, 0.7);
  border: 1.5px solid var(--border-gold, #d4af37);
  border-radius: 0.75rem;
  box-shadow: 0 4px 24px rgba(212, 175, 55, 0.08);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  color: var(--text-primary, #fff);
  backdrop-filter: blur(6px);
  transition: box-shadow 0.3s;
}

.about-box h3 {
  color: var(--mystic-gold, #d4af37);
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.about-box ul,
.about-box ol {
  margin: 0 0 0 1.2em;
  padding: 0;
  color: var(--text-secondary, #e0e0e0);
  font-size: 1.05rem;
}

.about-box li {
  margin-bottom: 0.7em;
  line-height: 1.6;
}

.about-box strong {
  color: var(--mystic-gold, #d4af37);
  font-weight: 600;
}

@media (max-width: 900px) {
    .about-section-wrapper {
        flex-direction: column;
    }
    .about-content {
        flex-direction: column;
        gap: 2rem;
        align-items: stretch;
    }
    .about-extra-boxes {
        flex-direction: column;
        gap: 1.5rem;
    }
    .about-image, .about-text {
        max-width: 100%;
    }
}

/* Services Section */
.services {
    padding: 5rem 0;
    position: relative;
}

.services-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 4rem;
}

.service-card {
    background: rgba(26, 29, 74, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    border-color: var(--border-gold-hover);
    transform: translateY(-4px);
}

.service-card.popular {
    border-color: var(--mystic-gold);
}

.popular-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--mystic-gold);
    color: var(--midnight-blue);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    animation: pulse 2s infinite;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: rgba(212, 175, 55, 0.3);
    transform: scale(1.1);
}

.service-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--mystic-gold);
}

.service-card h3 {
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.service-card:hover h3 {
    color: var(--mystic-gold);
}

.service-duration {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.service-price {
    font-size: 2rem;
    font-weight: 600;
    color: var(--mystic-gold);
    margin-bottom: 1rem;
}

.service-price span {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--text-secondary);
}

.service-card p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.service-features li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--mystic-gold);
    border-radius: 50%;
    flex-shrink: 0;
}

.service-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.services-info {
    animation: fadeInUp 0.6s ease 0.3s both;
}

.info-card {
    background: rgba(26, 29, 74, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    padding: 2rem;
    max-width: 64rem;
    margin: 0 auto;
}

.info-card h3 {
    color: var(--mystic-gold);
    text-align: center;
    margin-bottom: 2rem;
}

.info-grid {
    display: grid;
    gap: 2rem;
}

.info-item {
    text-align: center;
}

.info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: rgba(212, 175, 55, 0.2);
    border-radius: 50%;
    margin: 0 auto 1rem;
}

.info-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--mystic-gold);
}

.info-item h4 {
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.info-item p {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

/* Testimonials Section */
.testimonials {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.testimonial-stars {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.testimonial-star {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--mystic-gold);
    border-radius: 50%;
    opacity: 0.2;
    animation: twinkle 3s infinite;
}

.testimonial-carousel {
    position: relative;
    z-index: 10;
    margin-bottom: 3rem;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-slide {
    flex: 0 0 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.testimonial-slide.active {
    opacity: 1;
}

.testimonial-card {
    background: rgba(26, 29, 74, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    padding: 2rem;
    max-width: 64rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    animation: fadeIn 0.5s ease;
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 1.5rem;
        margin: 0 0.75rem;
    }
}

.testimonial-quote {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    opacity: 0.1;
}

.testimonial-quote svg {
    width: 5rem;
    height: 5rem;
    color: var(--mystic-gold);
}

.testimonial-content {
    position: relative;
    z-index: 10;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.testimonial-avatar img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(212, 175, 55, 0.5);
}

.testimonial-info h4 {
    color: var(--mystic-gold);
    margin-bottom: 0.25rem;
}

.testimonial-info p {
    color: var(--text-secondary);
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.testimonial-rating {
    display: flex;
    gap: 0.125rem;
    margin-bottom: 0.5rem;
}

.testimonial-info small {
    color: var(--text-secondary);
    font-style: italic;
}

.testimonial-content blockquote {
    color: var(--text-primary);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-nav {
    text-align: center;
    margin-bottom: 2rem;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
    background: var(--mystic-gold);
    transform: scale(1.25);
}

.testimonial-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    animation: fadeInUp 0.6s ease;
}

@media (max-width: 768px) {
    .testimonial-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.stat-item {
    background: rgba(26, 29, 74, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-2px);
    border-color: var(--border-gold-hover);
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--mystic-gold);
    margin-bottom: 0.5rem;
    animation: countUp 0.5s ease;
}

.stat-label {
    color: var(--text-secondary);
}

/* Contact Section */
.contact {
    padding: 5rem 0;
}

.contact-content {
    display: grid;
    gap: 3rem;
}

.contact-form-container {
    animation: fadeInLeft 0.6s ease;
}

.form-card {
    background: rgba(26, 29, 74, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    padding: 2rem;
}

.form-card h3 {
    color: var(--mystic-gold);
    margin-bottom: 0.5rem;
}

.form-card p {
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    color: var(--mystic-gold);
    font-size: 0.875rem;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    background: rgba(11, 12, 42, 0.5);
    border: 1px solid var(--border-gold);
    border-radius: 0.5rem;
    padding: 0.75rem;
    color: var(--text-primary);
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--mystic-gold);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    animation: fadeInRight 0.6s ease;
}

.info-card,
.social-card,
.faq-card {
    background: rgba(26, 29, 74, 0.8);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-gold);
    border-radius: 0.75rem;
    padding: 1.5rem;
}

.info-card h3,
.social-card h3,
.faq-card h3 {
    color: var(--mystic-gold);
    margin-bottom: 1.5rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(212, 175, 55, 0.1);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: rgba(212, 175, 55, 0.3);
}

.contact-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--mystic-gold);
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-label {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.contact-value {
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

a.contact-value:hover {
    color: var(--mystic-gold);
}

.social-card p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50%;
    color: var(--mystic-gold);
    text-decoration: none;
    transition: all 0.3s ease;
    animation: scaleIn 0.5s ease;
}

.social-link:hover {
    background: rgba(212, 175, 55, 0.3);
    transform: scale(1.1);
}

.social-link.facebook:hover {
    color: #3b82f6;
}

.social-link.instagram:hover {
    color: #ec4899;
}

.social-link.twitter:hover {
    color: #06b6d4;
}

.social-link.youtube:hover {
    color: #ef4444;
}

.social-link svg {
    width: 1.25rem;
    height: 1.25rem;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    border-left: 2px solid rgba(212, 175, 55, 0.3);
    padding-left: 1rem;
}

.faq-item h4 {
    color: var(--text-primary);
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.faq-item p {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

/* Footer */
.footer {
    background: rgba(11, 12, 42, 0.9);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--border-gold);
    padding: 2rem 0;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-logo .star-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.footer-logo span {
    color: var(--mystic-gold);
    font-weight: 600;
}

.footer-text {
    color: var(--text-secondary);
    text-align: center;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-link {
    color: var(--text-secondary);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    transition: color 0.3s ease;
    font-family: inherit;
    text-decoration: none;
}

.footer-link:hover {
    color: var(--mystic-gold);
}

.footer-separator {
    color: rgba(212, 175, 55, 0.4);
}

.footer-quote {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-gold);
    text-align: center;
}

.footer-quote p {
    color: var(--text-secondary);
    font-size: 0.875rem;
    font-style: italic;
}

/* Floating Action Button */
.fab {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mystic-gold), var(--soft-gold));
    color: var(--midnight-blue);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
    animation: scaleIn 0.5s ease 2s both;
}

.fab:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

.fab .star-icon {
    width: 1.5rem;
    height: 1.5rem;
    color: inherit;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; transform: scale(0.5); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes float {
    0% { opacity: 0; transform: translateY(0px); }
    50% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-100px); }
}

@keyframes scroll {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(12px); opacity: 0; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes countUp {
    from { transform: scale(0.5); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@keyframes scaleIn {
    from { transform: scale(0); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Responsive Design */
@media (min-width: 768px) {
    .nav-links {
        display: flex;
    }

    .nav-cta {
        display: flex;
    }

    .mobile-menu-btn {
        display: none;
    }

    .hero-buttons {
        flex-direction: row;
    }

    .hero-title {
        font-size: 4rem;
    }

    .about-content {
        grid-template-columns: 1fr 1fr;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonial-avatar {
        flex-direction: row;
        text-align: left;
    }

    .testimonial-stats {
        grid-template-columns: repeat(4, 1fr);
    }

    .contact-content {
        grid-template-columns: 1fr 1fr;
    }

    .form-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .specialty-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .about-extra {
      display: flex;
      gap: 2rem;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap;
    }

    .credentials-card, .specialties {
      flex: 1 1 320px;
      min-width: 260px;
      max-width: 420px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      height: 100%;
    }
}

@media (min-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-title {
        font-size: 5rem;
    }
}

@media (min-width: 1280px) {
    .hero-title {
        font-size: 6rem;
    }
}

/* Utility Classes */
.hidden {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

/* Dodatečné mobilní opravy */
@media (max-width: 480px) {
    /* Extra malé mobilní zařízení */
    .reviews-carousel {
        padding: 0 2rem;
    }
    
    .reviews-arrow {
        width: 1.8rem;
        height: 1.8rem;
        font-size: 1rem;
    }
    
    .reviews-arrow.left {
        left: 0.1rem;
    }
    
    .reviews-arrow.right {
        right: 0.1rem;
    }
    
    .testimonial-card {
        padding: 1rem;
        margin: 0 0.5rem;
    }
    
    .logo {
        font-size: 1.1rem;
    }
    
    .nav-content {
        padding: 0.5rem 0;
    }
}