﻿:root {
    --primary-color: #040349;
    --secondary-color: #333;
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/

.body {
    width: 100vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--secondary-color);
}

iframe,
img {
    max-width: 100%;
    display: block;
}

.jos-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.jos-btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 30px !important;
    border-radius: 4px !important;
    font-weight: 500;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
    text-align: center;
}

    .jos-btn:hover {
        filter: brightness(0.95);
    }

.jos-hero {
    background-image: url('https://jos0.b-cdn.net/jeweleros-seo-page/oval-halo-darkened.webp');
    background-size: cover;
    background-position: center;
    color: white !important;
    text-align: center;
    padding: 150px 0;
}

    .jos-hero h1 {
        font-size: 48px;
        margin-bottom: 0;
        font-weight: 400;
        color: white;
    }

    .jos-hero p {
        font-size: 18px;
        margin-bottom: 24px;
        line-height: normal;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        color: white !important;
    }

.jos-design-process {
    padding: 80px 0;
    background-color: #fff;
}

.jos-design-process-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.jos-design-process-image,
.jos-design-process-content {
    flex: 1 1 300px;
}

.jos-design-process h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}

.jos-design-process-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555;
}

.jos-process-steps {
    list-style: none;
    margin-bottom: 25px;
}

    .jos-process-steps li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 32px;
    }

.jos-icon {
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 20px;
    min-width: 24px;
    text-align: center;
}

.jos-testimonials {
    background-color: var(--primary-color);
    color: white;
    padding: 50px 0;
    text-align: center;
}

.jos-stars {
    color: #FFD700;
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}

.jos-testimonial-quote {
    font-size: 24px;
    max-width: 800px;
    margin: 0 auto 20px;
    line-height: 1.4;
}

.jos-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.jos-testimonial-author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}

.jos-author-info span {
    display: block;
    text-align: left;
    line-height: 1.3;
    color: white;
}

.jos-ring-builder {
    padding: 80px 0;
    text-align: center;
}

    .jos-ring-builder h2 {
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .jos-ring-builder p {
        max-width: 900px;
        margin: 0 auto 40px;
        font-size: 16px;
        line-height: 1.6;
        color: #555;
    }

.jos-builder-screenshot {
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.jos-company-info {
    padding: 80px 0;
    background-color: #fff;
}

.jos-company-info-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
}

.jos-company-details {
    flex: 1 1 300px;
}

    .jos-company-details h2 {
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .jos-company-details p {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.6;
        color: #555;
    }

.jos-map-container {
    flex: 1 1 300px;
}

.jos-map-details {
    margin-top: 20px;
    text-align: center;
}

    .jos-map-details h3 {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .jos-map-details p {
        font-size: 1.2em;
        margin-bottom: 0;
        color: #555;
    }

.jos-cta-section {
    background-image: url('https://jos0.b-cdn.net/jeweleros-seo-page/darkened-ring-on-womans-hand.webp');
    background-size: cover;
    background-position: center;
    padding: 200px 0;
    text-align: center;
    color: white !important;
}

    .jos-cta-section h2 {
        font-size: 36px;
        margin-bottom: 30px;
        font-weight: 400;
        color: white;
    }

@media (max-width: 768px) {

    .jos-design-process-flex,
    .jos-company-info-flex {
        flex-direction: column;
    }

    .jos-hero h1 {
        font-size: 36px;
    }

    .jos-design-process h2,
    .jos-ring-builder h2,
    .jos-company-details h2,
    .jos-cta-section h2 {
        font-size: 28px;
    }

    .jos-testimonial-quote {
        font-size: 20px;
    }
}
