* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #1a2730;
    background-color: #faf7f2
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.25
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

h5 {
    font-size: 1.25rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    text-decoration: none;
    color: #0d4f5e;
    transition: color .2s, opacity .2s
}

a:hover {
    color: #d4654a;
    opacity: .85
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 .75rem;
    margin: 0 auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.75rem
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 .75rem
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.display-3 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 700;
    line-height: 1.1
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.1
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    padding: .825rem 1.5rem;
    font-size: 1.05rem;
    border-radius: 8px;
    transition: all .2s
}

.btn-action-1 {
    background: #d4654a;
    color: #fff;
    border-color: #d4654a
}

.btn-action-1:hover {
    background: #b8503a;
    border-color: #b8503a;
    color: #fff
}

.btn-action-2 {
    background: transparent;
    color: #d4654a;
    border-color: #d4654a
}

.btn-action-2:hover {
    background: #d4654a;
    color: #fff
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 0
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0d4f5e;
    white-space: nowrap;
    margin-right: 1rem;
    filter: brightness(0);
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: .25rem
}

.nav-link {
    display: block;
    padding: .5rem .75rem;
    color: #1a2730;
    font-weight: 600;
    font-size: .95rem;
    transition: color .2s
}

.nav-link:hover {
    color: #d4654a
}

.bg-primary-custom {
    background: #0d4f5e
}

.bg-dark-custom {
    background: #1a2730
}

.bg-light-custom {
    background: #eee8dc
}

.bg-sand {
    background: #f4ead5
}

.text-primary-custom {
    color: #0d4f5e
}

.text-accent {
    color: #d4654a
}

.text-white {
    color: #fff
}

.text-muted-custom {
    color: #6b7c85
}

.text-center {
    text-align: center
}

.fw-bold {
    font-weight: 700
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.mb-0 {
    margin-bottom: 0
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-12 {
    margin-top: 3rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.rounded-2 {
    border-radius: 8px
}

.rounded-3 {
    border-radius: 12px
}

.rounded-4 {
    border-radius: 16px
}

.hero-section {
    background: linear-gradient(135deg, #0d4f5e 0%, #1a7a6d 50%, #0d4f5e 100%);
    color: #fff;
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: rgba(212, 101, 74, .15);
    border-radius: 50%
}

.hero-section .container {
    position: relative;
    z-index: 1
}

.section-accent-bar {
    width: 60px;
    height: 4px;
    background: #d4654a;
    border-radius: 2px;
    margin-bottom: 1.5rem
}

.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem;
    border: 2px solid #eee8dc;
    transition: transform .2s, box-shadow .2s
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(13, 79, 94, .12)
}

.pricing-card.featured {
    border-color: #d4654a;
    position: relative
}

.pricing-card.featured::before {
    content: 'Popularny';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #d4654a;
    color: #fff;
    padding: .25rem 1rem;
    border-radius: 20px;
    font-size: .85rem;
    font-weight: 700
}

.price-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0d4f5e
}

.price-currency {
    font-size: 1rem;
    font-weight: 600;
    color: #6b7c85
}

.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.feature-icon.teal {
    background: rgba(13, 79, 94, .12);
    color: #0d4f5e
}

.feature-icon.coral {
    background: rgba(212, 101, 74, .12);
    color: #d4654a
}

.feature-icon.green {
    background: rgba(26, 122, 109, .12);
    color: #1a7a6d
}

.stat-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem
}

.footer-section {
    background: #1a2730;
    color: #c9d1d5;
    padding: 3rem 0 1.5rem
}

.footer-section a {
    color: #c9d1d5
}

.footer-section a:hover {
    color: #d4654a
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 1.5rem;
    margin-top: 2rem;
    font-size: .85rem;
    color: #6b7c85
}

.legal-page {
    padding: 3rem 0
}

.legal-page h2 {
    color: #0d4f5e;
    margin-bottom: 1rem;
    margin-top: 2rem
}

.legal-page h3 {
    color: #0d4f5e;
    margin-bottom: .75rem;
    margin-top: 1.5rem
}

.legal-page p {
    color: #3a4d56;
    line-height: 1.8
}

.contact-block {
    background: linear-gradient(135deg, #0d4f5e, #1a7a6d);
    border-radius: 16px;
    padding: 2.5rem;
    color: #fff
}

.inner-page-hero {
    background: linear-gradient(135deg, #0d4f5e 0%, #1a7a6d 100%);
    color: #fff;
    padding: 3.5rem 0;
    text-align: center
}

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

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666%
    }

    .hero-section {
        padding: 6rem 0 5rem
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666%
    }

    .py-lg-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.75rem
    }

    .display-3 {
        font-size: 4.5rem
    }

    .display-5 {
        font-size: 3rem
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        flex-wrap: wrap;
        gap: 0
    }

    .nav-link {
        padding: .35rem .5rem;
        font-size: .85rem
    }

    .hero-section {
        padding: 3rem 0 2.5rem
    }

    .hide-mobile {
        display: none
    }
}
