/* ===== HIDE DEFAULT CURSOR ===== */

html, body {
    cursor: none;
    scroll-behavior: smooth;
}
a,
button,
input,
textarea,
select,
label {
    cursor: none;
}


.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 40px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
:root {
    --font-main: "Roboto Condensed", sans-serif;
}

body {
    font-family: var(--font-main);
    background-color: #161616;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.logo {
    justify-self: start;
}

.logo img {
    height: 40px;
}
.main-nav {
    display: flex;
    gap: 32px;
}

.main-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.main-nav a:hover {
    color: #FAA440;
}

.lang-switch {
    justify-self: end;
    display: flex;
    gap: 8px;
}

.lang-switch button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    opacity: 0.7;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.lang-switch button.active,
.lang-switch button:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}


html, body {
    max-width: 100%;
    overflow-x: hidden;
}


.site-footer {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.footer-inner {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    padding: 80px 0 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4%;
    justify-items: center;
}

.footer-col {
    text-align: center;
    width: 100%;
}

.footer-col h4 {
    font-size: 16px;
    color: #FAA440;
    font-weight: 600;
    margin-bottom: 16px;
    opacity: 0.9;
}

.footer-col a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.65;
    margin-bottom: 8px;
    transition: opacity 0.2s ease;
}

.footer-col a:hover {
    opacity: 1;
}

.footer-col p {
    margin-bottom: 8px;
    opacity: 0.65;
    font-size: 14px;
}

.social-links a {
    margin-bottom: 10px;
}

.footer-bottom {
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
    opacity: 0.6;
}
/* ===== TEST – FOOTER MUSÍ BYŤ V 1 STĹPCI ===== */

@media screen and (max-width: 768px) {

    .footer-inner {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 40px;
        padding: 60px 20px 40px;
        max-width: 100%;
    }

    .footer-col {
        text-align: left;
    }

}
/* ===== MOBILE MENU – CSS ONLY ===== */

#menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
    font-size: 28px;
    color: white;
}/* 1. Predvolene skryť tento odkaz (pre PC/Desktop) */
.mobile-only {
    display: none;
}
@media (max-width: 768px) {

    /* Zobrazíme odkaz len pri zlome */
    .mobile-only {
        display: block; /* alebo inline-block */
    }
    .header-inner {
        grid-template-columns: auto auto;
        padding: 12px 20px;
    }

    .menu-icon {
        display: block;
        justify-self: end;
    }

    .lang-switch {
        display: none;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.95);
        flex-direction: column;
        padding: 20px;
        gap: 16px;
    }

    #menu-toggle:checked + .menu-icon + .main-nav {
        display: flex;
    }

}
.lang-switch a {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    color: white;
    font-size: 13px;
    opacity: 0.7;
}

.lang-switch a.active,
.lang-switch a:hover {
    opacity: 1;
    background: rgba(255,255,255,0.1);
}

body {
    cursor: none;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.cursor-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #FAA440;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* click efekt */
.cursor.click {
    background: #FAA440;
}

.cursor.click .cursor-inner {
    opacity: 0;
}








/* ===== SERVICES TABLE ===== */
.services-bg {
    position: relative;
    
    padding: 40px 0;
    min-height: 80vh;
}

.services-bg::before {
    content: "";
    position: absolute;
    inset: 0;
}

.services-table-2 {
    position: relative;
    z-index: 1;
}


.services-table {
    padding: 80px 5%;
}
.services-table-2 {
    padding: 80px 5%;
    padding-top: 10px;     
}
.table-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 60px;
}

/* GRID */
.table-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    
}

/* KARTA */
.table-card {
    background: rgba(0, 0, 0, 0.151);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);

    display: flex;
    flex-direction: column;
}

/* Efekt pre karty služieb po nabehnutí */
.table-card.service-link {
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.table-card.service-link:hover {
    transform: translateY(-5px) scale(1.02); /* Jemné nadvihnutie a zväčšenie */
    filter: brightness(1.1); /* Mierne rozjasnenie */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3); /* Silnejší tieň */
}

/* Zabezpečí, aby kurzor zostal skrytý (tvoj vlastný kurzor ho nahradí) */
.service-link {
    cursor: none;
}

/* HORNY PAS (NAZOV + SUMA) */
.table-header {
    background: #FAA440;
    color: rgb(0, 0, 0);
    padding: 30px;
    text-align: center;
}
.table-header-dark {
    background: #000000;
    color: white;
    padding: 30px;
    text-align: center;
}
.table-header-silver{
    background: #f1f1e7;
    color: rgb(0, 0, 0);
    padding: 30px;
    text-align: center;
}
.table-header-purple {
    background: #6a359c;
    color: white;
    padding: 30px;
    text-align: center;
}

.table-header h3 {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}
.table-header-dark h3 {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}
.table-header-silver h3 {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}
.table-header-purple h3 {
    margin: 0;
    font-size: 16px;
    opacity: 0.9;
}
/* SPODOK KARTY – CENA */
.table-footer {
    margin-top: auto;
    padding: 16px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline  ;
    text-decoration-color: #FAA440;
}
.table-footer-dark{
    margin-top: auto;
    padding: 16px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-decoration: underline  ;
    text-decoration-color: #000000;
}
.table-footer-silver{
    margin-top: auto;
    padding: 16px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
   color: #ffffff;
    text-decoration: underline  ;
    text-decoration-color: #f1f1e7;
}
.table-footer-purple{
    margin-top: auto;
    padding: 16px 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
     color: #ffffff;
    text-decoration: underline  ;
    text-decoration-color: #662D91;
}


/* BODY (POLOZKY) */
.table-body {
    list-style: disc inside;
    padding: 20px;
    margin: 0;
     color: #fff;
}

.table-body li {
    margin-bottom: 10px;
    font-size: 14px;
}

/* VARIANTY */
.table-card.highlight .table-header {
    background: #ffab40;
    color: #000;
}
@media (max-width: 1000px) {
    .table-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .table-grid {
        grid-template-columns: 1fr;
    }
}
/* Kontajner formulára */
.contact-container {
    /* Zmeň 500px na vyššiu hodnotu podľa potreby */
    width: 80%;            /* Zabezpečí, že na mobiloch nebude úplne po okraje */
    max-width: 900px;      /* Toto určuje maximálnu šírku na veľkej obrazovke */
    margin: 20px auto;     /* Vycentruje ho */
    padding: 20px;
    box-sizing: border-box; /* Dôležité, aby padding nerozširoval kontajner */
}

/* Hlavný štýl formulára */
.dark-form {
    background-color: #2e2e2e; /* Tmavošedá/čierna */
    padding: 30px;
    border-radius: 20px; /* Zaoblené rohy */
    color: #ffffff;
}

.form-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    text-decoration: underline  ;
    text-decoration-color: #662D91;
    
}

/* Skupiny polí */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #bbbbbb;
}

/* Vstupy a Select */
.dark-form input, 
.dark-form select, 
.dark-form textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: #161616;
    border: 1px solid #3d3d3d;
    border-radius: 12px; /* Zaoblené rohy vnútri */
    color: #ffffff;
    font-size: 1rem;
    box-sizing: border-box; /* Zabezpečí správnu šírku */
}

/* Zvýraznenie pri kliknutí */
.dark-form input:focus, 
.dark-form select:focus, 
.dark-form textarea:focus {
    outline: none;
    border-color: #6a359c; /* Fialová z tvojho cenníka */
}

/* Tlačidlo */
.submit-btn {
    width: 100%;
    padding: 14px;
    background-color: #6a359c; /* Fialová farba */
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
}

.submit-btn:hover {
    background-color: #47216b; /* Svetlejšia fialová pri hovery */
}

/* Štýl pre placeholder text */
::placeholder {
    color: #666666;
}
/* ===== DISABLE CUSTOM CURSOR ON TOUCH DEVICES ===== */

@media (hover: none) and (pointer: coarse) {

    .cursor {
        display: none;
    }

    html, body {
        cursor: auto;
    }
}
/* ===== CONTACT ===== */

.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 80vh; /* NIE min-height */
}

/* ľavý stĺpec */
.contact-image {
    height: 80vh;
}

/* obrázok */
.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* FORM */
.contact-form {
    padding: 60px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 900px) {

    .contact {
        grid-template-columns: 1fr;
        height: auto;
    }

    .contact-image {
        height: 40vh;
    }
}
.slider-container {
    width: 100%;
    aspect-ratio: 21 / 4.8;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .slider-container {
        aspect-ratio: 16 / 9;
    }
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block !important; /* Zabezpečí, že JS vám to neschová */
}

/* crossfade animácia pre všetky 3 slide-y */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    animation: simple-switch 30s infinite;
}

@keyframes simple-switch {
    0% { opacity: 0; }
    5% { opacity: 1; }   /* Plynulý nábeh (cca 1.5s) */
    33.33% { opacity: 1; } /* Drží viditeľnosť do 10. sekundy */
    38.33% { opacity: 0; } /* Plynulé zmiznutie */
    100% { opacity: 0; }
}

/* Oneskorenia: posunuté presne o 10 sekúnd */
.slide:nth-child(1) img { animation-delay: 0s; }
.slide:nth-child(2) img { animation-delay: 10s; }
.slide:nth-child(3) img { animation-delay: 20s; }

.contact-spejs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 50vh; /* Zmenené z height na min-height */
}

.contact-image-spejs { 
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-image-spejs img {
    width: 60%; /* Upravené pre lepšiu kontrolu */
    height: auto;
    object-fit: contain;
}

.intro {
    text-align: center;
    color: hsl(0, 0%, 100%);
    margin: auto;
    width: 100%; /* Dôležité pre responzivitu */
    max-width: 800px;
}

.intro__body {
    padding: 0 20px; /* Zmenšené z 160px - na mobile by to zmizlo */
}

/* Mobilná verzia sekcie Spejs */
@media (max-width: 900px) {
    .contact-spejs {
        grid-template-columns: 1fr;
    }
    .contact-image-spejs {
        padding: 40px 0;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .intro__body {
        padding: 0;
    }
}
.icon-row {
    display: flex;
    gap: 25%;
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
    justify-content: center; /* centrovanie vodorovne */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


.icon {
    width: 40px;
    height: 40px;
    transition: all 0.2s;
}

.icon:hover {
   transform: scale(1.2);
}

/* Responzívne zobrazenie pre mobil */
@media (max-width: 600px) {
    .icon-row {
        flex-direction: column; /* ikony pod seba */
        gap: 15px;
    }
}

/* ===== HERO ===== */

.projects-hero {
    padding: 80px 10%;
    text-align: center;
}

.projects-hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #FAA440;
}

.projects-hero p {
    font-size: 1.1rem;
    color: #ffffff;
}

/* ===== PROJEKTY ===== */

.projects {
    max-width: 85%;
    padding: 0 2% 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* ===== JEDEN PROJEKT ===== */

.project {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    
    color: white;
    text-decoration: none;
}

/* OBRÁZOK */

.project-image {
    overflow: hidden;
    border-radius: 10px ;
}

.project-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

/* TEXT */

.project-text h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: white;
    text-decoration: underline  ;
    text-decoration-color: #662D91;
}
.project-text h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.project-text p {
    font-size: 20pt;
    line-height: 1.6;
    margin-bottom: 15px;
}

.project-meta {
    font-size: 0.9rem;
    color: #777;
    color: #662D91;
}

/* HOVER */

.project:hover img {
    transform: scale(1.04);
}

/* ===== MOBILE ===== */

@media (max-width: 900px) {

    .projects-hero {
        padding: 80px 8%;
    }

    .projects {
        padding: 0 8% 80px;
        gap: 60px;
    }

    .project {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .project-text h2 {
        font-size: 1.5rem;
    }
}
/* 1. Základný štýl (funguje na PC a Androide) */
.body-projects, .body-home, .body-spejs, .body-services, .body-contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    position: relative;
}

/* Priradenie obrázkov */
.body-home { background-image: url("../images/hero.jpg"); }
.body-projects { background-image: url("../images/texture5.jpg"); }
.body-spejs { background-image: url("../images/texture1.jpg"); }
.body-services { background-image: url("../images/services-bg.jpg"); }
.body-contact { background-image: url("../images/texture6.jpg"); }

/* 2. Cielená oprava výhradne pre iOS (Safari) */
/* Tento dotaz zistí, či zariadenie nepodporuje hover (väčšina mobilov) 
   a či má Apple-style scrollovanie */
@supports (-webkit-touch-callout: none) {
    
    .body-projects, .body-home, .body-spejs, .body-services, .body-contact {
        background-attachment: scroll !important;
        background-image: none !important; /* Vypneme pôvodné pozadie */
    }

    /* Vytvoríme fixnú vrstvu len pre iOS */
    .body-projects::before, 
    .body-home::before, 
    .body-spejs::before, 
    .body-services::before, 
    .body-contact::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* Priradíme obrázky späť do pseudoelementov len pre iOS */
    .body-home::before { background-image: url("../images/hero.jpg"); }
    .body-projects::before { background-image: url("../images/hero.jpg"); }
    .body-spejs::before { background-image: url("../images/texture1.jpg"); }
    .body-services::before { background-image: url("../images/services-bg.jpg"); }
    .body-contact::before { background-image: url("../images/texture6.jpg"); }
}
/* Príprava vrstvy pre stmavenie */
.body-home::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    /* Premenná, ktorú budeme meniť cez JS */
    opacity: var(--bg-overlay, 0); 
    z-index: -1; /* Musí byť nad pozadím (::before), ale pod obsahom */
    pointer-events: none;
    transition: opacity 0.1s linear; /* Jemný prechod */
}

/* Uistite sa, že pozadie v ::before má z-index -2, aby bolo pod závojom */
@supports (-webkit-touch-callout: none) {
    .body-home::before {
        z-index: -2 !important;
    }
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 300px;
  width: calc(100% - 40px);               /* tmavé pozadie */
  color: #fff;                      /* biely text */
  padding: 18px 20px;
  font-size: 15px;
  border-radius: 18px;              /* väčšie zaoblenie */
  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
  display: none;
  z-index: 9999;
}

.cookie-banner span {
  display: block;
  margin-bottom: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.cookie-actions {
  gap: 12px;
  justify-content: flex-end;        /* zarovnanie doprava */
}

.cookie-actions button {
  background: #fff;                 /* biele tlačidlo */
  color: #111;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 10px 14px;
  font-size: 13px;
  border-radius: 12px;
  transition: .2s ease;
  font-weight: 600;
}

#cookie-accept {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.25);
}

#cookie-decline {
  background: transparent;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.25);
}

#cookie-accept:hover {
  background: rgba(255,255,255,0.08);
}

#cookie-decline:hover {
  background: rgba(255,255,255,0.08);
}
.cookies-href {
    text-decoration:none;
    color: #fff;
}
.cookies-href:hover {
    text-decoration:none;
    color: #FAA440;
}
/* ===== LANDING PAGE LAYOUT ===== */

.landing-content {
    color: #ffffff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.hero-section {
    height: 100vh; /* Zaberá celú obrazovku */
    display: flex;
    align-items: center;
    justify-content: center;
    
    text-decoration: none;
    padding: 0 20px;
}

.hero-section h1 {
    font-size: 3rem;
    line-height: 1.1;
    color: #FAA440;
    text-transform: uppercase;
    font-weight: 900;
}

.text-block {
    padding: 50px 20px 37vh 20px; /* Spodný padding 50% výšky obrazovky pre pomalé scrollovanie */
}
.text-block-spodok {
    padding: 50vh 20px 50vh 20px; 
    font-size: 1.6rem;
}
/* Responzivita */
@media (max-width: 768px) {
    .text-block-spodok {
            padding: 10vh 20px 20vh 20px;
    }
}

.text-block h2 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 30px;
}

.text-block p {
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 750px;
    margin: 0 auto 30px auto;
}

.call-to-action {
    font-weight: 600;
    color: #ffffff;
    margin-top: 40px;
}

.btn-main2 {
      font-weight: 600;
    color: #FAA440;
    margin-top: 40px;
    text-decoration: none;
}
.btn-main2:hover {
      font-weight: 600;
    color: #662D91;
    margin-top: 40px;
    text-decoration: none;
}


/* Tlačidlá */
.btn-main {
        display: inline-block;
    padding: 14px 36px;
    border-radius: 30px;
    background: #fff;
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-main:hover {
    background-color: #662D91;
}


/* Responzivita */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .text-block {
        padding-bottom: 30px;
        text-align: left;
    }
}

/* ===== O NÁS SPLIT SEKCOA ===== */
.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 70vh;
    background: #30303010;
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
   border-top: 1px solid rgba(255, 255, 255, 0.08);
     border-bottom: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 20px;
    margin: 0px 0;
    overflow: hidden;
}

.about-image {
    position: relative;
    height: 100%;
    /* Tieto tri riadky vycentrujú obrázok v jeho polovici */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Voliteľné: zabezpečí, aby sa obrázok nedotýkal okrajov ani na malých displejoch */
}

.about-image img {
    width: 80%;      /* Obrázok zaberie 80% šírky kontajnera */
    height: auto;    /* Výška sa prispôsobí pomeru strán, aby sa nedeformoval */
    max-height: 80%; /* Zabezpečí, aby nebol príliš vysoký */
    object-fit: cover;
    border-radius: 4px; /* Voliteľné: jemne zaoblené rohy k tomu sedia */
    /* TENTO RIADOK ZABEZPEČÍ ZJEMNENIE: */
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.about-image img:hover {
    transform: scale(1.05); /* 1.05 znamená zväčšenie o 5 % */
}
.about-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 8%;
    
}


.content-padding p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
}

.btn-wrapper {
    margin-top: 40px;
    text-align: left;
}

/* Mobilná verzia */
@media (max-width: 900px) {
    .about-split {
        grid-template-columns: 1fr;
    margin-top: 10vh;
    }
    .about-image {
        height: 40vh;
    }
    .about-text {
        padding: 0px 20px;
    }
}
/* Kontajner pre zaostrený rám */
.focus-frame {
    position: relative;
    max-width: 850px;
    margin: 0 auto;
    padding: 80px 40px;
    transition: transform 0.3s ease;
}

/* Štýl pre rohy hľadáčika */
.frame-corner {
    position: absolute;
     pointer-events: none;
     width: 40px;
    height: 40px;
    border: 2px solid #FAA440;
    opacity: 0.6;
}

/* Umiestnenie rohov */
.top-l { top: 0; left: 0; border-right: none; border-bottom: none; }
.bottom-r { bottom: 0; right: 0; border-left: none; border-top: none; }

/* Jemný efekt: rohy sa pri scrollovaní môžu mierne rozostúpiť */
.focus-content h1 {
    font-size: 2.5rem;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #662D91;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responzivita */
@media (max-width: 768px) {
    .focus-frame {
        padding: 40px 20px;
        margin: 0 10px;
    }
    
    .focus-content h1 {
        font-size: 2rem;
    }
    .frame-corner {
        width: 15px;
        height: 15px;
    }
}
.p-strong {
    text-align: center;
}
.a-strong {
    color: #FAA440;
}
.p-justify {
    text-align: justify;
}
/* Responzivita */
@media (max-width: 768px) {
    .p-strong {
        text-align: left;
    }
    
    .p-justify {
        text-align: left;
    }
    }
