.elementor-18135 .elementor-element.elementor-element-7fd7166{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-18135 .elementor-element.elementor-element-e7c1114{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b131abf */body {
    background: #0d0f13;
    font-family: "Inter", sans-serif;
    color: #fff;
}

.hero {
    padding: 80px 0;
    background: radial-gradient(circle at top left, #1b1130 0%, #0d0f13 60%);
}

.hero-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    gap: 60px;
    padding: 0 40px;
}

.hero-left {
    flex: 1;
}

.hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-image {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
}

/*** Texty ***/

.hero-label {
    font-size: 14px;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero h1 {
    font-size: 48px;
    font-weight: 900;
    margin: 25px 0;
    line-height: 1.2;
}

.highlight {
    color: #c9ff36; /* neon green */
}

.hero-desc {
    font-size: 18px;
    opacity: 0.85;
    max-width: 500px;
    margin-bottom: 30px;
}

/*** Buttons ***/

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.btn {
    padding: 14px 24px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.btn.primary {
    background: #d2ff2a;
    color: #000;
}

.btn.secondary {
    background: transparent;
    border: 2px solid #383d46;
    color: #fff;
}

/*** Social proof ***/

.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    opacity: 0.75;
}

.hero-social-proof img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/*** Responsivita ***/

@media (max-width: 900px) {
    .hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .hero-right {
        order: -1;
    }

    .hero-buttons {
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1176a2 *//* Sekce: dva boxy */
.info-boxes {
    display: flex;
    gap: 25px;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 40px;
}

.info-box {
    flex: 1;
    background: #1a1d23;
    border: 2px solid #272b33;
    border-radius: 12px;
    padding: 25px 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.info-icon {
    font-size: 30px;
    opacity: 0.7;
}

.info-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.info-content p {
    margin: 0 0 12px;
    opacity: 0.8;
}

.info-link {
    font-size: 14px;
    color: #c9ff36;
    font-weight: 600;
    text-decoration: none;
}

.info-link:hover {
    text-decoration: underline;
}

/* Responzivní chování */
@media (max-width: 800px) {
    .info-boxes {
        flex-direction: column;
    }
}/* End custom CSS */