﻿.offersingle__right-title,
        .offersingle__box-title {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        .offersingle__right h2,
        .offersingle__left h2 {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1.3;
            margin: 0 0 20px;
        }
        .hero.hero--offer {
            position: relative;
            background-size: cover;
            background-position: center;
            padding-top: 5%;
            padding-bottom: 5%;
            overflow: hidden;
        }
        @media (min-width: 768px) {
            .hero.hero--offer {
                min-height: 300px;
                padding-top: 0;
                padding-bottom: 0;
                display: flex;
                flex-direction: column;
                align-items: stretch;
                justify-content: flex-start;
            }
            .hero.hero--offer .hero__crumbs {
                padding-top: 28px;
            }
            .banertext {
                margin: 0 120px;
                flex: 1;
                display: flex;
                align-items: center;
            }
        }
        .hero.hero--offer::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 62% 22%, rgba(246, 231, 185, 0.14) 0%, rgba(246, 231, 185, 0) 34%),
                linear-gradient(90deg, rgba(8, 7, 7, 0.52) 0%, rgba(8, 7, 7, 0.34) 45%, rgba(8, 7, 7, 0.5) 100%);
            pointer-events: none;
        }
        .banertext {
            margin: 120px;
            position: relative;
            z-index: 1;
            width: 100%;
            text-align: center;
        }
        .hero__title {
            color: #fff;
            letter-spacing: 0.03em;
            font-weight: 300;
            font-family: "Lora", "Roboto", "Segoe UI", system-ui, serif;
            text-shadow:
                0 0 12px rgba(255, 255, 255, 0.7),
                0 0 40px rgba(248, 228, 172, 0.62),
                0 0 75px rgba(248, 228, 172, 0.4),
                0 0 110px rgba(248, 228, 172, 0.25),
                0 7px 24px rgba(0, 0, 0, 0.44);
            position: relative;
        }
        .hero__title::after {
            filter: drop-shadow(0 0 10px rgba(250, 229, 170, 0.5));
        }
        .hero__lead {
            color: rgba(255, 255, 255, 0.94);
            font-size: 2.2rem;
            line-height: 1.4;
            font-family: "Lora", "Roboto", "Segoe UI", system-ui, serif;
            font-weight: 400;
            letter-spacing: 0.02em;
            text-shadow: 0 0 10px rgba(250, 237, 201, 0.34), 0 3px 16px rgba(0, 0, 0, 0.35);
            margin-top: 12px;
            text-align: center;
            max-width: 980px;
            margin-left: auto;
            margin-right: auto;
        }

        .offersingle__buttons {
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 64px;
        }
        .offersingle {
            padding-bottom: 0;
        }
        .offersingle__button {
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(117, 91, 73, 0.14);
            border-radius: 4px;
            background: #fff;
            box-shadow:
                0 4px 6px rgba(26, 16, 8, 0.06),
                0 14px 34px rgba(26, 16, 8, 0.12),
                0 22px 48px rgba(117, 91, 73, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.95);
            padding: 4px 0;
            color: #000;
        }
        .offersingle__button > * {
            position: relative;
            z-index: 1;
        }
        .offersingle__button a {
            color: #000;
        }
        /* Lekki złoty róg (prawy dół), przejście biały → złoto — bez animacji */
        .offersingle__button::after {
            content: "";
            position: absolute;
            right: -2px;
            bottom: -2px;
            width: min(46%, 132px);
            height: min(52%, 96px);
            pointer-events: none;
            z-index: 0;
            background: radial-gradient(
                ellipse 115% 115% at 100% 100%,
                rgba(212, 175, 55, 0.42) 0%,
                rgba(232, 214, 156, 0.28) 28%,
                rgba(255, 250, 238, 0.12) 52%,
                rgba(255, 255, 255, 0) 72%
            );
            border-bottom-right-radius: 5px;
        }

        .offer-info {
            margin: 0;
            border-radius: 10px;
            border: 1px solid rgba(117, 91, 73, 0.18);
            background: #fff;
            box-shadow: 0 10px 28px rgba(35, 22, 11, 0.09);
            overflow: hidden;
        }
        .offer-info__tabs {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            border-bottom: 1px solid rgba(117, 91, 73, 0.15);
            background: #faf6f2;
        }
        .offer-info__tab {
            position: relative;
            appearance: none;
            border: none;
            background: transparent;
            padding: 16px 18px;
            text-transform: uppercase;
            font-size: 1.7rem;
            font-weight: 700;
            letter-spacing: 0.02em;
            cursor: pointer;
            color: #6f5543;
            transition: color 0.22s ease, background-color 0.22s ease;
            text-align: center;
        }
        .offer-info__tab + .offer-info__tab {
            border-left: 1px solid rgba(117, 91, 73, 0.13);
        }
        .offer-info__tab::after {
            content: "";
            position: absolute;
            left: 14%;
            right: 14%;
            bottom: 0;
            height: 2px;
            opacity: 0;
            transform: scaleX(0.4);
            background: linear-gradient(90deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.92) 50%, rgba(212, 175, 55, 0.1) 100%);
            transition: opacity 0.22s ease, transform 0.22s ease;
        }
        .offer-info__tab[aria-selected="true"] {
            color: #21160d;
            background: #fff;
        }
        .offer-info__tab[aria-selected="true"]::after {
            opacity: 1;
            transform: scaleX(1);
        }
        .offer-info__panel {
            display: none;
            padding: 40px 38px 38px 44px;
            text-align: left;
            min-height: 215px;
            font-size: 1.8rem;
            line-height: 1.6;
        }
        .offer-info__panel.active {
            display: block;
        }
        .offersingle-tabs {
            margin: 0;
            border-radius: 10px;
            border: 1px solid rgba(117, 91, 73, 0.18);
            background: #fff;
            box-shadow: 0 10px 28px rgba(35, 22, 11, 0.09);
            overflow: hidden;
        }
        .offersingle-tabs__list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            border-bottom: 1px solid rgba(117, 91, 73, 0.15);
            background: #faf6f2;
        }
        .offersingle-tabs__list--single {
            grid-template-columns: 1fr;
        }
        .offersingle-tabs__tab {
            position: relative;
            appearance: none;
            border: none;
            background: transparent;
            padding: 16px 18px;
            text-transform: uppercase;
            font-size: 1.7rem;
            font-weight: 700;
            letter-spacing: 0.02em;
            cursor: pointer;
            color: #6f5543;
            transition: color 0.22s ease, background-color 0.22s ease;
            text-align: center;
        }
        .offersingle-tabs__tab + .offersingle-tabs__tab {
            border-left: 1px solid rgba(117, 91, 73, 0.13);
        }
        .offersingle-tabs__tab::after {
            content: "";
            position: absolute;
            left: 14%;
            right: 14%;
            bottom: 0;
            height: 2px;
            opacity: 0;
            transform: scaleX(0.4);
            background: linear-gradient(90deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.92) 50%, rgba(212, 175, 55, 0.1) 100%);
            transition: opacity 0.22s ease, transform 0.22s ease;
        }
        .offersingle-tabs__tab[aria-selected="true"] {
            color: #21160d;
            background: #fff;
        }
        .offersingle-tabs__tab[aria-selected="true"]::after {
            opacity: 1;
            transform: scaleX(1);
        }
        .offersingle-tabs__panel {
            display: none;
            padding: 40px 38px 38px 44px;
            text-align: left;
            min-height: 215px;
            font-size: 1.8rem;
            line-height: 1.6;
        }
        .offersingle-tabs__panel.active {
            display: block;
        }
        .offersingle__texts {
            display: flex;
            align-items: stretch;
            gap: 34px;
            margin-bottom: 64px;
        }
        .offersingle__left {
            border-right: none;
            padding-right: 0;
            margin-bottom: 0;
            flex: 0 0 62%;
        }
        .offersingle__right {
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .offersingle__columns-divider {
            position: relative;
            width: 34px;
            margin: 0;
            opacity: 0.92;
            pointer-events: none;
            flex: 0 0 34px;
        }
        .offersingle__columns-divider::before {
            content: "";
            position: absolute;
            top: 14px;
            bottom: 14px;
            left: 15px;
            width: 2px;
            background: linear-gradient(180deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.85) 50%, rgba(212, 175, 55, 0) 100%);
        }
        .offersingle__columns-divider::after {
            content: "";
            position: absolute;
            left: 17px;
            top: 50%;
            width: 10px;
            height: 10px;
            border-top: 2px solid #d4af37;
            border-right: 2px solid #d4af37;
            transform: translateY(-50%) rotate(45deg);
        }
        .offer-flow-arrow {
            width: 50%;
            height: 54px;
            margin: 84px auto;
            position: relative;
            opacity: 0.92;
        }
        .offer-flow-arrow::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 8px;
            height: 2px;
            background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.85) 50%, rgba(212, 175, 55, 0) 100%);
        }
        .offer-flow-arrow::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 20px;
            width: 20px;
            height: 20px;
            border-right: 3px solid #d4af37;
            border-bottom: 3px solid #d4af37;
            transform: translateX(-50%) rotate(45deg);
        }

        .offer-cta {
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            width: 100vw;
            margin-top: 0;
            margin-bottom: 64px;
            padding: 105px 0;
            background: #F5F1F7;
        }
        @media (min-width: 768px) {
            .offer-cta {
                padding-top: 150px;
                padding-bottom: 150px;
            }
        }
        .offer-cta--last {
            margin-top: 64px;
            margin-bottom: 0 !important;
        }
        @media (min-width: 768px) {
            .offer-cta--last {
                margin-top: 90px;
            }
        }
        .offer-cta__title {
            text-align: center;
            margin-bottom: 70px;
            font-size: 20px;
            line-height: 1.3;
            text-transform: uppercase;
        }
        @media (max-width: 767px) {
            .offer-cta__title {
                margin-bottom: 50px;
            }
        }
        .offer-cta__grid {
            display: flex;
            align-items: stretch;
            justify-content: center;
        }
        .offer-cta__grid--1 .offer-cta__col {
            max-width: 420px;
        }
        .offer-cta__grid--2 .offer-cta__col {
            max-width: 360px;
        }
        .offer-cta__col {
            flex: 1 1 0;
            text-align: center;
            padding: 0 25px;
        }
        .offer-cta__heading {
            font-size: 2rem;
            line-height: 2.4rem;
            margin-bottom: 16px;
            display: block;
            font-weight: 700;
        }
        .offer-cta__seo-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0;
            padding: 0;
            border: none;
            background: transparent;
            font: inherit;
        }
        .offer-cta__divider {
            width: 1px;
            opacity: 1;
            background: linear-gradient(180deg, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0.62) 50%, rgba(212, 175, 55, 0.05) 100%);
            box-shadow: 0 0 3px rgba(212, 175, 55, 0.12);
        }
        .offer-instagram {
            margin: 0;
            text-align: center;
            padding: 60px 20px;
            background: #f8f2ef;
            border-radius: 14px;
        }
        .offer-instagram__title {
            margin-bottom: 18px;
            font-size: 20px;
            line-height: 1.3;
            text-transform: uppercase;
        }
        .offer-instagram__desc {
            margin-bottom: 24px;
        }
        .offer-instagram__image {
            display: inline-block;
            max-width: 360px;
            position: relative;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
            transition: transform .25s ease;
        }
        .offer-instagram__image:hover {
            transform: translateY(-4px);
        }
        .offer-instagram__image:hover .offer-instagram__play {
            transform: translate(-50%, -50%) scale(1.08);
        }
        .offer-instagram__image img {
            display: block;
            width: 100%;
            height: auto;
        }
        .offer-instagram__play {
            width: 66px;
            height: 66px;
            border-radius: 999px;
            background: rgba(0, 0, 0, .55);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: transform .25s ease;
        }
        .offer-instagram__play::before {
            content: "";
            position: absolute;
            left: 27px;
            top: 21px;
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
            border-left: 17px solid #fff;
        }
        .offer-faq {
            margin: 0;
        }
        .offer-faq__title {
            text-align: center;
            margin-bottom: 28px;
            font-size: 20px;
            line-height: 1.3;
            text-transform: uppercase;
        }
        .offer-faq__item {
            border: 1px solid #eadfd9;
            border-radius: 12px;
            background: #fff;
            overflow: hidden;
        }
        .offer-faq__item + .offer-faq__item {
            margin-top: 12px;
        }
        .offer-faq__toggle {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: transparent;
            border: none;
            padding: 18px 20px;
            cursor: pointer;
            text-align: left;
        }
        .offer-faq__question {
            margin: 0;
            font-size: 2rem;
            line-height: 2.4rem;
        }
        .offer-faq__icon {
            width: 28px;
            height: 28px;
            border-radius: 999px;
            background: #f0e5df;
            position: relative;
            flex: 0 0 28px;
            transition: .2s transform;
        }
        .offer-faq__icon::before,
        .offer-faq__icon::after {
            content: "";
            position: absolute;
            background: #755b49;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .offer-faq__icon::before {
            width: 12px;
            height: 2px;
        }
        .offer-faq__icon::after {
            width: 2px;
            height: 12px;
            transition: .2s opacity;
        }
        .offer-faq__item.active .offer-faq__icon::after {
            opacity: 0;
        }
        .offer-faq__panel {
            max-height: 0;
            overflow: hidden;
            transition: max-height .3s ease;
        }
        .offer-faq__inner {
            padding: 0 20px 18px;
        }

        .offer-specialists {
            margin: 0 0 64px;
        }
        .offer-specialists__title {
            text-align: center;
            margin-bottom: 42px;
            font-size: 20px;
            line-height: 1.3;
            text-transform: uppercase;
        }
        .offer-specialists__grid {
            display: flex;
            flex-direction: column;
            gap: 42px;
        }
        .offer-specialists__item {
            display: flex;
            align-items: center;
            gap: 36px;
            text-align: left;
        }
        .offer-specialists__item:nth-child(even) {
            flex-direction: row-reverse;
        }
        .offer-specialists__photo {
            width: 260px;
            height: 260px;
            border-radius: 100%;
            overflow: hidden;
            flex: 0 0 260px;
            border: 1px solid rgba(212, 175, 55, 0.65);
            box-shadow: 0 0 0 3px rgba(249, 237, 192, 0.55), 0 0 20px rgba(212, 175, 55, 0.3);
        }
        .offer-specialists__photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .offer-specialists__photo--placeholder {
            background: #e6d1cb;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .offer-specialists__photo--placeholder span {
            font-size: 5rem;
            font-family: "Roboto", sans-serif;
            color: #755b49;
            line-height: 1;
        }
        .offer-specialists__content {
            flex: 1 1 auto;
            padding-top: 0;
        }
        .offer-specialists__name {
            font-size: 2.4rem;
            line-height: 1.25;
            margin: 0 0 6px;
        }
        .offer-specialists__role {
            font-size: 1.8rem;
            line-height: 1.25;
            margin: 0 0 14px;
        }
        .offer-specialists__desc {
            max-width: 760px;
        }
        .box-seo {
            margin: 0 0 64px;
            border: 1px solid rgba(117, 91, 73, 0.18);
            border-radius: 10px;
            box-shadow: 0 10px 28px rgba(35, 22, 11, 0.09);
            background: #fff;
            padding: 32px 28px;
        }
        .box-seo__label {
            display: block;
            text-align: center;
            text-transform: uppercase;
            font-family: "Roboto", sans-serif;
            font-size: 2rem;
            line-height: 1.3;
            font-weight: 700;
            margin-bottom: 18px;
            letter-spacing: 0.03em;
        }
        @media (max-width: 991px) {
            .banertext {
                margin: 80px 40px;
            }
            .hero__title {
                font-size: 4.8rem;
                line-height: 1.15;
            }
            .hero__lead {
                font-size: 2rem;
            }
        }
        @media (max-width: 767px) {
            .hero.hero--offer {
                display: flex;
                flex-direction: column;
                align-items: stretch;
                justify-content: flex-start;
                min-height: auto;
                padding-top: 14px;
                padding-bottom: 14px;
            }
            .hero.hero--offer .hero__crumbs {
                padding-top: 0;
            }
            .banertext {
                margin: 16px 14px 24px;
                width: calc(100% - 28px);
                flex: 1;
                display: flex;
                align-items: center;
            }
            .banertext .container {
                padding-left: 4px;
                padding-right: 4px;
            }
            .hero__title {
                font-size: 3.2rem;
                line-height: 1.18;
                text-align: center;
                width: 100%;
                margin-bottom: 18px;
                overflow-wrap: anywhere;
                word-break: break-word;
            }
            .hero__lead {
                font-size: 1.9rem;
                line-height: 1.35;
                max-width: 100%;
                margin-top: 10px;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                padding: 0 6px;
                overflow-wrap: anywhere;
            }
            .offersingle__buttons{margin-bottom:42px}
            .offersingle__texts {display:block;margin-bottom:42px}
            .offersingle__left {padding-right:0;margin-bottom:0}
            .offer-info__tabs {
                grid-template-columns: 1fr;
            }
            .offer-info__tab + .offer-info__tab {
                border-left: none;
                border-top: 1px solid rgba(160, 118, 52, 0.2);
            }
            .offer-info__panel {
                min-height: 0;
                padding: 28px 22px 30px 28px;
            }
            .offersingle-tabs {margin:0}
            .offersingle-tabs__list {
                grid-template-columns: 1fr;
            }
            .offersingle-tabs__tab + .offersingle-tabs__tab {
                border-left: none;
                border-top: 1px solid rgba(160, 118, 52, 0.2);
            }
            .offersingle-tabs__panel {
                min-height: 0;
                padding: 28px 22px 30px 28px;
            }
            .offersingle__columns-divider {
                position: relative;
                left: auto;
                top: auto;
                bottom: auto;
                transform: none;
                width: 72%;
                height: 54px;
                margin: 8px auto 16px;
            }
            .offersingle__columns-divider::before {
                left: 0;
                right: 0;
                top: 8px;
                bottom: auto;
                width: auto;
                height: 2px;
                background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.85) 50%, rgba(212, 175, 55, 0) 100%);
            }
            .offersingle__columns-divider::after {
                left: 50%;
                top: 20px;
                width: 14px;
                height: 14px;
                border-top: none;
                border-right: 2px solid #d4af37;
                border-bottom: 2px solid #d4af37;
                transform: translateX(-50%) rotate(45deg);
            }
            .offer-flow-arrow {
                width: 72%;
                margin: 42px auto;
            }
            .offer-cta {
                left: auto;
                right: auto;
                width: auto;
                margin-left: -20px;
                margin-right: -20px;
                margin-top: 55px;
                margin-bottom: 55px;
                padding: 35px 20px;
            }
            .offer-cta__grid {
                display: block;
            }
            .offer-cta__col {
                padding: 0;
                max-width: 100%;
                margin-bottom: 20px;
            }
            .offer-cta__col .button {
                width: 100%;
                justify-content: center;
            }
            .offer-cta__divider {
                display: none;
            }
            .box-seo {
                margin: 0 0 24px;
                padding: 24px 18px;
            }
            .offer-instagram {
                margin: 0;
                padding: 35px 15px;
            }
            .offer-specialists {
                margin: 0 0 30px;
            }
            .offer-specialists__item,
            .offer-specialists__item:nth-child(even) {
                display: block;
                text-align: center;
            }
            .offer-specialists__photo {
                width: 220px;
                height: 220px;
                margin: 0 auto 16px;
            }
            .offer-specialists__content {
                text-align: center;
                padding-top: 0;
            }
            .offer-specialists__desc {
                max-width: 100%;
            }
        }
