@charset "UTF-8";
/* CSS Document - vyčištěné a optimalizované */

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: radial-gradient(circle at 30% 20%, #0a2429, #0a1229);
    color: #eee;
}

h1, h2, h3 {
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
}

section {
    padding: 80px 20px;
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* HERO */
.hero {
    position: relative;
    width: 100%;
    height: 100vh; /* full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
	max-width: 100%;    /* přepisujeme obecný section */
    padding: 0;         /* odstraníme padding */
    margin: 0;			/* odstraníme margin auto */
}

.hero-img-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.hero-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* zachová poměr stran a pokryje celé hero */
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: white;
    padding: 0 20px;
}



@keyframes fadeUp {
    from {opacity:0; transform: translateY(40px);}
    to {opacity:1; transform: translateY(0);}
}

.button {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 30px;
    background: #7c3aed;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.button:hover {
    background: #a855f7;
}

/* BLOK */
.block {
    background: rgba(255,255,255,0.05);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

/* FORM */
form input, form select, form textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
}
label {
    display: flex;
    align-items: center;  /* srovná checkbox s textem vertikálně */
    gap: 10px;            /* mezera mezi checkboxem a textem */
    margin-bottom: 8px;   /* mezera mezi řádky */
}
.calc-box input[type="checkbox"] {
    width: auto;          /* checkbox necháme normální velikosti */
    margin-right: 10px;   /* prostor mezi checkboxem a textem */
    vertical-align: middle; /* aby byl zarovnaný s textem */
}

.calc-box label {
    display: flex;
    align-items: center;
    gap: 10px;            /* mezera mezi checkboxem a textem */
    margin-bottom: 8px;
}

.total {
    font-size: 26px;
    margin-top: 20px;
    font-weight: 600;
    color: #a855f7;
}

/*footer {
    text-align: center;
    padding: 40px;
    opacity: 0.6;
}*/
footer {
    margin-top: 80px;
    padding: 60px 20px;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(10px);
}

.footer-content {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-block h3 {
    margin-bottom: 15px;
    color: #c084fc;
}

.footer-block p {
    margin: 5px 0;
    opacity: 0.8;
}

.footer-block a {
    color: #eee;
    text-decoration: none;
    transition: 0.3s;
}

.footer-block a:hover {
    color: #a855f7;
}

/* mobil */
@media (max-width: 700px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

#magic {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

/* SPLIT SECTIONS */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.split-img img {
    width: 100%;
    border-radius: 20px;
}

.split-text {
    font-size: 20px;
    line-height: 1.6;
}

/* FADE ANIMACE */
.fade {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.8s ease;
}

.fade.show {
    opacity: 1;
    transform: translateY(0);
}

/* FULL IMAGE */
.full-image img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    background: #0a2429; /* nebo gradient, aby to ladilo */
}
/* MID IMAGE */
.image-mid {
    text-align: center;
    padding: 60px 20px;
}

.image-mid img {
    max-width: 300px;   /* uprav podle toho, jak velké ho chceš */
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
/* overlay */
.img-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: zoom-out;
}

/* zvětšený obrázek */
.img-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 20px;
    box-shadow: 0 0 80px rgba(168,85,247,0.5);
    animation: zoomIn 0.4s ease;
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.zoomable {
    cursor: zoom-in;
    transition: 0.3s;
}

.zoomable:hover {
    transform: scale(1.05);
}

/* FOG LAYERS */
.layer1 { animation: fogMove1 80s linear infinite; opacity: 0.4; }
.layer2 { animation: fogMove2 60s linear infinite; opacity: 0.6; }
.layer3 { animation: fogMove3 40s linear infinite; opacity: 0.8; }

@keyframes fogMove1 { from { transform: translateX(0); } to { transform: translateX(-30%); } }
@keyframes fogMove2 { from { transform: translateX(-10%); } to { transform: translateX(-40%); } }
@keyframes fogMove3 { from { transform: translateX(-20%); } to { transform: translateX(-50%); } }

/* HERO GRID IMAGES */
.hero-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1600px;
    margin: 40px auto;
}

.hero-img {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 16 / 9;
    cursor: pointer;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease, filter 1s ease;
    filter: brightness(0.9) contrast(1.05);
    border-radius: inherit;
    box-shadow: 0 0 60px rgba(168,85,247,0.3);
}

.hero-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.1));
    pointer-events: none;
}

.hero-img:hover img {
    transform: scale(1.05);
    filter: brightness(1) contrast(1.1);
}

/* RESPONSIVE */
@media (max-width: 1100px) { .hero-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .hero-grid { grid-template-columns: 1fr; } }

/* INTRO SECTION */
#intro {
    position: fixed;
    inset: 0;
    background: url('assets/F11.jpg') center/cover no-repeat;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 1.2s ease;
}

#intro::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
}

.intro-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: white;
    animation: fadeIn 2s ease;
}

.intro-content h1 { font-size: 48px; margin-bottom: 20px; }
.intro-content p { font-size: 18px; opacity: 0.9; }
.intro-content button {
    margin-top: 30px;
    padding: 14px 40px;
    border: none;
    border-radius: 30px;
    background: #7c3aed;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

@keyframes fadeIn { from { opacity: 0; transform: translateY(30px);} to { opacity: 1; transform: translateY(0);} }

/* TEXT BLOCK */
.text-block {
    text-align: center;
    max-width: 700px;
    margin: auto;
    font-size: 20px;
    line-height: 1.6;
}

.sub { opacity: 0.7; margin-bottom: 30px; }

.cta-final { text-align: center; padding: 100px 20px; }

.main-cta {
    font-size: 18px;
    padding: 18px 40px;
    box-shadow: 0 0 30px rgba(168,85,247,0.4);
}

/* KALKULAČKA */
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.calc-box {
    background: rgba(255,255,255,0.06);
    padding: 25px;
    border-radius: 16px;
    transition: 0.3s;
}
.calc-box:hover { background: rgba(168,85,247,0.08); }
.calc-box h3 { margin-top: 0; font-size: 18px; opacity: 0.9; }
.price-box {
    background: linear-gradient(145deg,#1e1b4b,#312e81);
    padding: 35px;
    border-radius: 20px;
    text-align: center;
}
.price-box h2 { font-size: 36px; color: #c084fc; }
.stripe-button { background: #635bff; margin-top: 20px; }
