.title-small-bold {
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-left: 0;
}
.title-bold {
    font-family: 'Quicksand', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #204462;
}
.subtitle-bold {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
.flex-center-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auto-width-bg-green {
    width: auto !important;
    background-color: #009A00 !important;
}
.myapp table td:not(:first-child):not(:first-of-type) {
    text-align: center;
}
.myapp table tr {
    background-color: #FFF;
}
.myapp strong {
    font-weight: 700;
}
.bg-white {
    background-color: white !important;
}
.myapp table tr:nth-child(even) {
    background-color: #F8F8F8;
}
.text-green-dark {
    color: #004D00;
}
.gap-0-5rem {
    gap: 0.5rem;
}
.justify-start {
    justify-content: flex-start !important;
}
.myapp .check-cell .check {
    display: none;
}

.cross-cell::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="19" viewBox="0 0 18 19" fill="none"><path d="M13.725 4.36066C13.4325 4.06816 12.96 4.06816 12.6675 4.36066L9.00004 8.02066L5.33254 4.35316C5.04004 4.06066 4.56754 4.06066 4.27504 4.35316C3.98254 4.64566 3.98254 5.11816 4.27504 5.41066L7.94254 9.07816L4.27504 12.7457C3.98254 13.0382 3.98254 13.5107 4.27504 13.8032C4.56754 14.0957 5.04004 14.0957 5.33254 13.8032L9.00004 10.1357L12.6675 13.8032C12.96 14.0957 13.4325 14.0957 13.725 13.8032C14.0175 13.5107 14.0175 13.0382 13.725 12.7457L10.0575 9.07816L13.725 5.41066C14.01 5.12566 14.01 4.64566 13.725 4.36066Z" fill="%23939393"/></svg>') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

.myapp .check-cell::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="12" viewBox="0 0 15 12" fill="none"><path d="M14.6181 0.46223C14.1059 -0.0499101 13.2583 -0.0499101 12.7461 0.46223L5.06401 8.14434L2.25607 5.33639C1.74393 4.82425 0.896246 4.82425 0.384105 5.33639C-0.128035 5.84853 -0.128035 6.69622 0.384105 7.20836L3.81015 10.6344C4.49889 11.3231 5.61147 11.3231 6.30021 10.6344L14.6004 2.33419C15.1302 1.82205 15.1302 0.974371 14.6181 0.46223Z" fill="%23009A00"/></svg>') no-repeat center;
    background-size: contain;
    vertical-align: middle;
}
.myapp .custom-box {
    border-radius: 10px;
    border: 1px solid #8CD28C;
    padding: 12px 16px;
    line-height: 20.02px;
    margin-top: 16px;
}
.align-center {
    align-items: center !important;
}
.space-between {
    justify-content: space-between;
}
.flex {
    display: flex;
}
.text-gray {
    color: #4D4D4D;
}
.mb-0-5 {
    margin-bottom: 0.5rem;
}
.mt-0-5 {
    margin-top: 0.5rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.m-0 {
    margin: 0 !important;
}
.mb-0_875rem {
    margin-bottom: 0.875rem !important;
}
.mb-1-5 {
    margin-bottom: 1.5rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.my-1-5 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.mt-2_125rem {
    margin-top: 2.125rem;
}
.myapp.tabs {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.myapp .tab-buttons {
    display: flex;
    border-bottom: 2px solid #eee;
}

.myapp .tab-button {
    padding: 0.5625rem 1.25rem;
    border: none;
    background: none;
    cursor: pointer;
    position: relative;
    color: #2F4F4F;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.myapp .tab-button.active {
    color: #3F88C5;
    font-weight: 700;
}

.myapp .tab-button.active[data-tab="full-packages"] {
    color: #009A00;
}

.myapp .tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3F88C5;
}

.myapp .tab-button.active[data-tab="full-packages"]::after {
    background: #009A00;
}

.myapp .tab-content {
    display: none;
    padding: 3.75rem 1rem 1rem;
    background: #F2F2F2;
}

.myapp .tab-content.active {
    display: block;
}

.myapp .period-selector {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-bottom: 2rem;
    align-items: center;
}

.myapp .period-selector label {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.myapp .period-options {
    display: flex;
    gap: 24px;
    background-color: white;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #D3D3D3
}

.myapp .period-button {
    padding: 8px 12px;
    border: none;
    background: none;
    color: #009A00;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    font-family: 'Quicksand', sans-serif;
}

.myapp .period-button.active {
    color: white;
    background-color: #009A00;
    border-radius: 8px;
}

.myapp .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.myapp .pricing-grid_4 {
    grid-template-columns: repeat(4, 1fr);
}

.myapp .pricing-card {
    padding: 1.4rem;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 8px 16px 0px #0000001F;
}

.myapp .package-title {
    margin-top: 0;
    margin-bottom: 1.75rem;
    display: flex;
    gap: 0.5rem;
}

.myapp .price {
    margin-bottom: 1.75rem;
}

.myapp .price span {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.015em;
    text-align: left;
    color: #000000;
}

.myapp .select-button {
    width: 100%;
    padding: 8px 12px;
    background: #3F88C5;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin: 16px 0;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.myapp .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.myapp .features-list li {
    margin: 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.myapp .features-list li:last-child {
    margin-bottom: 0;
}

.myapp .features-list li::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 9px;
    min-width: 11px;
    min-height: 9px;
    background-image: url('data:image/svg+xml,%3Csvg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.74996 7.1062L1.72579 4.93745C1.49829 4.6937 1.13079 4.6937 0.903291 4.93745C0.675791 5.1812 0.675791 5.57495 0.903291 5.8187L3.34162 8.4312C3.56912 8.67495 3.93662 8.67495 4.16412 8.4312L10.3358 1.8187C10.5633 1.57495 10.5633 1.1812 10.3358 0.937451C10.1083 0.693701 9.74079 0.693701 9.51329 0.937451L3.74996 7.1062Z" fill="%233F88C5"/%3E%3C/svg%3E');
    background-size: contain;
}

.myapp .features-list.green li::before {
    background-image: url('data:image/svg+xml,%3Csvg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.74996 7.1062L1.72579 4.93745C1.49829 4.6937 1.13079 4.6937 0.903291 4.93745C0.675791 5.1812 0.675791 5.57495 0.903291 5.8187L3.34162 8.4312C3.56912 8.67495 3.93662 8.67495 4.16412 8.4312L10.3358 1.8187C10.5633 1.57495 10.5633 1.1812 10.3358 0.937451C10.1083 0.693701 9.74079 0.693701 9.51329 0.937451L3.74996 7.1062Z" fill="%23009A00"/%3E%3C/svg%3E');
}

.myapp .features-list.cross li::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    min-width: 9px;
    min-height: 9px;
    background-image: url('data:image/svg+xml,%3Csvg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="4.5" cy="4.5" r="2.5" fill="%23808080"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}

.myapp .section-title {
    margin: 1.75rem 0 0.625rem;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.015em;
    text-align: left;
}

.myapp .period-content {
    display: none;
}

.myapp .period-content.active {
    display: block;
}

.myapp .package-header {
    margin-bottom: 1.5rem;
}

.myapp .promo-banner {
    background: #fff;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.myapp .promo-icon {
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myapp .features-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
}

.myapp .features-table td {
    padding: 0.8125rem;
    border-width: 1px;
    border-style: solid;
    border-color: #E6E6E6;
    width: 22%;
    line-height: 20px;
}

.myapp .features-table tr td:first-child {
    width: 34%;
}

.myapp .features-table .check {
    color: #00a651;
}

.myapp .features-table .cross {
    color: #ff0000;
}

.myapp .test-period {
    background: #00a651;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.myapp .price-label {
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #DA3E52;
    text-decoration: line-through;
}

.myapp .pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.myapp .features-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.myapp .info-icon {
    cursor: pointer;
    position: relative;
    margin-left: auto;
    display: flex;
}

.myapp .tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 0.5rem;
    border-radius: 4px;
    white-space: normal;
    font-size: 0.875rem;
    margin-left: 0.5rem;
    transition: opacity 0.3s;
    width: 200px;
    max-width: 200px;
    z-index: 1000;
}

.myapp .info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.myapp .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myapp .period-selector {
    display: flex;
    gap: 1rem;
}

.myapp .dropdown-container {
    max-width: 1400px;
    margin: 20px auto;
}

.myapp .dropdown-header {
    display: flex;
    align-items: center;
    padding: 22px 34px 22px 16px;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
}

.myapp .dropdown-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    font-family: Quicksand;
}

.myapp .dropdown-icon {
    margin-left: auto;
    transition: transform 0.3s;
}

.myapp .dropdown-content {
    display: none;
}

.myapp .dropdown-content.active {
    display: block;
}

.myapp .pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: -1px;
}

.myapp .pricing-table th {
    background-color: #f8f9fa;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #dee2e6;
}

.myapp .pricing-table td {
    padding: 0.8125rem;
    border-width: 1px;
    border-style: solid;
    border-color: #E6E6E6;
    width: 34%;
    line-height: 20px;
    vertical-align: middle;
}

.myapp .check-icon {
    color: #28a745;
    font-weight: bold;
}

.myapp .x-icon {
    color: #dc3545;
}

.myapp .price-column {
    width: 22% !important;
}

.myapp .period {
    font-size: 14px;
    color: #666;
}

.myapp .select-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.myapp .select-btn:hover {
    background-color: #218838;
}

.myapp .scan-docs-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 22px 34px 22px 16px;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    border: 1px solid #E6E6E6;
    font-family: Quicksand;
}

.myapp .scan-icon {
    margin-right: 8px;
    font-size: 16px;
}

.myapp .green-text {
    color: #28a745;
    font-weight: bold;
}

.myapp .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mobile-view {
display: none;
padding: 24px 0 0;
}

.mobile-view .package-card {
border-radius: 10px;
border: 1px solid #E6E6E6;
background: #FFF;
margin-bottom: 24px;
padding: 24px 16px;
}

.mobile-view .package-header {
background-color: #f5f5f5;
padding: 16px;
border-bottom: 1px solid #ccc;
}

.mobile-view .package-header h3 {
margin: 0;
font-size: 18px;
}

.mobile-view .package-header p {
margin: 8px 0 0;
font-size: 14px;
color: #666;
}

.mobile-view .package-price {
padding: 16px;
text-align: center;
}

.mobile-view .price {
font-size: 32px;
font-weight: 700;
line-height: 40px;
text-align: left;
color: #004D00;
}

.mobile-view .package-features {
padding: 16px;
}

.mobile-view .feature {
display: flex;
align-items: center;
margin-bottom: 12px;
}

.mobile-view .feature span {
font-size: 14px;
}

.mobile-view .check-icon {
color: #008000;
margin-right: 8px;
}

.mobile-view .cross-icon {
color: #ff0000;
margin-right: 8px;
}

.myapp .toggle-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #3F88C5;
    margin-top: 1.75rem;
    cursor: pointer;
}

.myapp .highlighted-option {
    background-color: #009A00;
    color: white;
    position: relative;
}

.myapp .blackweek-option {
    position: relative;
}

.myapp .highlighted-option:before, .myapp .blackweek-option:before {
    content: "Najczęściej wybierany";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: black;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: 70%;
    text-align: center;
}

.myapp .blackweek-option:before {
    content: "Promocja Cyber Week!";
    background-color: black;
    color: #00dc00;
}

.myapp .blackweek-option .price, .myapp .blackweek-option span {
    color: #f10b0b;
}

.myapp .blackweek-option .price:before {
    content: "Cena tylko na Cyber Week!";
    background-color: black;
    color: white;
    font-family: Quicksand;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    max-width: fit-content;
    padding: 2px 6px;
    border-radius: 4px;
}

.myapp .highlighted-option img, .myapp .highlighted-option .features-list.green li::before {
    filter: grayscale(1) brightness(10);
}

.myapp .highlighted-option .price-label, .myapp .highlighted-option .text-green-dark , .myapp .highlighted-option span {
    color: white;
}

.myapp .highlighted-option .select-button {
    color: black;
    background-color: white !important;
}

.myapp .mobile-view .highlighted-option .price, .myapp .highlighted-option .section-title, .myapp .highlighted-option .toggle-text {
    color: white !important;
}

.myapp .mobile-view .highlighted-option.package-card, .myapp .mobile-view .blackweek-option.package-card {
    padding: 48px 16px 24px;
}

@media (max-width: 1280px) {
    .myapp .highlighted-option:before, .myapp .blackweek-option:before {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .myapp .header-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .myapp .features {
        display: none;
    }

    .myapp .features.active {
        display: block;
    }

    .myapp .pricing-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .myapp .pricing-card {
        width: 100%;
        box-sizing: border-box;
        padding: 24px 16px;
    }

    .myapp .period-selector label {
        display: none;
    }

    .myapp .period-options {
        justify-content: center;
        width: 100%;
    }

    .myapp .sticky .period-options {
        border-radius: 0;
    }

    .myapp .period-selector {
        width: 100%;
    }

    .myapp .tab-content {
        padding: 1.5rem 1rem 1rem;
    }

    .myapp .promo-banner svg {
        min-width: 44px;
    }

    .myapp .scan-docs-box {
        display: none;
    }
}

@media (min-width: 1025px) {
    .myapp .features {
        display: block;
    }

    .myapp .features-toggle {
        display: none;
    }

    .myapp .sticky {
        position: static;
    }
}