.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */header, footer, .site-header, .site-footer {
    display: none !important;
}

/* Peida lehe pealkiri */
h1.entry-title,
.wp-block-post-title {
    display: none !important;
}

/* Eemalda teema sisu konteinerid */
.site-content,
.wp-site-blocks > main,
main,
.entry-content,
.wp-block-group {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Keela valge tausta või muu teema tausta */
body,
.wp-site-blocks {
    background: transparent !important;
}

/* Üldine taust ja tüpograafia */
body {
    background: #050608;
    color: #f5f5f5;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Sektsioonid */
.sh1-section {
    padding: 96px 0;
    background: radial-gradient(circle at top left, #1b1f2a 0, #050608 55%, #000 100%);
}

.sh1-section-alt {
    padding: 96px 0;
    background: #050608;
}

.sh1-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.sh1-col-50 {
    flex: 1 1 320px;
    min-width: 0;
}

/* Tekstid */
.sh1-kicker {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
    color: #9aed4c;
    margin-bottom: 12px;
}

.sh1-title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 18px;
}

.sh1-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: #c2c4cf;
    margin-bottom: 24px;
}

.sh1-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.sh1-bullets li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: #d6d7e0;
}
.sh1-bullets li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #9aed4c;
}

/* CTA nupud */
.sh1-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.sh1-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.sh1-btn-primary {
    background: linear-gradient(135deg, #9aed4c, #4acb24);
    color: #050608;
    box-shadow: 0 14px 35px rgba(80, 255, 100, 0.25);
}

.sh1-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 45px rgba(80, 255, 100, 0.4);
}

.sh1-btn-ghost {
    background: transparent;
    color: #f5f5f5;
    border-color: rgba(255, 255, 255, 0.18);
}

.sh1-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.04);
}

/* Pildid */
.sh1-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    object-fit: cover;
}

/* Väiksemad kaardid */
.sh1-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.sh1-feature-card {
    padding: 20px 20px 18px;
    border-radius: 20px;
    background: radial-gradient(circle at top left, #272b37 0, #141720 60%, #0a0c12 100%);
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.sh1-feature-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #9aed4c;
    margin-bottom: 6px;
}

.sh1-feature-title {
    font-size: 18px;
    margin-bottom: 6px;
}

.sh1-feature-text {
    font-size: 14px;
    color: #c2c4cf;
}

/* Specs tabel */
.sh1-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px 32px;
    margin-top: 24px;
}

.sh1-spec {
    font-size: 14px;
    color: #c2c4cf;
}

.sh1-spec span {
    display: block;
}

.sh1-spec-label {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 11px;
    color: #7d8192;
    margin-bottom: 4px;
}

.sh1-spec-value {
    font-weight: 500;
}

/* Centered sektsioonid */
.sh1-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

/* Väiksematel ekraanidel */
@media (max-width: 768px) {
    .sh1-section,
    .sh1-section-alt {
        padding: 72px 0;
    }
    .sh1-title {
        font-size: 30px;
    }
    .sh1-container {
        gap: 32px;
    }
}/* End custom CSS */