@font-face {
    font-display: swap;
    font-family: poppins;
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-300.eot);
    src: url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-300.eot?#iefix) format("embedded-opentype"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-300.woff2) format("woff2"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-300.woff) format("woff"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-300.ttf) format("truetype"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-300.svg#Poppins) format("svg")
}

@font-face {
    font-display: swap;
    font-family: poppins;
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-regular.eot);
    src: url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-regular.woff2) format("woff2"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-regular.woff) format("woff"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-regular.ttf) format("truetype"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-regular.svg#Poppins) format("svg")
}

@font-face {
    font-display: swap;
    font-family: poppins;
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-700.eot);
    src: url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-700.eot?#iefix) format("embedded-opentype"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-700.woff2) format("woff2"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-700.woff) format("woff"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-700.ttf) format("truetype"), url(assets/fonts/poppins-v20-devanagari_latin_latin-ext-700.svg#Poppins) format("svg")
}

@media only screen and (max-width:768px) {
    .hero-content {
        margin-top: 200px
    }
}



/*Google Symbols*/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}















/*   Extra Fonty - Poppins -   */




.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }














/*  Konec Extra poppins fontu */
  












/* ===== STYLY PRO DĚLÍCÍ SEKCI (FINÁLNÍ OPRAVA PRO KLIKÁNÍ) ===== */

.image-divider {
  position: relative; /* Důležité pro pozicování odkazu uvnitř */
  height: 400px;
  overflow: hidden;
  margin: 50px 0 100px 0;
  border-radius: 22px;
  cursor: pointer;
}

.image-divider-link {
    /* Tento odkaz teď zabírá celou plochu a je pozicován */
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.image-divider-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover efekt se teď aplikuje na obrázek uvnitř odkazu */
.image-divider-link:hover img {
    opacity: 0.8;
    transform: scale(1.03);
}



/* ===== STYL PRO TEXT IP SERVERU V HLAVIČCE ===== */
/* ===== STYL PRO TEXT IP SERVERU V HLAVIČCE ===== */
.server-ip-text {
    color: white;
    font-size: 14px;
    margin-right: 12px;
    background-color: black;
    padding: 6px 16px;
    border-radius: 50px;
    cursor: pointer; /* Změní kurzor na ručičku */
    transition: background-color 0.3s, color 0.3s; /* Plynulý přechod barev */
}

/* Nový styl pro stav po zkopírování */
.server-ip-text.copied {
    background-color: #00ff80; /* Zelená barva pro úspěch */
    color: black; /* Změníme barvu textu pro lepší čitelnost */
}






/* ===== STYLY PRO PŘEPÍNAČ MĚN ===== */

/* Styl pro tlačítko, které je zrovna aktivní */
.plans-prcv button.active-currency {
    background-color: aqua;
    color: black;
    font-weight: 600; /* Zvýrazníme text */
}

/* Přidáme plynulý přechod pro hezčí efekt */
.plans-prcv button {
    transition: background-color 0.3s, color 0.3s;
}













/* ===== STYL PRO AKTIVNÍ TLAČÍTKO PLÁNU ===== */
.switcher .switch button.active-plan {
    background-color: aqua;
    color: black;
}










/* ===== STYLY PRO NOVÝ BANNER VE SPODNÍ ČÁSTI ===== */

.bottom-banner {
    display: none; /* Banner je na začátku skrytý */
    position: fixed;
    bottom: -100px; /* Začíná pod obrazovkou pro animaci */
    left: 50%;
    transform: translateX(-50%);
    width: auto; /* Šířka se přizpůsobí obsahu */
    max-width: 90%;
    
    background-color: #ac571ea2; /* Tmavě červené průsvitné pozadí */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    color: #f8f8f2; /* Světlý text */
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(119, 67, 7, 0.2); /* Růžový okraj */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    z-index: 1000;
    
    /* Připravení pro animaci */
    transition: bottom 0.5s ease-in-out;
}

/* Třída, která banner zobrazí a animuje */
.bottom-banner.show {
    bottom: 20px; /* Kde se má banner zastavit */
}

.banner-text {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
}

.banner-button {
    background-color: rgba(233, 162, 70, 0.8); /* Tmavší červená pro tlačítko */
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap; /* Zabrání zalamování textu v tlačítku */
}

.banner-button:hover {
    background-color: rgb(145, 80, 27); /* Světlejší červená při najetí */
}

/* Responzivní úpravy */
@media (max-width: 600px) {
    .bottom-banner {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
        padding: 1rem;
    }
}




















blockquote a {
    color: #fff;
    background: var(--accent);
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 6px;
    margin-top: 24px
}

bridgetown-search-results {
    --link-color: #0f5348;
    --divider-color: #e6e1d7;
    --text-color: #3e3f3a
}

:root {
    --accent: aqua;                 /*Hlavní 3 tlačítka na panelu (header) "Discord", "Fakturace", "Přihlásit se"*/
    --secondary-background: #0B0E19;        /*Outline tabulek (stats) sec. extra*/ 
    --monthly-price-gbp: inherit;
    --monthly-id: inherit;
    --yearly-id: none
}

.note {
    border-radius: 4px;
    padding: 8px 24px;
    font-size: 14px;
    display: grid;
    margin: 0 !important
}

.note#warning {
    background: #f24949
}

.note#code {
    background: #000
}

.note#command {
    background: #000
}

.note {
    background: var(--secondary-background)
}

.note#warning::before {
    content: "Warning"
}

.note#code::before {
    content: "Code"
}

.note#command::before {
    content: "Command"
}

.note::before {
    content: "Note"
}

.note::before {
    font-weight: 700;
    margin-bottom: 6px;
    background: rgba(255, 0, 0, 0.1);
    margin: -8px -24px 8px;
    padding: 8px 24px;
    border-radius: 4px 4px 0 0
}

body {
    color: #fff;
    /*background: #03040C !important; */                      /*       Hlavní pozadí celé stránky       */

    background: rgb(3,4,12);background: linear-gradient(90deg, #000000 0%, #03040c 50%, #000000 100%) !important;
    
    font-family: "poppins", sans-serif;
    overflow-x: hidden !important;
    scroll-behavior: auto;
    position: inherit !important
}

@media only screen and (max-height:750px) {
    section#hero {
        top: 240px !important
    }
}

@media only screen and (max-height:560px) {
    #thy-las {
        display: none !important
    }
}

@media only screen and (max-height:460px) {
    section#hero {
        top: 200px !important
    }
    .content {
        top: 450px !important
    }
    .hero-video video {
        height: 473px !important
    }
}

@media only screen and (max-width:1550px) {
    .ads-sides {
        display: none !important
    }
    .create-free-server-today {
        min-height: 300px !important;
        grid-gap: 24px !important
    }
    .create-free-server-today::before {
        height: 180px !important
    }
}

@media only screen and (max-width:1130px) {
    #thy-las::before {
        background: transparent !important
    }
}

@media only screen and (max-width:982px) {
    .footer-top,
    .footer-bottom,
    .desktop-preview,
    div#dd-download {
        grid-template-columns: auto !important
    }
    .footer-top a svg {
        font-size: 24px !important
    }
    .ss-dropdown {
        display: inherit !important
    }
    .ss-sub-services {
        width: calc(100% - 50px) !important;
        min-height: 70% !important
    }
}

@media only screen and (max-width:930px) {
    a[href="/redirect/client-panel/"] {
        display: contents
    }
}

@media only screen and (max-width:820px) {
    .install-plugin a {
        display: none !important
    }
}

@media only screen and (max-width:768px) {
    .header-content-row-2 {
        display: none !important
    }
    [href="https://client.lionnode.cz/auth/login"] {
        display: none !important
    }
    [href="https://billing.lionnode.cz/"] {
        display: none !important
    }
    [href="https://discord.gg/uyFqJMdZmc"] {
        display: none !important
    }
    .mm-menu-cop {
        display: inherit !important
    }
    .header-content svg {
        font-size: 16px !important;
        opacity: 1 !important;
        transition: .3s font-size, .3s opacity
    }
    .header-content-right#desktop #o-mobile-menu {
        display: inherit !important
    }
    #login {
        display: inherit;
        width: fit-content
    }
    .header-content svg#mobileOnly {
        font-size: 16px !important
    }
    .header-content #mobileRemove {
        display: none !important
    }
    a#menu-blog,
    a#menu-apps {
        display: none !important
    }
    .mobile-menu-icon {
        display: inline !important
    }
    .menu-left a {
        font-size: 0 !important
    }
    #site-title {
        font-size: 24px !important
    }
    .error,
    .help-home,
    .article-content {
        grid-template-columns: auto !important
    }
    .hero-content {
        top: 350px !important;
        width: 80% !important
    }
    .sidebar#mobile,
    section#related-mobile,
    .article-content-sidebar#mobile {
        display: inherit !important
    }
    .la {
        text-align: left !important;
        margin: -26px 10px !important
    }
    .la h1 {
        font-size: 18px
    }
    .plans table {
        padding: 0 !important;
        overflow-x: scroll !important;
        display: table-cell !important
    }
    .feature-set {
        grid-template-columns: 100%
    }
    .feature-content {
        position: absolute
    }
    .feature-image img {
        display: none;
        opacity: 0
    }
    .article-content-sidebar#desktop {
        display: none !important
    }
}

@media only screen and (max-width:500px) {
    .hero-cta {
        line-height: 60px !important;
        display: inline-grid !important;
        grid-gap: 6px;
        width: 100%
    }
    .hero-cta a {
        margin: 0 !important;
        padding: 0 20px !important;
        border-radius: 50px !important
    }
}

@media only screen and (max-width:444px) {
    .minecraft-edition-picker {
        grid-template-columns: 100% !important;
        padding: 5px 20px 20px !important;
        text-align: center !important
    }
    .article-metadata {
        width: 100%;
        white-space: nowrap !important;
        position: relative !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        padding: 10px 0 10px 35px !important;
        margin-left: -25px !important
    }
    .discount {
        padding: 2px 18px;
        margin: -2px 0 30px !important;
        position: inherit !important
    }
    #lighter-background::before {
        width: 100% !important
    }
    .review-top {
        grid-template-columns: auto 112px !important
    }
    .review-avatar {
        display: none
    }
}

.svg-inline--fa.fa-circle-check.fa-swap-opacity {
    color: #3abd3a
}

.svg-inline--fa.fa-circle-xmark.fa-swap-opacity {
    color: #ff4949
}

br {
    display: none
}

blockquote {
    background: #080A12;
    padding: 10px 24px;
    border-radius: 22px; /* <-- ZMĚNĚNO NA 22px */
}

.bqbtn {
    padding: 10px 24px 30px !important
}

blockquote p {
    margin: 12px 0 2px
}

hr {
    border-width: 0;
    height: 1px;
    background: white;
}

pre {
    background: #020202;
    padding: 10px 24px;
    border-radius: 6px
}

pre code {
    margin-top: 54px
}

table {
    background: #080A12
}

thead {
    background: #29c7cc;
    border: none
}

/* Pozadí */

td { 
    padding: 3px 14px;
    background: #171e1f
}

.discount {
    background: #00ff80;
    border-radius: 24px;
    font-size: 12px;
    position: absolute;
    padding: 2px 18px;
    margin-top: -20px
}

/* porovnání (VS OTHERS) */ 


.plans table {
    border: 1px #080A12 solid;
    border-collapse: collapse;
    padding: 9px
}

.plans table th {
    border: none;
    padding: 9px;
    background: #080A12;             /* Plans tabulka - barva hlavičky pozadí*/
    color: aqua;                  /* Light Aqua - text (text v názvev subscription*/
}




.plans table td {
    border: 2px #03040C solid;
    padding: 9px;
    background: #080A12; /* Pozadí tabulky LionNode vs Další*/
    color: aqua;
}

.plans::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #080A12, transparent);
    width: 240px;
    height: 1px
}

.plans::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #080A12, transparent);
    width: 1px;
    height: 260px
}

/*Tlačítka v purchase tabulce*/ 


.purchase-table {
    display: grid;
    padding: 0 0 16px
}

.purchase-table a {
    background: aqua; /* Tlačítka Purchase -*/
    color: black;
    border: none;
    padding: 8px 24px;
    border-radius: 24px;
    width: fit-content;
    place-self: center;
    text-decoration: none;
    font-size: 14px
}

.purchase-table p#offer {
    background: aqua;
    font-size: 12px;
    position: absolute;
    padding: 4px 12px;
    border-radius: 50px;
    margin: -20px 0 0 2px;
    width: 148px;
    text-align: center
}

.has-offer-false p#offer {
    display: none !important
}

#has-logo h1 {
    align-items: center
}

#has-logo img {
    width: 0
}

td#disabled {
    cursor: not-allowed;
    border: none
}

.switcher {
    text-align: -webkit-center;
    margin-bottom: 32px
}

.switcher .switch {
    background: var(--secondary-background);
    width: fit-content;
    padding: 6px;
    border-radius: 50px;
    display: grid;
    grid-template-columns: 50% 50%
}

.switcher .switch button {
    background: transparent;
    color: aqua;
    border: none;
    border-radius: 50px;
    padding: 6px 24px;
    cursor: pointer;
    transition: .3s background-color, .3s color
}

#costMonthly {
    display: var(--pricing-monthly)
}

#costYearly {
    display: var(--pricing-yearly)
}

p#costMonthly,
p#costYearly {
    font-size: 12px
}

.purchase-table h2 {
    margin: 12px 0 -6px
}

.purchase-table a[href="https://client.lionnode.cz/"] {
    margin-top: 42px
}

#f-limitations {
    opacity: 1;
    font-size: 12px;
    margin: 0;
    cursor: default
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #080A12;
    transition: .4s background;
    z-index: 25
}

header .header-content {
    display: grid;
    grid-auto-flow: row;
    width: clamp(0px, 100% - 50px, 1200px);
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    align-items: center;
    padding: 16px 0
}

header .header-content a {
    color: white;                                           /* Hlavička (top banner) text tlačítek*/
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    margin-right: 16px;
    cursor: pointer
}

header .header-content .header-content-row-1,
header .header-content .header-content-row-2 {
    display: grid;
    grid-auto-flow: column
}

header .header-content .header-content-row-1 .header-content-r1-left {
    height: 120px;
    position: absolute;
    align-items: center;
    display: inline-flex;
    top: 0
}

header .header-content .header-content-row-1 .header-content-r1-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

header .header-content .header-content-row-1 .header-content-r1-right a {
    background: var(--accent);
    padding: 6px 16px;
    border-radius: 50px;
    margin: 0 0 0 12px !important;
    font-size: 14px !important
}

header .header-content .header-content-row-2 {
    height: 70px;
    align-items: center
}

header .header-content .header-content-row-2 .header-content-r2-right {
    text-align: right
}

header .header-content .header-content-row-2 a svg {
    display: none
}

.mm-menu-cop {
    background: rgba(62, 69, 82, .6784313725) !important;
    display: none
}

[src="/assets/images/climate.svg"] {
    width: 21px
}

[href="https://lionnode.cz/climate"] {
    background: rgba(0, 0, 0, .5) !important;
    font-weight: 400 !important;
    display: grid;
    grid-auto-flow: column;
    width: max-content;
    grid-gap: 12px;
    align-items: center
}

#o-mobile-menu {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    padding: 0;
    display: none
}

.header-content-right#desktop svg {
    display: none
}

.header-content-right#desktop a[href="/redirect/client-panel/"] svg,
.header-content-right#desktop #o-mobile-menu svg {
    display: inline
}

.header-content-right#mobile {
    display: none;
    position: fixed;
    z-index: 32;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(32px) brightness(1.2) hue-rotate(90deg) invert(.1);
    -webkit-backdrop-blur: blur(32px) brightness(1.2) hue-rotate(90deg) invert(.1)
}

.header-content-right#mobile .branding {
    font-size: 16px;
    justify-content: center;
    display: flex;
    margin-top: 12px;
    align-items: center
}

.header-content-right#mobile .branding img {
    width: 64px;
    height: 64px;
    margin-right: 24px
}

.header-content-right#mobile svg {
    width: 32px;
    margin-right: 16px
}

.header-content-right#mobile a {
    color: white;
    text-align: left;
    text-decoration: none;
    font-size: 24px;
    margin-bottom: 12px;
    background: rgba(0, 0, 0, .25);
    border-radius: 6px;
    padding: 6px 16px;
    display: block
}

.header-content-right#mobile button {
    display: none
}

.header-content-right#mobile #login {
    width: inherit;
    display: block
}

.header-content-right#mobile button#o-mobile-menu {
    display: none
}

dropdown {
    display: none;
    background: #343840;
    width: fit-content;
    position: fixed;
    right: 0;
    top: 70px;
    padding: 12px 0 8px 12px;
    border-radius: 6px
}

dropdown a {
    margin-bottom: 4px;
    border-radius: 4px;
    padding: 4px 16px;
    margin-right: 11px
}

dropdown a:hover {
    background: #343840
}

.hero-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
    pointer-events: none
}

section #hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(0px, 100% - 50px, 1200px);
    transform: translate(-50%, -50%);
    z-index: 5
}

section .hero-content h1 {
    cursor: default
}

section .hero-content h2 {
    cursor: default;
    font-size: 20px;
    font-weight: 400
}

section .hero-content .hero-cta {
    margin-top: 30px
}

section .hero-content .hero-cta a {
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none
}

section .hero-cta {
    margin-top: 30px
}

section .hero-cta a {
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none
}

section .hero-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #000
}

section .hero-footer .ann {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 5;
    cursor: default
}

section .hero-footer .ann .an {
    margin: 0 30px;
    font-size: 24px;
    font-weight: 700;
    justify-content: inherit;
    cursor: default
}

section .hero-footer .ann .an svg {
    margin-right: 16px
}

.content {
    position: absolute;
    width: clamp(0px, 100% - 50px, 1200px);
    top: 140px;
    left: 50%;
    transform: translate(-50%)
}

#features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 50px
}

#features :hover {
    background: #12080d
}

#features h2 {
    cursor: default;
    font-size: 20px
}

#features p {
    cursor: default;
    font-size: 14px
}

#features svg {
    font-size: 23px;
    background: #2970cc;
    border-radius: 50px;
    padding: 12px;
    aspect-ratio: 1/1
}

#features .feature {
    border-radius: 10px;
    padding: 30px 20px 20px 30px
}

#supported-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 25px;
    margin-top: 50px
}

#supported-services .supported-service {
    border: 2px aqua solid;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    padding-left: 24px;
    height: 90px
}

#supported-services .supported-service img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px
}

#supported-services .supported-service svg {
    font-size: 20px;
    background: #29cccc;
    border-radius: 50px;
    aspect-ratio: 1/1;
    padding: 16px
}

#supported-services .supported-service .ss-content * {
    margin: 0
}

#supported-services .supported-service .ss-content h2 {
    font-size: 16px;
    pointer-events: none
}

#supported-services .supported-service .ss-content p {
    text-decoration: underline;
    color: aqua;
    cursor: pointer;
    font-size: 14px;
    filter: brightness(1.4)
}


            /*Dropdown Supported services a her "show more"*/


.ss-dropdown {
    background: aqua;
    border-radius: 10px;
    width: 100%;
    display: flex;
    height: 0;
    opacity: 0;
    transition: 1.3s opacity, 1s height
}

.master-ss {
    margin-top: 25px
}

.ss-sub-services {
    display: flex;
    overflow-x: scroll;
    background: rgb(0, 165, 165);           /*pozadí tabulky pro více specifikací/informací */
    margin: 14px;
    border-radius: 10px;
    padding-left: 25px;
    width: 100%
}

.ss-sub-services .ss-sub-service {
    align-items: center;
    width: max-content;
    display: flex;
    margin-right: 24px
}

.ss-sub-services .ss-sub-service h2 {
    margin: 0 30px;
    width: max-content;
    cursor: default;
    font-size: 18px;
    border-right: 1px rgba(0, 70, 64, 0.129) solid;
    padding-right: 30px;
    transition: 1.3s font-size
}

.ss-sub-services .ss-sub-service img,
.ss-sub-services .ss-sub-service svg {
    width: 60px;
    height: 60px;
    cursor: default;
    margin-right: 24px
}

.ssf-header {
    display: flex;
    max-width: 280px;
    min-width: 280px;
    align-items: center;
    padding-left: 30px
}

.ssf-header h2 {
    width: max-content;
    font-size: 16px;
    margin-left: 32px;
    cursor: default;
    transition: 1.3s font-size
}

.ssf-header img {
    width: 60px;
    height: 60px;
    border-radius: 50px
}

.ssf-header svg {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: aqua;
    padding: 20px
}

.plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 16px
}

.plans .plan {
    background: #080A12;
    border-radius: 10px;
    padding: 10px 0 90px 42px;
    border: 2px #080A12 solid
}

.plans .plan h1 {
    pointer-events: none
}

.plans .plan li {
    pointer-events: none
}

.plans .plan span {
    pointer-events: none
}

.plans .info-plan {
    background: #171a1f;
    padding: 24px 0 24px 30px;
    margin: -10px 0 24px -42px;
    border-radius: 10px 10px 0 0
}

.plans .info-plan h1 {
    margin: 0
}

.plans .plan-footer a {
    background: #2970cc;
    color: #000000;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 50px;
    position: absolute;
    margin: 24px 0 0;
    text-align: center
}

@-moz-document url-prefix() {
    #currency {
        text-align: -moz-center
    }
}

#currency {
    text-align: -webkit-center
}

.reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 16px
}

.reviews .review {
    color: aqua;
    text-decoration: none;
    padding: 20px 20px 0;
    border: 2px aqua solid;
    border-radius: 10px;
    display: grid;
    grid-template-rows: 60px auto 50px
}

.reviews .review p {
    padding: 0
}

.reviews .review .review-top {
    display: grid;
    grid-template-columns: 76px auto 112px;
    align-items: center
}

.reviews .review .review-top .review-avatar#custom img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover
}

.reviews .review .review-top .review-avatar#default svg {
    width: 50px;
    height: 50px
}

.reviews .review .review-top .review-username {
    font-size: 16px;
    font-weight: 700
}

.reviews .review .review-top .review-avatar#custom svg {
    display: none
}

.reviews .review .review-top .review-avatar#default img {
    display: none
}

.reviews .review .review-top .review-rating-type {
    font-size: 14px;
    text-align: right
}

.reviews .review .review-top .review-rating[rating="5"] #four {
    display: none
}

.reviews .review .review-top .review-rating[rating="4"] #five {
    display: none
}

.reviews .review .review-content {
    font-size: 14px;
    padding-top: 14px
}

.reviews .review .review-footer {
    font-size: 12px
}

.members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px
}

.members .member {
    text-align: center;
    pointer-events: none
}

.members .member h1 {
    font-size: 16px
}

.members .member p {
    font-size: 14px
}

.members .member img {
    border-radius: 500px;
    background: #2970cc;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 90px
}

.posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 10px;
    margin-top: 30px
}

#allPosts a {
    text-decoration: none
}

.thyPin {
    display: grid;
    grid-template-columns: 30% 64%;
    grid-gap: 40px;
    margin-top: 30px;
    font-size: 12px;
    align-items: center
}

.thyPin img {
    width: 100%;
    border-radius: 4px
}

.card {
    background: #080A12;
    border-radius: 4px;
    font-size: 8px;
    cursor: pointer
}

.card h2 {
    margin-left: 14px;
    cursor: pointer;
    color: #fff !important
}

.card img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    pointer-events: none
}

.card #thumbnail {
    width: 100%;
    margin-top: 25px;
    border-radius: 10px
}

a.card[href="/blog/we-left-twitter-and-you-should-too/"] {
    border: 2px var(--accent) solid;
    border-radius: 6px
}

.article img {
    width: 100%;
    border-radius: 6px
}

.article a {
    color: #fff
}

.article h2 {
    font-size: 20px
}

.article h3 {
    font-size: 16px
}

.app-selector {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(444px, 1fr));
    grid-gap: 25px
}

.app-selector a {
    color: aqua;
    text-decoration: none
}

.thy-app {
    background: rgba(55, 76, 102, .25);
    margin: 20px 0 0;
    border-radius: 10px;
    padding: 0 30px 10px;
    cursor: pointer
}

.thy-app :hover {
    filter: brightness(1.2)
}

.thy-app img {
    object-fit: contain;
    width: 100%;
    height: 340px
}

.app-header {
    display: grid;
    grid-template-columns: auto 100px;
    align-items: center;
    font-size: 14px
}

.app-header svg {
    margin-left: 12px;
    font-size: 20px
}

.help-center-articles {
    display: grid;
    padding-left: 12px
}

.las-articles {
    background: #080A12;
    margin-bottom: 16px;
    border-radius: 6px
}

.las-header {
    background: #171a1f;
    margin: 2px 2px 0;
    padding: 12px 32px;
    border-radius: 6px 6px 0 0
}

.las-header h1 {
    margin: 0
}

.la-articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px
}

.la-articles a {
    color: #fff
}

.asb-articles ui {
    display: grid;
    grid-gap: 10px 0
}

.asb-articles ui a {
    background: #171a1f;
    border-color: #080A12;
    border-radius: 6px;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    padding: 10px 20px;
    display: grid;
    justify-content: left;
    border-bottom-width: 50px;
    padding-top: 18px
}

.asb-articles ui a svg {
    width: 18px
}

.asb-articles ui a svg {
    margin: 0 12px 0 0
}

.asb-articles a {
    color: #fff;
    text-decoration: none
}

span#title {
    font-weight: 700;
    font-size: 16px
}

span#sub-category {
    font-size: 14px;
    opacity: .5;
    text-transform: capitalize
}

div#category-b {
    background: var(--secondary-background);
    margin: 20px 0 -57px -20px;
    padding: 10px 0 10px 20px
}

.category-header button {
    height: 42px;
    border-radius: 3px;
    background: transparent;
    margin-right: 10px;
    color: #ff0000;
    border: none
}

.category-header button :hover {
    background: rgba(0, 0, 0, .25)
}

.install-plugin {
    background: #080A12;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 16px 32px;
    margin-top: 20px;
    cursor: default
}

.install-plugin img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50px
}

.install-plugin h2 {
    font-size: 24px;
    margin: 0 0 20px 20px
}

.install-plugin h3 {
    font-size: 14px;
    position: absolute;
    margin: 0 0 -32px 84px;
    font-weight: 400
}

.install-plugin a {
    text-decoration: none;
    position: absolute;
    right: 32px;
    background: #2985d7;
    color: #fff;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 700
}

.minecraft-edition-picker {
    background: transparent;
    border-radius: 10px;
    display: flow-root;
    grid-template-columns: auto 100px 120px;
    margin-top: 20px;
    display: none
}

.minecraft-edition-picker button {
    color: #fff;
    border: none;
    margin: 0 0 0 30px
}

.minecraft-edition-picker h2 {
    font-size: 14px;
    position: absolute;
    margin-top: -30px
}

.minecraft-edition-picker svg {
    margin: 0 16px 0 0
}

p#minecraft-edition-picker-non {
    position: absolute;
    top: 214px;
    left: 340px;
    font-weight: 700;
    font-size: 32px
}

.minecraft-edition-picker-placeholder {
    text-align: center;
    margin-top: 50px
}

.minecraft-edition-picker-placeholder svg {
    font-size: 100px
}

.article-metadata {
    margin-top: 0;
    padding: 10px 0
}

.article-metadata ::before {
    content: "";
    background: #080A12;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 90px;
    z-index: -1
}

.breadcrumbs {
    position: absolute
}

#date {
    pointer-events: none;
    text-align: left;
    font-size: 14px
}

.article img,
.article video {
    max-width: 100%
}

.article-content {
    display: grid;
    grid-template-columns: 250px auto
}

.article-content-sidebar {
    margin-top: 12px
}

section#video-tutorial,
.article-content-sidebar#mobile {
    display: none
}

iframe#video-tutorial {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    aspect-ratio: 16/9
}

section#related-mobile {
    display: none
}

h1#htb {
    width: calc(100% - 50px);
    display: grid;
    grid-template-columns: auto 21px;
    background: #080A12;
    border-radius: 4px;
    padding: 12px 25px;
    align-items: center;
    font-size: 18px;
    cursor: pointer
}

h1#htb:hover {
    background: #323842
}

.sidebar#mobile,
.category-via-mobile {
    display: none
}

.watch-video-tutorial {
    display: none
}

button#back-home {
    background: #080A12;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 8px 0 10px -6px;
    width: calc(100% - 20px)
}

button#back-home:hover {
    background: #323842
}

button#watch-video {
    background: #ef5050;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: -10px 0 -10px -6px;
    width: calc(100% - 20px)
}

button#watch-video:hover {
    background: #323842
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 2rem;
    padding: 0;
}

.footer-top h5 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-top a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.2s;
}

.footer-top a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0);
}

.footer-bottom a {
    color: #fff;
    margin-left: 1.5rem;
    text-decoration: none;
}

.footer-bottom small {
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom .fab {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom > div {
        margin-bottom: 1rem;
    }
    .footer-bottom a {
        margin: 0 0.75rem;
    }
}

.feature-set {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 570px;
    align-items: center
}

#lighter-background {
    background: #03030c;
    border-radius: 22px;                                                  /* <-- PŘIDEJ TENTO ŘÁDEK */
}

#lighter-background::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #03030c;
    height: 570px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 22px;
    z-index: -1
}

.feature-content {
    margin-top: -32px;
    margin-left: 8px
}

.feature-content h2 {
    margin: 0
}

.feature-content p {
    margin: 12px 0 0
}

.feature-content a {
    color: #fff;
    background: var(--accent);
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 100px;
    position: absolute;
    margin-top: 26px
}

.feature-content [aria-label="TrustPilot Rating"] {
    background: transparent !important
}

.feature-image img {
    width: 100%
}

.feature-image2 img {
    width: 55%
}

.anINf {
    background: #03030c; 
    border: 1px var(--secondary-background) solid;
    margin: 12px 50px;
    align-items: center;
    padding: 24px;
    border-radius: 22px; /* <-- ZMĚNĚNO NA 22px */
}

.anINf p {
    margin: 0;
    font-size: 24px;
    font-weight: 700
}

.anINf svg {
    width: 56px;
    margin-right: 10px
}

#price {
    text-align: right
}

.price-for-plan {
    font-size: 12px;
    margin: -14px 0 10px
}

.plans-prcv {
    background: #080A12;
    padding: 8px 12px;
    border-radius: 50px;
    width: fit-content;
    cursor: default
}

.plans-prcv button {
    border-radius: 50px;
    border: none;
    color: #fff;
    background: transparent;
    padding: 7px 12px;
    cursor: pointer
}

.plans-prcv button:hover {
    background: rgba(255, 255, 255, .1)
}

.desktop-header {
    display: grid;
    grid-template-columns: 260px 60px auto 130px 150px;
    align-items: center;
    margin: 20px 0
}

.desktop-header a {
    color: #fff;
    text-decoration: none
}

.desktop-preview {
    transition: 1s opacity;
    opacity: 0
}

.desktop-preview video {
    object-fit: cover;
    pointer-events: none;
    width: 100%;
    height: 100%
}

.desktop-preview img {
    max-width: 100%;
    pointer-events: none
}

.app-preview-feature {
    background: #171a1f;
    border-radius: 10px;
    padding: 30px 30px 30px 130px;
    margin-bottom: 24px;
    border: 2px var(--accent) solid;
    cursor: pointer
}

.app-preview-feature svg {
    position: absolute;
    background: #080A12;
    padding: 18px;
    aspect-ratio: 1/1;
    font-size: 32px;
    border-radius: 10px;
    left: 30px;
    pointer-events: none
}

.app-preview-feature h2 {
    font-size: 18px;
    margin: 0;
    pointer-events: none
}

.app-preview-feature p {
    font-size: 14px;
    margin: 10px 0 0;
    pointer-events: none
}

#download-windows-options button,
#download button,
#now-downloading {
    background: #2970cc;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    cursor: pointer
}

#download-windows-options button,
#download button:hover {
    filter: brightness(1.2)
}

#osd-download {
    background: #2970cc;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    cursor: pointer
}

div#dd-download {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
    grid-gap: 15px
}

div#dd-download .app-preview-feature {
    width: auto !important;
    margin: 0 10px;
    border: 2px #404b5a solid
}

div#dd-download svg {
    display: inherit;
    position: inherit;
    margin: 0 0 -68px -99px
}

ul#f-s-featured-servers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 25px;
    padding: 0
}

ul#f-s-featured-servers img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    pointer-events: none
}

ul#f-s-featured-servers li {
    border: 2px #080A12 solid;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 60px auto;
    padding: 20px 24px 20px 32px
}

ul#f-s-featured-servers li h1 {
    font-size: 16px;
    margin: 0;
    cursor: default
}

ul#f-s-featured-servers li p {
    font-size: 14px;
    opacity: .5;
    text-decoration: underline;
    cursor: pointer;
    margin: 0
}

ul#f-s-featured-servers li:hover {
    background: #080A12
}

.scb-sub {
    margin: 0 !important;
    border-radius: 4px;
    background: #080A12;
    padding: 8px 16px;
    cursor: pointer
}

.h-captcha {
    margin-top: 25px
}

.contact-wizard {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 25px;
    margin-top: 25px
}

.cw-option {
    background: #080A12;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 1px
}

.cw-option:hover {
    background: #323842
}

.cw-option p {
    font-size: 14px;
    margin-bottom: 40px
}

.cw-option svg {
    font-size: 45px;
    margin-top: 60px
}

.cwo {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 25px;
    margin-top: 25px
}

.cwo-option {
    background: #080A12;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    padding: 4px 0;
    cursor: pointer
}

.cwo-option * {
    cursor: pointer
}

.cwo-option:hover {
    background: #323842
}

section#contacting-form {
    display: grid;
    grid-template-columns: 250px auto;
    grid-gap: 25px
}

.contact-form-sidebar h2 {
    font-size: 16px
}

.contact-form-sidebar button {
    background: #080A12;
    color: #fff;
    border: none;
    display: grid;
    width: 100%;
    text-align: left;
    padding: 6px 16px;
    margin-bottom: 6px;
    border-radius: 4px;
    cursor: pointer
}

.contact-form-sidebar button:hover {
    background: #323842
}

.a-contact-form {
    display: none
}

.contact-forms-placeholder {
    text-align: center;
    margin-top: 25px
}

.contact-forms-placeholder h2,
.contact-forms-placeholder p {
    cursor: default
}

.contact-forms-placeholder svg {
    font-size: 82px
}

form {
    display: grid;
    grid-gap: 6px
}

form label {
    font-weight: 700;
    margin: 10px 0 0
}

form input,
form select,
form textarea {
    background: var(--secondary-background);
    color: #fff;
    border: 2px transparent solid;
    border-radius: 4px;
    padding: 6px 12px
}

form input:focus,
form textarea:focus,
form input:hover,
form textarea:hover {
    outline: none;
    border: 2px #2970cc solid
}

form textarea {
    height: 160px
}

form #send {
    background: #000000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    height: fit-content;
    cursor: pointer
}

.error {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video {
    margin-top: 30px
}

.video .video-header {
    display: flex;
    align-items: center
}

.video .video-header h1 {
    font-size: 24px;
    margin: 0
}

.video .video-header p {
    font-size: 14px;
    margin: 0
}

.video .video-header a {
    color: #fff;
    background: var(--accent);
    border-radius: 50px;
    padding: 12px 24px;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    right: 0;
    margin: 0;
    transform: translate(0px, -50%)
}

.video .video-header img {
    width: 194px;
    height: 194px;
    object-fit: cover;
    padding: 0;
    margin-right: 24px;
    border-radius: 100%
}

.video .video-header #v-a::before {
    content: "";
    background: var(--accent);
    position: absolute;
    width: 164px;
    height: 162px;
    z-index: -1;
    border-radius: 100px;
    border: 32px var(--primary-background) solid;
    margin: 32px 0 0 16px
}

.videos-yt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 24px;
    grid-gap: 16px;
    margin-bottom: 24px
}

.videos-yt #video-to {
    background: var(--secondary-background);
    border-radius: 6px;
    padding: 4px 4px 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

.videos-yt #video-to img {
    width: 100%;
    border-radius: 3px
}

.videos-grid-header {
    display: grid;
    grid-template-columns: 160px auto 160px 160px;
    align-items: center;
    margin-top: 24px
}

.videos-grid-header a {
    background: black;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    padding: 12px;
    margin-left: 12px
}

#show-false {
    display: none
}

@media only screen and (max-width:768px) {
    .ads {
        margin-top: 30px;
        margin-bottom: 30px;
        min-height: 280px
    }
}

@media only screen and (min-width:768px) {
    .ads {
        margin-top: 15px;
        margin-bottom: 15px;
        min-height: 90px
    }
}

@media only screen and (max-width:768px) {
    .uptime {
        min-height: 3000px
    }
}

@media only screen and (min-width:768px) {
    .uptime {
        min-height: 1700px
    }
}

a.nr-card {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-gap: 64px;
    text-decoration: none;
    color: #fff
}

a.nr-card * {
    cursor: pointer
}

a.nr-card h2 {
    font-size: 24px
}

a.nr-card h3 {
    font-weight: 400;
    font-size: 14px
}

a.nr-card img {
    width: 100%;
    border-radius: 6px;
    border: 2px rgba(255, 255, 255, .1) solid;
    aspect-ratio: 16/9
}

@media only screen and (max-width:982px) {
    a.nr-card {
        grid-auto-flow: row !important;
        grid-template-columns: inherit !important;
        grid-gap: 0 !important
    }
    a.nr-card h3 {
        font-size: 12px !important;
        margin: 0 0 -12px !important
    }
}

.create-free-server-today {
    background: var(--secondary-background);
    border-radius: 22px; /* <-- ZMĚNĚNO NA 22px */
    display: flex;
    align-items: center;
    font-size: 12px;
    margin: 20px;
    justify-content: space-between;
}

.create-free-server-today a {
    background: #00ff80;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 16px
}

.create-free-server-today::before {
    content: "";
    position: absolute;
    background: transparent;
    height: 91px;
    width: 100%;
    margin: 20px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 6px;
    z-index: -1
}

.frs-start {
    margin-left: 20px
}

.faq {
    display: grid;
    margin: 60px 0
}

.faq-content {
    font-size: 0
}

.faq-item[aria-expanded=true] .faq-content {
    font-size: 20px
}

.faq-item[aria-expanded=true] svg.svg-inline--fa.fa-circle-plus {
    display: none
}

.faq-item[aria-expanded=true] svg.svg-inline--fa.fa-circle-minus {
    display: inherit
}

.faq-item[aria-expanded=false] svg.svg-inline--fa.fa-circle-plus {
    display: inherit
}

.faq-item[aria-expanded=false] svg.svg-inline--fa.fa-circle-minus {
    display: none
}

button.faq-item[aria-expanded=true] .faq-title {
    border-bottom: 1px var(--accent) solid;
    color: var(--accent)
}

.faq-content {
    transition: .3s font-size
}

.faq-item {
    text-align: left;
    padding: 12px 0;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer
}

span.faq-title {
    transition: .3s border, .3s color;
    font-size: 24px;
    font-weight: 700;
    display: grid;
    grid-auto-flow: column;
    border-bottom: 1px #fff solid;
    padding-bottom: 16px
}

.faq-toggle-btn {
    place-self: end
}

/* === NOVĚ PŘIDANÉ STYLY PRO PATIČKU === */
.bg-custom-blue {
    color: #fff;
    position: relative;
    padding: 8rem 0 2rem 0;
    margin-top: 100px;
    border-top: 5px solid aqua;
}

.brand-logo {
    position: absolute;
    top: -63px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.brand-logo img {
    width: 120px;
}

.footer-container {
    width: clamp(0px, 100% - 50px, 1200px);
    margin: 0 auto;
}

.footer-column .footer-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1) !important;
    margin: 2rem 0;
}

/* ===== OPRAVENÉ STYLY PRO SPODNÍ ČÁST PATIČKY ===== */

/* Kontejner pro právní odkazy a copyright */
.footer-bottom {
    display: flex;
    flex-direction: column; /* Uloží prvky pod sebe */
    align-items: center;    /* Zarovná vše uvnitř horizontálně na střed */
    gap: 1.5rem;            /* Mezera mezi odkazy a textem pod nimi */
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0); /* Bílá oddělovací čára */
    margin-top: 2rem;
}

/* Kontejner pro právní odkazy - bez pozadí */
.footer-legal {
    width: 100%;
    display: flex;
    justify-content: center; /* Zarovná seznam odkazů na střed */
}

/* Seznam s právními odkazy */
.legal-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center; /* Pro jistotu i zde */
}

.legal-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

/* Kontejner pro copyright a sociální sítě */
.footer-copyright-social {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Zarovná text a ikony na střed */
    gap: 1rem;
    text-align: center;
}

/* Text s copyrightem */
.footer-copyright {
    color: rgba(255, 255, 255, 0.7);
}

/* Skrytí sociálních ikon */
.footer-social {
    display: none;
}







@media (max-width: 982px) {
    .footer-top {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .bg-custom-blue {
        padding-top: 6rem;
    }
    .footer-bottom, .footer-copyright-social {
        flex-direction: column;
        text-align: center;
    }
    .footer-social {
        margin-top: 1rem;
    }
    .legal-links {
        justify-content: center;
    }
}