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

body {
    font-family: 'Inter', sans-serif;
    background: black;
    color: white;
    overflow-x: hidden;
}

/* =========================================
   NAVBAR
========================================= */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.25s ease, height 0.2s ease;
}

.navbar.scrolled {
    background: rgba(0,0,0,0.78);
    height: 75px;
}

.navbar-inner {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

/* LOGO */
.navbar-logo {
    height: 80px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.navbar-logo img {
    height: 220px;
    width: auto;
    transform: translateY(7px);
    pointer-events: none;
}

/* LINKS */
.navbar-links {
    display: flex;
    gap: 34px;
    align-items: center;
}

.navbar-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: 0.2s ease;
}

.navbar-links a:hover,
.navbar-links a.active {
    color: #e00000;
}

/* BURGER */
.burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 1000000;
}

.burger span {
    width: 30px;
    height: 3px;
    background: white;
    border-radius: 4px;
    transition: 0.3s ease;
}

.burger.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 900px) {
    .burger { display: flex; }
    .navbar-links { display: none; }
}

/* =========================================
   SIDE MENU
========================================= */
.side-menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100vh;
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(12px);
    padding: 100px 25px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    transition: 0.35s ease;
    z-index: 999999;
}

.side-menu.open {
    left: 0;
}

.side-menu a {
    color: white;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.9;
    text-decoration: none;
    transition: 0.2s ease;
}

.side-menu a:hover {
    color: #ff3333;
    transform: translateX(4px);
}

/* OVERLAY */
.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    z-index: 99999;
}
.menu-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

/* =========================================
   HERO
========================================= */
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(55%);
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.70), rgba(0,0,0,0.25));
    z-index: 1;
}

.hero-content {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 55px;   /* 👉 tlačidlo ešte nižšie než predtým */
    text-align: center;
}

.hero-content h1 {
    font-size: 3.4rem;
    font-weight: 700;
    text-shadow: 0 0 22px black;
}

.hero-content p {
    font-size: 1.25rem;
    color: #d1d1d1;
}

/* =========================================
   TESLA PREMIUM RED BUTTON (variant 1)
========================================= */
.hero-btn {
    padding: 16px 42px;
    width: auto;

    background: transparent;
    border: 2px solid #e00000;
    border-radius: 14px;

    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 500;
    text-decoration: none;

    transition: 0.25s ease;
    cursor: pointer;

    box-shadow: 0 0 22px rgba(224,0,0,0.35);

    margin-top: 20px; /* 👉  PRE POSUN TLAČIDLA DOLU */
}


.hero-btn:hover {
    background: rgba(224,0,0,0.15);
    transform: translateY(-2px);
    box-shadow: 0 0 32px rgba(224,0,0,0.55);
}

/* =========================================
   SOCIALS
========================================= */
.socials {
    margin: 35px 0 18px 0;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.socials img {
    width: 55px;
    opacity: 0.75;
    transition: 0.2s ease;
}

.socials img:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* =========================================
   FOOTER
========================================= */
.footer {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #ccc;
    font-size: 14px;
}
.hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; /* 👉 TLAČIDLO SA POSUNIE NIŽŠIE */
}
/* =========================================
   INTRO SEKCIA POD HERO
========================================= */

/* =========================================
   INFO FULL-BLEED SEKCIA
========================================= */

.info-clean {
    background: #f4f4f4;
    padding: 90px 0;
}

/* GRID – obrázok / text / obrázok */
.info-inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 700px 1fr;
    align-items: center;
}

/* FULL-BLEED obrázky */
.info-image {
    width: 100%;
}

.info-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

/* ĽAVÝ OBRÁZOK – zaoblený vpravo */
.info-image:first-child img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

/* PRAVÝ OBRÁZOK – zaoblený vľavo */
.info-image:last-child img {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

/* Textová časť */
.info-content {
    text-align: center;
    padding: 0 40px;
}

.info-content h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.info-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    max-width: 520px;
    margin: 0 auto 35px;
}

/* Tlačidlo */
.info-btn {
    padding: 14px 40px;
    background: #e00000;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    display: inline-block;
    transition: .25s ease;
}

.info-btn:hover {
    background: #ff2626;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(224,0,0,0.45);
}

/* MOBILE */
@media (max-width: 1200px) {
    .info-inner {
        grid-template-columns: 1fr;
    }

    .info-image img {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .info-content h2 {
        font-size: 2rem;
    }

    .info-image img {
        height: 240px;
    }
}

/* =========================================
   SLUŽBY – S VIDEO POZADÍM
========================================= */

.services-section {
    position: relative;
    padding: 160px 40px;
    overflow: hidden;
}

/* VIDEO NA POZADÍ */
.services-bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(55%);
}

/* TMAVÝ OVERLAY PRE LEPŠÍ KONTRAST */
.services-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* OBSAH – nad overlayom */
.services-header,
.services-grid {
    position: relative;
    z-index: 2;
}

/* HLAVIČKA SEKCE */
.services-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.services-header h2 {
    font-size: 2.8rem;
    margin-bottom: 16px;
    color: #fff;
}

.services-header p {
    font-size: 1.1rem;
    color: #ddd;
    line-height: 1.6;
}

/* GRID SO SLUŽBAMI */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

/* KARTY */
.service-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 35px;
    border-radius: 22px;
    transition: 0.25s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
}

/* ikona */
.service-icon img {
    width: 55px;
    margin-bottom: 22px;
    filter: brightness(0) invert(1);
}

/* text */
.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 14px;
    color: #fff;
}

.service-card p {
    font-size: 1rem;
    color: #ddd;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .services-section {
        padding: 100px 20px;
    }

    .services-header h2 {
        font-size: 2.3rem;
    }
}
/* =========================================
   O NÁS – ČIERNA SEKCIA
========================================= */

.about-section {
    background: #000102;
    padding: 120px 40px;
    display: flex;
    justify-content: center;
}

.about-inner {
    max-width: 1500px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

/* TEXT */
.about-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
}

.about-content p {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 35px;
}

.about-btn {
    padding: 14px 40px;
    background: #e00000;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 500;
    display: inline-block;
    transition: 0.25s ease;
}

.about-btn:hover {
    background: #ff2626;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(224,0,0,0.45);
}

/* OBRÁZOK */
.about-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

/* MOBILE */
@media (max-width: 1100px) {
    .about-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-content p {
        margin: 0 auto 35px;
    }
}
/* =========================================
   FAQ SEKCIA – DARK BACKGROUND
========================================= */

.faq-section {
    background: #000102;
    padding: 120px 40px;
    display: flex;
    justify-content: center;
}

.faq-inner {
    width: 100%;
    max-width: 900px;
}

.faq-title {
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 60px;
}

/* FAQ položka */
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 22px 0;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    transition: .25s ease;
}

.faq-question:hover {
    color: #e00000;
}

.faq-icon {
    font-size: 1.7rem;
    font-weight: bold;
    transition: transform .25s ease;
}

/* SKRYTÁ ODPOVEĎ */
.faq-answer {
    display: none;
    padding: 15px 0 5px;
    color: #bbb;
    line-height: 1.65;
    font-size: 1.05rem;
}

/* OTVORENÉ FAQ */
.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

/* BUTTON POD FAQ */
.faq-btn {
    display: block;
    margin: 50px auto 0;
    padding: 14px 40px;
    background: #e00000;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    width: max-content;
    transition: .25s ease;
}

.faq-btn:hover {
    background: #ff2626;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(224,0,0,0.45);
}

/* MOBILE */
@media (max-width: 600px) {
    .faq-title {
        font-size: 2rem;
    }
    .faq-question {
        font-size: 1.1rem;
    }
}
/* =========================================
   CTA – Kontaktujte nás
========================================= */

.contact-cta {
    background: #000102;
    padding: 120px 40px;
    display: flex;
    justify-content: center;
}

.contact-box {
    width: 100%;
    max-width: 1500px;
    background: linear-gradient(90deg, #00162b 0%, #0a3a5a 50%, #1b6fa5 100%);
    padding: 70px 90px;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

/* Text left */
.cta-left h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
}

/* Text right */
.cta-right p {
    color: #e6e6e6;
    font-size: 1.15rem;
    line-height: 1.65;
    margin-bottom: 25px;
    max-width: 580px;
}

/* Form */
.cta-form {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cta-form input {
    flex: 1;
    padding: 18px 25px;
    border-radius: 40px;
    border: none;
    font-size: 1.1rem;
    outline: none;
}

/* Button */
.cta-btn {
    padding: 18px 40px;
    background: #e00000;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.25s ease;
}

.cta-btn:hover {
    background: #ff2626;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(224,0,0,0.4);
}

/* Responsive */
@media (max-width: 1000px) {
    .contact-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cta-left h2 {
        font-size: 2.2rem;
    }

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

    .cta-form input,
    .cta-btn {
        width: 100%;
    }
}
/* 🔥 GENERICKÉ TLAČIDLÁ – FIX */
.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none !important;
    transition: .25s ease;
}

.btn-primary {
    background: #e00000;
    color: #fff !important;
}

.btn-secondary {
    background: transparent;
    color: #fff !important;
    border: 2px solid #fff;
}

.btn-primary:hover {
    background: #ff2626;
    transform: translateY(-3px);
}

.btn-secondary:hover {
    border-color: #ff2626;
    color: #ff2626 !important;
    transform: translateY(-3px);
}

/* Fix pre textové linkové tlačidlá (napr. na službách) */
.sluzby-link {
    color: #e00000 !important;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.sluzby-link:hover {
    color: #ff2626 !important;
}
/* =========================================
   INFO SEKCIA – MOBIL FIX
========================================= */
@media (max-width: 780px) {

    .info-clean {
        padding: 50px 0;
    }

    .info-inner {
        display: flex;
        flex-direction: column;
        gap: 35px;
        padding: 0 20px;
        text-align: center;
    }

    .info-image img {
        height: 200px;
        border-radius: 14px !important;
        object-fit: cover;
    }

    .info-content h2 {
        font-size: 1.9rem;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .info-content p {
        font-size: 1rem;
        line-height: 1.55;
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .info-btn {
        padding: 12px 28px;
        font-size: 1rem;
        border-radius: 10px;
    }
}

/* =========================================
   CTA FORM – MOBIL FIX
========================================= */
@media (max-width: 780px) {

    .contact-cta {
        padding: 60px 20px;
    }

    .contact-box {
        padding: 40px 25px;
        border-radius: 28px;
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .cta-left h2 {
        font-size: 1.9rem;
        line-height: 1.3;
    }

    .cta-right p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .cta-form {
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .cta-form input {
        width: 100%;
        padding: 14px 20px;
        font-size: 1rem;
        border-radius: 30px;
    }

    .cta-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 1.05rem;
        border-radius: 30px;
    }
}
/* =========================================
   HERO – MOBIL FIX
========================================= */
@media (max-width: 780px) {

    .hero {
        height: 95vh; /* trochu menšie, aby text sedel */
    }

    .hero-content {
        top: 50%;               /* vyššie umiestnenie textu */
        transform: translate(-50%, -50%);
        gap: 25px;              /* menšie medzery */
        width: 90%;
    }

    .hero-content h1 {
        font-size: 1.9rem;      /* čitateľný, moderný */
        line-height: 1.25;
        max-width: 320px;
        margin: 0 auto;
    }

    .hero-content p {
        font-size: 1rem;
        line-height: 1.45;
        color: #dcdcdc;
        max-width: 300px;
        margin: 0 auto;
    }

    .hero-btn {
        padding: 14px 30px;
        font-size: 1rem;
        margin-top: 0;
        border-radius: 10px;
    }
}
/* =========================================
   SKRYŤ INFO OBRÁZKY IBA NA MOBILE
   (PC = všetko ako doteraz)
========================================= */
@media (max-width: 850px) {

    .info-image {
        display: none !important;
    }

    .info-inner {
        grid-template-columns: 1fr !important;
        padding: 40px 20px;
    }

    .info-content {
        text-align: center;
        padding: 0 10px;
    }

    .info-content h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .info-content p {
        font-size: 1.05rem;
        line-height: 1.55;
    }

    .info-btn {
        padding: 12px 28px;
        font-size: 1rem;
        border-radius: 10px;
    }
}
/* =========================================
   ABOUT SECTION – MOBILE FIX
========================================= */
@media (max-width: 850px) {

    .about-section {
        padding: 60px 20px;
    }

    .about-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .about-image img {
        width: 100%;
        border-radius: 22px;
        max-height: 260px;
        object-fit: cover;
    }

    .about-content h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .about-content p {
        font-size: 1.05rem;
        line-height: 1.55;
        max-width: 90%;
        margin: 0 auto 25px;
    }

    .about-btn {
        padding: 12px 28px;
        font-size: 1rem;
        border-radius: 12px;
    }
}
@media (max-width: 850px) {

    /* ABOUT – obrázok hore, text pod ním */
    .about-image {
        order: 1;
    }

    .about-content {
        order: 2;
    }

}
/* =========================================
   GLOBAL MOBILE SPACING FIX
   (zmenší medzery medzi sekciami)
========================================= */
@media (max-width: 850px) {

    .hero {
        padding-bottom: 40px;
    }

    .info-clean,
    .services-section,
    .about-section,
    .faq-section,
    .contact-cta {
        padding: 60px 20px !important;
    }

    /* Vnútorné kontajnery s veľkými medzerami */
    .services-grid,
    .about-inner,
    .faq-inner,
    .contact-box,
    .info-inner {
        gap: 30px !important;
    }

    /* Nadpisy – menší top spacing */
    h2 {
        margin-top: 0 !important;
    }

    /* Spodky sekcií */
    .footer {
        margin-top: 40px;
    }
}
/* CTA – verzia bez email inputu */
.cta-btn-large {
    display: inline-block;
    padding: 18px 50px;
    background: #e00000;
    color: #fff;
    border-radius: 40px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease;
    text-align: center;
}

.cta-btn-large:hover {
    background: #ff2626;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(224,0,0,0.4);
}
