.shad-std {
    box-shadow: 0px 12px 30px #00000029;
}

.c-section__super-reasons {
    padding: 160px 0;
    background-color: #fafafa;
}

.c-section__super-reasons .section-heading {
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    color: #000C2D;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-top: 0;
}

.c-section__super-reasons .heading-divider {
    width: 60px;
    height: 3px;
    background-color: #C23035;
    margin: 0 0 50px;
}

.c-section__super-reasons .reasons-grid {
    align-items: flex-end;
    gap: 60px;
    position: relative;
}

.c-section__super-reasons .reasons-intro-col {
    padding: 0;
    position: relative;
    z-index: 1;
}

.c-section__super-reasons .reasons-intro-content {
    margin-top: 20px;
}

.c-section__super-reasons .reasons-intro-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000C2D;
    margin: 30px 0 12px;
    line-height: 1.4;
}

.c-section__super-reasons .reasons-intro-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.c-section__super-reasons .reasons-intro-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-section__super-reasons .reasons-intro-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.c-section__super-reasons .reasons-intro-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #C23035;
    font-weight: bold;
    font-size: 16px;
}

.c-section__super-reasons .reasons-side-col {
    padding: 0;
    flex: 1;
}

.c-section__super-reasons .reasons-accordion {
    margin-bottom: 30px;
}

.reason-accordion-item {
    border-left: 3px solid #e5e5e5;
    padding: 4px 0 4px 20px;
    margin-bottom: 4px;
    transition: border-color 0.3s ease;
}

.reason-accordion-item.active {
    border-left-color: #C23035;
}

.reason-accordion-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 12px;
}

.reason-accordion-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reason-accordion-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.reason-accordion-toggle h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000C2D;
    margin: 0;
    padding: 6px 0;
    line-height: 1.5;
}

.reason-accordion-toggle:hover h3 {
    color: #C23035;
}

.reason-accordion-panel {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    padding-bottom: 10px;
}

.reason-accordion-panel p {
    margin-bottom: 10px;
}

.reason-accordion-panel p:last-child {
    margin-bottom: 0;
}

.reason-accordion-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reason-accordion-panel ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.reason-accordion-panel ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #C23035;
    font-weight: bold;
}

.c-section__super-quote {
    background-color: #ffffff;
}

.c-section__super-quote .quote-grid {
    align-items: flex-start;
    gap: 60px;
    position: relative;
}

.c-section__super-quote .quote-intro-col {
    padding: 40px 35px;
    position: relative;
    z-index: 1;
}

.c-section__super-quote .section-heading {
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    color: #000C2D;
    margin-bottom: 15px;
    line-height: 1.3;
}

.c-section__super-quote .heading-divider {
    width: 60px;
    height: 3px;
    background-color: #C23035;
    margin: 0 0 50px;
}

.c-section__super-quote .quote-intro-content {
    margin-top: 20px;
}

.c-section__super-quote .quote-intro-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000C2D;
    margin: 30px 0 12px;
    line-height: 1.4;
}

.c-section__super-quote .quote-intro-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.c-section__super-quote .quote-intro-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-section__super-quote .quote-intro-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.c-section__super-quote .quote-intro-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #C23035;
    font-weight: bold;
    font-size: 16px;
}

.c-section__super-quote .quote-side-col {
    padding: 0;
    flex: 1 0;
    align-self: stretch;
}

.quote-card {
    background-color: #000C2D;
    color: #fff;
    padding: 60px 80px 30px;
    margin-top: -60px;
    border-radius: 2px;
    position: relative;
    z-index: 2;
    height: calc(100% + 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.quote-card .quote-text {
    font-style: italic;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.95);
}

.quote-card .quote-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.quote-card .quote-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.quote-card .author-info {
    display: flex;
    flex-direction: column;
}

.quote-card .author-name {
    display: block;
    font-weight: 700;
    color: #C23035;
    font-size: 15px;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quote-card .author-position {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.c-section__super-comparison {
    padding: 80px 0;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.comparison-bg-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    auto: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.comparison-container {
    position: relative;
    z-index: 1;
}

.c-section__super-comparison .section-heading {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #000C2D;
    margin-bottom: 15px;
}

.c-section__super-comparison .heading-divider {
    width: 60px;
    height: 3px;
    background-color: #C23035;
    margin: 0 auto 50px;
}

.c-section__super-comparison .comparison-intro {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.c-section__super-comparison .comparison-tiles {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
}

.c-section__super-comparison .comparison-tile-col {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.c-section__super-comparison .comparison-tile {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 40px 35px 50px;
    height: 100%;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
}

.scp-contact__form-wrapper {
    width: 100%;
}

.scp-contact__light iframe {
    min-height: 540px !important;
    height: auto !important;
    margin-top: 8rem;
}

.scp-contact__person-name,
.c-section__super-comparison .comparison-tile h3 {
    margin-bottom: 15px;
    font-size: 2.41875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    background: var(--tecza, linear-gradient(91deg, #D00000 0.23%, #FF0F00 8.59%, #FF4F80 16.95%, #FF6200 25.56%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scp-contact__person-name {
    font-size: 1.8rem;
}

.c-section__super-comparison .comparison-tile:nth-child(2) h3 {
    color: #C2185B;
}

.c-section__super-comparison .comparison-tile .tile-content {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.c-section__super-comparison .comparison-tile .tile-content p {
    margin-bottom: 10px;
}

.c-section__super-comparison .comparison-tile .tile-content p:last-child {
    margin-bottom: 0;
}

.c-section__super-comparison .comparison-tile .c-button {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #C23035;
    font-weight: 600;
    transition: gap 0.3s ease, color 0.3s ease;
}

.c-section__super-comparison .comparison-tile .c-button:hover {
    background: none;
    color: #d00000;
    gap: 14px;
}

.c-section__super-comparison .comparison-tile .c-button::after {
    content: '→';
    font-weight: 700;
}

.c-section__scp-contact {
    padding: 0;
    overflow: hidden;
}

.scp-contact__inner {
    display: flex;
    min-height: 480px;
    background: white;
    position: relative;
}

.scp-contact__inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background: #fff;
    pointer-events: none;
}

.scp-contact__dark {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 4rem 2.5rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-grow: 1;
}

.scp-contanct__person {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    justify-items: flex-end;
    align-items: flex-end;
}

.scp-contact__person img {
    height: 90%;
    width: auto;
    position: relative;
    top: auto;
    bottom: 0;
    justify-self: revert-layer;
    margin-top: auto;
}

.scp-contact__person {
    position: relative;
    display: flex;
    width: clamp(20%, 25%, 33%);
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
}

.scp-contact__person-info {
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    background: #fff;
    padding: 14px 20px;
    z-index: 3;
    transform: translateY(-2rem) translateX(-2rem);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.scp-contact__person-role {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #000C2D;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 220px;
    text-wrap: wrap;
}

.scp-contact__person-company {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #000C2D;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scp-contact__text {
    position: relative;
    z-index: 1;
}

.scp-contact__text h2 {
    font-size: 42px;
    font-weight: 800;
    color: #000C2D;
    margin-bottom: 25px;
    line-height: 1.2;
}

.scp-contact__text p {
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
    padding-left: 2rem;
}

.scp-contact__text strong {
    color: #000C2D;
    font-weight: 700;
}

.scp-contact__bottom {
    display: flex;
    justify-content: center;
}

.scp-contact__form-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    cursor: pointer;
}

.scp-contact__form-cta span {
    font-size: 18px;
    font-weight: 600;
    color: #000C2D;
}

.scp-contact__light {
    flex: 0 0 40%;
    max-width: 40%;
    background-color: #000C2D;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    transition: transform .4s ease, box-shadow .4s ease;
    position: relative;
}

.scp-contact__light::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    background-color: #000C2D;
    pointer-events: none;
}

.scp-contact__light--emphasis {
    transform: scale(1.05);
    box-shadow: 0 0 60px rgba(194, 48, 53, 0.45), 0 0 120px rgba(194, 48, 53, 0.15);
}

.scp-contact__light iframe {
    min-height: 540px !important;
    height: auto !important;
    margin-top: 8rem;
}

.scp-contact__form {
    width: 100%;
}

.scp-contact__form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000C2D;
    margin-bottom: 6px;
    margin-top: 15px;
}

.scp-contact__form label .required {
    color: #C23035;
    margin-left: 2px;
}

.scp-contact__form input[type="text"],
.scp-contact__form input[type="email"],
.scp-contact__form input[type="tel"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    transition: border-color .3s;
}

.scp-contact__form input:focus,
.scp-contact__form textarea:focus {
    outline: none;
    border-color: #C23035;
}

.scp-contact__form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    resize: vertical;
    transition: border-color .3s;
}

.scp-contact__consent {
    margin-top: 15px;
}

.scp-contact__consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 11px;
    line-height: 1.5;
    color: #666;
    cursor: pointer;
}

.scp-contact__consent input[type="checkbox"] {
    min-width: 18px;
    min-height: 18px;
    margin-top: 2px;
    accent-color: #C23035;
}

.scp-contact__consent a {
    color: #C23035;
    text-decoration: underline;
}

.scp-contact__submit {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
}

.c-button--outline {
    background-color: transparent;
    color: #000C2D;
    border: 2px solid #000C2D;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: .3s;
    box-shadow: none;
}

.c-button--outline:hover {
    background-color: #000C2D !important;
    color: #ffffff;
}

.c-section__product--funcs {
    padding: 80px 0;
}

.c-section__product--funcs h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #000C2D;
    margin-bottom: 15px;
}

.c-section__product--funcs .heading-divider {
    width: 60px;
    height: 3px;
    background-color: #C23035;
    margin: 0 auto 50px;
}

.c-section__product--funcs .accordion {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: 10px 0;
    border-left: 4px solid #d00000;
}

.c-section__product--funcs .accordion.active,
.c-section__product--funcs .accordion:hover {
    background-color: #e8e8e8;
}

.c-section__product--funcs .accordion:after {
    content: '\002B';
    font-size: 24px;
    color: #d00000;
    float: right;
    margin-right: 5px;
}

.c-section__product--funcs .accordion.active:after {
    content: "\2212";
}

.c-section__product--funcs .accordion h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000C2D;
}

.c-section__product--funcs .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-left: 4px solid #d00000;
}

.c-section__product--funcs .panel p {
    padding: 18px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

[style*="background-image"] {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

html {
    scroll-behavior: smooth;
}

#contact, #kontakt {
    scroll-margin-top: 110px;
}

.c-section__super-reasons .reasons-intro-col {
    padding-left: 15px;
    padding-right: 15px;
}

.c-section__scp-contact .scp-contact__inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1483px) {
    .scp-contact__person img {
        transform: translateX(80px);
    }
}

@media only screen and (max-width: 1460px) {
    .scp-contact__dark {
        background-color: #ffffff;
        padding-left: 2rem;
        box-shadow: 0px 12px 30px #00000029;
    }

    .scp-contact__dark h2 {
        font-size: 2rem !important;
    }
}

@media only screen and (max-width: 1300px) {
    #hs-form iframe {
        min-height: 623px !important;
        margin-top: 0;
    }

    .scp-contact__person img {
        transform: translateX(140px);
    }
}

@media only screen and (max-width: 1180px) {
    .scp-contact__person img {
        right: 100%;
    }

    #hs-form iframe {
        min-height: 670px !important;
    }
}

@media only screen and (max-width: 1140px) {
    #hs-form {
        padding: 0rem;
    }
}

@media only screen and (max-width: 1100px) {
    .scp-contact__person {
        display: none !important;
    }

    .scp-contact__dark {
        max-width: 45%;
    }

    .scp-contact__light {
        flex: unset !important;
        max-width: unset !important;
        width: 100%;
    }

    #hs-form iframe {
        min-height: 475px;
        margin-top: 4rem;
        height: auto !important;
    }
}

@media only screen and (max-width: 1023px) {
    .single-rozwiazania .c-section__breadcrumbs.dark {
        top: 140px;
    }
    .c-section__product--description .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #hero.c-section__product--description .row > :last-child{
        flex: 0!important;
        min-height: 360px;
        margin-top: 205px;
    }
    #hero.c-section__product--description .row > :first-child{
        padding-top:40px;
        padding-bottom:40px;
    }
    .single-rozwiazania .c-section__product--description .row .col-sm-6:first-of-type h1 {
        margin-top: 2rem !important;
    }
    .c-section__product--description .col-sm-6 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        display: block;
    }

    .c-section__product--description .col-sm-6:nth-of-type(2) {
        height: 200px !important;
        margin-bottom: 15px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;
    }
}

@media only screen and (max-width: 991px) {
    .c-section__super-reasons {
        padding: 50px 0;
    }

    .c-section__super-reasons .reasons-grid {
        flex-direction: column;
        gap: 40px;
    }

    .c-section__super-reasons .reasons-side-col {
        margin-top: 0;
    }

    .c-section__super-reasons .reasons-intro-col,
    .c-section__super-reasons .reasons-side-col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .c-section__super-quote {
        padding: 50px 0;
    }

    .c-section__super-quote .quote-grid {
        flex-direction: column;
        gap: 40px;
    }

    .c-section__super-quote .quote-side-col {
        margin-top: 0;
    }

    .c-section__super-quote .quote-card {
        margin-top: 0;
        height: auto;
        padding: 35px 30px;
    }

    .c-section__super-comparison {
        padding: 50px 0;
    }

    .c-section__super-comparison .section-heading {
        font-size: 28px;
    }

    .c-section__super-comparison .comparison-tiles {
        gap: 20px;
        flex-wrap: wrap;
    }

    .c-section__super-comparison .comparison-tile-col {
        flex: unset;
        max-width: unset;
    }

    .c-section__super-comparison .comparison-tile {
        padding: 30px 25px;
    }

    .c-section__product--funcs {
        padding: 50px 0;
    }

    .c-section__product--funcs h2 {
        font-size: 28px;
    }

    .scp-contact__inner {
        flex-direction: column;
    }

    .scp-contact__dark {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .scp-contact__person {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .scp-contact__person img {
        height: auto;
        width: 200px;
    }

    .scp-contact__person-info {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 10px;
        background: transparent;
        padding: 0;
    }

    .scp-contact__person-name {
        color: #C23035;
    }

    .scp-contact__person-role,
    .scp-contact__person-company {
        color: #000C2D;
    }

    .scp-contact__text {
        margin-left: 0;
        padding: 40px 20px;
    }

    .scp-contact__text h2 {
        font-size: 28px;
    }

    .scp-contact__light {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 20px;
    }

    .scp-contact__person {
        width: 100%;
        display: none;
    }

    .scp-contact__dark {
        order: -1;
        display: flex;
        align-items: center;
        padding-bottom: 2rem;
    }

    .scp-contact__person-info {
        display: none;
    }

    .scp-contact__bottom {
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
    }

    .scp-contact__form-cta img {
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 767px) {  
    .single-rozwiazania .c-section__breadcrumbs.dark{
        position: unset;
        top: 0;
    }
    #hero.c-section__product--description .row > :last-child {
    margin-top: 0;
  }
    .c-section__super-reasons .section-heading {
        font-size: 28px;
    }

    .c-section__super-reasons .reasons-intro-content h3 {
        font-size: 18px;
    }

    .c-section__product--description {
        padding-top: 0;
        margin-bottom: 8px !important;
        background-size: contain !important;
    }
    .wrapper {
        padding-top: 132px;
        margin-top: 0!important;
  }

    .c-section__super-comparison .section-heading {
        font-size: 24px;
    }

    .c-section__super-comparison .comparison-tile h3 {
        font-size: 20px;
    }

    .scp-contact__text h2 {
        font-size: 24px;
    }

    .c-section__product--funcs h2 {
        font-size: 26px;
    }

    .reason-accordion-toggle h3 {
        font-size: 14px;
    }

    .reasons-quote-card {
        padding: 25px 20px;
    }

    .reasons-quote-card .quote-text {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    :is(.reasons-grid, .quote-grid) .col-sm-6 {
        max-width: unset;
    }
}

@media screen and (max-width: 575px) {
    .single-rozwiazania .c-section__product--description .row .col-sm-6:first-of-type h1 {
        margin-top: 2rem !important;
    }
}

@media screen and (max-width: 480px) {
    #hs-form iframe {
        min-height: 636px;
    }

    .c-section__super-reasons {
        padding: 40px 0;
    }

    .c-section__super-reasons .reasons-grid {
        gap: 30px;
    }

    .c-section__super-reasons .section-heading {
        font-size: 24px;
    }

    .c-section__super-comparison {
        padding: 40px 0;
    }

    .c-section__super-comparison .comparison-tile {
        padding: 20px 15px;
    }

    .scp-contact__text p {
        padding: 0;
    }

    .scp-contact__text {
        padding-bottom: 0;
    }

    .c-section__product--funcs {
        padding: 40px 0;
    }

    .c-section__product--funcs .accordion {
        padding: 15px;
        margin: 8px 0;
    }

    .c-section__product--funcs .accordion h3 {
        font-size: 16px;
    }
}
