/* =========================
   GLOBAL
   ========================= */
body {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f5f5f5;
    margin: 0;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* =========================
   HEADER / NAVBAR
   ========================= */
header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.navbar {
    padding: 0.75rem 1rem;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar-brand img {
    max-height: 60px;
    height: auto;
    width: auto;
}

.nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
}

.nav-link.active,
.nav-link:hover {
    color: #0056b3 !important;
}

.navbar-nav {
    min-width: 200px;
}

/* =========================
   HERO + SOCIAL EMBEDS
   ========================= */
.hero {
    background-position: center center;
    background-size: cover;
    color: #000;
    padding: 60px 0 40px;
}

.hero h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-heading {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.hero-subheading {
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.hero-button {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
    padding: 15px 30px;
}

.hero-button:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.hero-image {
    width: 100%;
}

.hero-text {
    text-align: justify;
}

/* kontener z Facebookiem i TikTokiem */
.social-embeds {
    margin-top: 10px;
}

/* karta pod embedami */
.embed-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    padding: 15px;
}

/* Facebook iframe */
.fb-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.fb-wrapper iframe,
.fb-iframe {
    width: 100% !important;
    border: none;
    overflow: hidden;
}

/* TikTok */
.tiktok-embed {
    margin: 0 !important;
    width: 100% !important;
}

/* układ responsywny dla FB + TikTok */
@media (max-width: 767.98px) {
    .hero h2 {
        text-align: center;
    }

    .social-embeds .col-lg-7,
    .social-embeds .col-lg-5 {
        margin-bottom: 20px;
    }
}

/* =========================
   PRODUCTS SECTION
   ========================= */
.products {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.section-heading {
    font-size: 3rem;
    margin-bottom: 50px;
}

.card {
    border: none;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 999px;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* =========================
   FOOTER
   ========================= */
footer {
    background-color: #333;
    color: #fff;
    padding: 50px 0;
}

.footer-heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

ul.list-unstyled li {
    margin-bottom: 10px;
}

.social-media li {
    display: inline-block;
    margin-right: 10px;
}

.social-media li:last-child {
    margin-right: 0;
}

.social-media a {
    color: #fff;
    font-size: 1.1rem;
}

.social-media a img {
    vertical-align: middle;
    margin-right: 6px;
}

.social-media a:hover {
    color: #007bff;
}

hr {
    border-color: #555;
    margin: 40px 0;
}

.text-center {
    text-align: center;
}

/* =========================
   TABLE (tabela)
   ========================= */
.tabela {
    text-align: center;
    border: 2px solid #000;
    border-radius: 15px;
    border-collapse: collapse;
    float: right;
    background-color: #fff;
}

.tabela th,
.tabela td {
    border: 1px solid #000;
    padding: 8px;
}
