/* Reset i podstawowe style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Switzer', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

html {
    background-color: #f9fafa;
}

/* Belka górna */
.top-bar {
    background-color: #009c95;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
}

.top-bar .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.top-bar-text {
    color: white;
    font-weight: 500;
    font-size: 14px;
}

/* Bootstrap-like utilities */
.d-flex { display: flex; }
.justify-content-center { justify-content: center; }
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.g-4 { gap: 1.5rem; }
.my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }
.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
.border-0 { border: 0; }
.h-100 { height: 100%; }
.p-4 { padding: 1.5rem; }
.fw-bold { font-weight: 700; }

/* Grid system */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.col-md-4, .col-sm-12, .col-lg-5, .col-lg-7 {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (min-width: 576px) {
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (min-width: 768px) {
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
}

@media (min-width: 992px) {
    .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
    .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
}

/* Card styles */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.card-text {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Button styles */
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn--standard {
    background-color: #fd6028;
    border-color: #fd6028;
    color: #fff;
}

.btn--standard:hover {
    background-color: #18383f;
    border-color: #18383f;
    color: #fff;
}

.btn--ekspres {
    background-color: #18383f;
    border-color: #18383f;
    color: #fff;
}

.btn--ekspres:hover {
    background-color: #fd6028;
    border-color: #fd6028;
    color: #fff;
}

/* Stars section */
.stars-section {
    background-color: #f9fafa;
    padding: 0;
}

.opinion-box {
    box-shadow: 9px 33px 20px 0 rgba(0, 0, 0, 0.01), 4px 15px 15px 0 rgba(0, 0, 0, 0.02), 1px 4px 8px 0 rgba(0, 0, 0, 0.03);
    width: fit-content;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #102e32;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.opinion-box .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.opinion-box .rating .rating-stars {
    color: #f9d423;
    font-size: 22px;
    margin-top: -5px;
    letter-spacing: 1px;
    line-height: 1;
}

.opinion-box .rating .rating-stars__text {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 3px 10px;
}

/* Form relation boxes */
.form-relation-boxes {
    background-color: #f9fafa;
}

.form-relation-boxes h3 {
    color: #5f7376;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.form-relation-boxes p {
    font-size: 14px;
    line-height: 1.3;
    color: #5f7376;
    padding: 1em 0;
}

.form-relation-boxes .btn {
    width: 100%;
    margin-top: 1em;
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    border: none;
    padding: 1em 2em;
    transition: all 0.3s ease;
}

/* Safety section */
.safety {
    background-color: #f9fafa;
    padding: 10px 0;
}

.safety__head {
    max-width: 450px;
}

.safety__head .heading {
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #102e32;
}

.safety__paragraph {
    font-size: 14px;
    line-height: 1.3;
    color: #5f7376;
}

.safety__content {
    margin-left: 10px;
    margin-top: 50px;
}

.safety__tile {
    display: grid;
    grid-template-columns: 116px 1fr;
    grid-gap: 15px;
    margin-top: 50px;
}

.safety__ico {
    display: flex;
    justify-content: center;
    align-items: center;
}

.safety__text {
    color: #5f7376;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.safety__heading {
    color: #5f7376;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.safety__image {
    margin-top: 50px;
}

.safety__image img {
    max-width: 100%;
    height: auto;
}

/* FAQ section */
.faq-section {
    margin-top: 0px;
}

.main-content__heading {
    position: relative;
    padding-top: 0px;
}



.main-content__heading .heading {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #102e32;
}

.main-content__paragraph {
    font-size: 14px;
    line-height: 1.3;
    color: #5f7376;
}

.faq-list {
    margin: 2em 0;
}

.faq-item {
    position: relative;
    margin-bottom: 10px;
}

.faq-item::after {
    content: "";
    width: calc(100% - 70px);
    height: 1px;
    background-color: #80cacc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    font-size: 1rem;
    color: #102e32;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    font-weight: 700;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23233'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23233'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-collapse {
    display: none;
}

.accordion-collapse.show {
    display: block;
}

.accordion-body {
    padding: 1rem 0;
    color: #5f7376;
    font-weight: 400;
    line-height: 1.6;
}

/* Footer */
.main-footer__wrapper {
    background-color: #f9fafa;
    padding: 20px 0;
    margin-top: 50px;
}

.main-footer__info-wrapper {
    text-align: center;
}

.button {
    color: #102e32;
    background-color: #fff;
    border: 1px solid #102e32;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.button--orange {
    color: #fd6028;
    white-space: nowrap;
    border-color: #fd6028;
    height: 52px;
    padding: 0 5px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
}

.button--orange:hover {
    background-color: rgba(253, 97, 40, 0.7411764706);
    color: #fd6028;
    border-color: #fd6028;
}

.button--full {
    background-color: #fd6028;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    max-width: 300px;
}

.button--full:hover {
    background-color: #8b9293;
    color: #fff;
    border: 1px solid #8b9293;
}

.button .phone {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-left: 15px;
    background-color: #fff;
}

.button .phone img {
    width: 20px;
    height: 20px;
}

/* Responsive design */
@media (max-width: 1024px) {
    .heading {
        font-size: 25px;
        text-align: center;
    }
    
    .opinion-box {
        padding: 20px;
    }
    
    .safety__head .heading {
        padding: 0 80px;
    }
    
    .safety__head .subheader {
        text-align: center;
    }
    
    .safety__heading {
        text-align: left;
    }
    
    .safety__image {
        margin-top: 50px;
    }
    
    .main-content__paragraph {
        text-align: center;
    }
    
    .faq-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
    .safety__tile {
        grid-template-columns: 64px 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 20px;
    }
    
    .stars-section .container {
        padding: 0;
    }
    
    .form-relation-boxes .container {
        padding: 2rem 0;
    }
    
    .safety {
        padding: 0px 0;
    }
    
    .faq-section {
        margin-top: 30px;
    }
}

/* Główny kontener */
.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

/* Sekcja z logotypem */
.logo-section {
    text-align: center;
    margin: 0;
    padding: 10px;
    position: relative;
}

.back-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    text-decoration: none;
}

.back-arrow:hover {
    background-color: #e9ecef;
    transform: translateY(-50%) scale(1.1);
}

.back-arrow svg {
    transition: transform 0.3s ease;
}

.back-arrow:hover svg {
    transform: translateX(-2px);
}

.main-logo {
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo {
    max-width: 250px;
    height: auto;
}

/* Sekcja z trybami zamawiania */
.ordering-modes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

/* Karty z trybami */
.mode-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mode-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.mode-card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.mode-card p {
    font-size: 14px;
    color: #718096;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Przyciski */
.order-btn {
    width: 100%;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: none;
}

.standard-btn {
    background-color: #ff6b3d;
}

.standard-btn:hover {
    background-color: #e55a2b;
    transform: translateY(-1px);
}

.express-btn {
    background-color: #2d4a5a;
}

.express-btn:hover {
    background-color: #1e3a47;
    transform: translateY(-1px);
}

/* Responsywność - tablet i desktop */
@media (min-width: 768px) {
    .container {
        padding: 20px;
    }
    
    .logo {
        max-width: 312px;
    }
    
    .ordering-modes {
        flex-direction: row;
        gap: 30px;
        margin-top: 50px;
    }
    
    .mode-card {
        flex: 1;
        padding: 40px 30px;
    }
    
    .mode-card h2 {
        font-size: 26px;
    }
    
    .mode-card p {
        font-size: 16px;
    }
    
    .order-btn {
        padding: 18px 25px;
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 20px;
    }
    
    .logo {
        max-width: 375px;
    }
    
    .ordering-modes {
        gap: 40px;
    }
    
    .mode-card {
        padding: 50px 40px;
    }
    
    .mode-card h2 {
        font-size: 30px;
    }
    
    .mode-card p {
        font-size: 18px;
    }
} 