/**
 * Pricing 2026 component styles (scoped).
 */

.page-template-templates-pricing-template-php {
    background: #fafafa;
}

.page-template-templates-pricing-template-php #primary {
    padding: 0;
}

.pricing-component__top {
    padding: 150px 0 60px;
}

.pricing-component__top h1 {
    color: #1f2937;
    text-align: center;
    margin-bottom: 16px;
}

.pricing-component__top p {
    color: #1f2937;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pricing-component .billing-container {
    padding-top: 24px;
    padding-bottom: 40px;
}

.pricing-component .billing-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-component .billing-switcher-inner {
    display: flex;
    height: 52px;
    padding: 5px;
    border-radius: 100px;
    background: #f3f4f6;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
    position: relative;
}

.pricing-component .billing-badge {
    position: absolute;
    top: 0;
    right: 25% !important;
    transform: translateX(50%) translateY(-115%);
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 100px;
    background: #ffb232;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    white-space: nowrap;
}

.pricing-component .billing-switcher-inner button {
    font-weight: 400;
    padding: 6px 33px;
    font-family: Graphik, sans-serif;
    height: 100%;
    font-size: 16px;
    color: #1f2937;
    line-height: 22px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.pricing-component .billing-switcher-inner button.active {
    border-radius: 100px;
    background: #fff;
    font-weight: 500;
}

.pricing-component .pricing-switch-fixed .billing-switcher-inner {
    width: 209px;
    height: 35px;
    padding: 4px;
    background: #d6ebff;
}

.pricing-component .pricing-switch-fixed .billing-switcher-inner button {
    width: 100px;
    height: 27px;
    padding: 4px 24px;
    font-size: 12px;
    line-height: 16px;
}

.pricing-component .pricing-columns {
    position: relative;
    flex-direction: column;
    z-index: 99;
    padding-top: 40px;
}

.pricing-component .p-columns {
    display: flex;
    align-items: stretch;
    padding-bottom: 24px;
    gap: 32px;
    width: 100%;
}

.pricing-component .most-popular-badge {
    display: flex;
    padding-bottom: 2px;
    gap: 32px;
}

.pricing-component .most-popular-badge > div {
    min-width: 280px;
    flex: 1;
}

.pricing-component .mp-badge {
    border-radius: 8px;
    background: #ebf5ff;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    color: #1d85ed;
    font-family: Graphik, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.pricing-component .mp-badge svg {
    transform: rotate(-19.88deg);
    margin-right: 5px;
}

.pricing-component .pricing-column {
    padding: 40px 36px;
    max-width: 280px;
    flex-direction: column;
    border-radius: 8px;
    background: #fff;
}

.pricing-component .pricing-plan-card--most-popular {
    position: relative;
    background: #d6ebff;
}

.pricing-component .pricing-plan-card:not(.pricing-plan-card--most-popular) {
    background: #f6fbff;
}

.pricing-component .pricing-column h3 {
    color: #1f2937;
    font-family: Graphik, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}

.pricing-component .pricing-plan-card--most-popular h3 {
    font-size: 24px;
    line-height: 32px;
}

.pricing-component .pricing-column p {
    color: #1f2937;
    font-family: Graphik, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.pricing-component .pricing-plans-title {
    color: #1f2937;
    font-family: Graphik, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pricing-component .pricing-plans-p,
.pricing-component .pricing-plans-p-yearly {
    color: #557097 !important;
    font-family: Graphik, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.pricing-component .plus-vat,
.pricing-component .plus-vat:visited {
    color: #1d85ed;
    font-size: 14px;
}

.pricing-component .price-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 32px 0;
}

.pricing-component .pricing-trial-box {
    width: 100%;
    border-radius: 8px;
    text-align: center;
}

.pricing-component .pricing-plan-card--most-popular .pricing-trial-box {
    background: #d6ebff;
}

.pricing-component .pricing-trial-label {
    display: block;
    color: black;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 4px;
}

.pricing-component .pricing-trial-after {
    display: block;
    color: #1d85ed;
    font-size: 16px;
}

.pricing-component .crossed-price {
    display: none;
    width: 100%;
    text-align: left;
    color: #1f2937;
    text-decoration: line-through;
}

.pricing-component .price,
.pricing-component .price-yearly {
    color: #1f2937;
    font-family: Graphik, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    width: 100%;
}

.pricing-component .save-text {
    color: #1d85ed;
    text-align: center;
    font-size: 14px;
}

.pricing-component .choose-plan {
    margin-top: auto;
    border-radius: 8px;
    background: #2bc46a;
    color: #fff;
    height: 52px;
    padding: 13px 21px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    font-family: Graphik, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    display: flex;
}

.pricing-component .pricing-plan-card {
    display: flex;
    flex-direction: column;
}

.pricing-component .pricing-plan-card .choose-plan {
    margin-top: auto;
    flex-shrink: 0;
}

/* Sticky plan header (desktop + tablet) */
.pricing-component .pricing-columns.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw !important;
    left: 0;
    box-shadow: 0 4px 20px 0 rgba(107, 114, 128, 0.1);
    background-color: #fff;
}

.pricing-component .tablet-heading-container.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px 0 rgba(107, 114, 128, 0.1);
    background-color: #fff;
}

.pricing-component .pricing-columns.fixed .p-columns,
.pricing-component .pricing-columns.fixed .most-popular-badge {
    max-width: 1216px;
    margin: 0 auto;
    align-items: stretch;
}

.pricing-component .pricing-columns.fixed .pricing-plans h3,
.pricing-component .pricing-columns.fixed .pricing-plans p,
.pricing-component .pricing-columns.fixed .pricing-plans .plus-vat {
    visibility: hidden;
}

.pricing-component .pricing-columns.fixed {
    max-height: 236px;
    padding-top: 0;
    border-radius: 0 0 8px 8px;
    opacity: 0.96;
}

.pricing-component .pricing-columns.fixed .most-popular-badge {
    height: 20px;
}

.pricing-component .pricing-columns.fixed .mp-badge {
    min-width: 0;
    height: 24px;
    border-radius: 80px;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 15px;
    transform: translateY(40%);
}

.pricing-component .pricing-columns.fixed .pricing-plan-card p {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.pricing-component .pricing-columns.fixed .pricing-plan-card h3 {
    margin-bottom: 0;
}

.pricing-component .pricing-columns.fixed .pricing-plan-card h3,
.pricing-component .pricing-columns.fixed .pricing-plan-card p,
.pricing-component .pricing-columns.fixed .pricing-plan-card .price,
.pricing-component .pricing-columns.fixed .pricing-plan-card .per-month,
.pricing-component .pricing-columns.fixed .pricing-plan-card .crossed-price {
    text-align: center;
}

.pricing-component .pricing-columns.fixed .pricing-plan-card {
    display: flex;
    flex-direction: column;
    height: 199px;
    padding: 20px 36px;
}

.pricing-component .pricing-columns.fixed .pricing-column.pricing-plans,
.pricing-component .pricing-columns.fixed .pricing-column.pricing-plans-tablet {
    display: none !important;
}

.pricing-component .pricing-columns.fixed .pricing-column.pricing-switch-fixed {
    display: flex;
    width: 280px;
}

.pricing-component .pricing-columns .pricing-column.pricing-switch-fixed {
    display: none;
}

.pricing-component .pricing-columns.fixed .price-box {
    padding: 8px 0;
    gap: 0;
}

.pricing-component .pricing-columns.fixed .pricing-plan-card .price,
.pricing-component .pricing-columns.fixed .pricing-plan-card .price-yearly {
    font-size: 20px;
    line-height: 1.2;
}

.pricing-component .pricing-columns.fixed .per-month {
    font-size: 0.9rem;
}

.pricing-component .pricing-columns.fixed .pricing-trial-box {
    padding: 6px 8px;
}

.pricing-component .pricing-columns.fixed .pricing-trial-label {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 2px;
    font-weight: 600;
}

.pricing-component .pricing-columns.fixed .pricing-trial-after {
    font-size: 12px;
    line-height: 1.25;
}

.pricing-component .pricing-columns.fixed .pricing-trial-after .price-amount {
    font-size: 12px;
    font-weight: 600;
}

.pricing-component .pricing-columns.fixed .pricing-plan-card .choose-plan {
    margin-top: auto;
    height: 44px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
}

.pricing-component .pricing-columns.fixed .pricing-plan-card .price-yearly,
.pricing-component .pricing-columns.fixed .pricing-plan-card .save-text {
    text-align: center;
}

/* Plans intro column variants */
.pricing-component .pricing-plans-tablet,
.pricing-component .pricing-plans-mobile,
.pricing-component .mp-badge-mobile,
.pricing-component .mp-badge-tablet {
    display: none;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .pricing-component .pricing-plans {
        display: none !important;
    }

    .pricing-component .p-columns {
        flex-wrap: wrap;
        gap: 12px;
    }

    .pricing-component .p-columns > .pricing-column {
        width: calc(50% - 6px);
        max-width: none;
    }

    .pricing-component .pricing-plans-tablet {
        display: flex;
        flex-direction: column;
        background-color: #f6fbff;
        border-radius: 8px;
    }

    .pricing-component .mp-badge-tablet {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(-110%);
        border-radius: 8px;
        background: #ebf5ff;
        padding: 10px 0;
        align-items: center;
        justify-content: center;
        color: #1d85ed;
        font-family: Graphik, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        z-index: 1;
    }
    .page-template-pricing .pricing-2026-cta{
        margin-top:0;
    }

    .pricing-component .pricing-component__credit-cards {
        justify-content: space-between;
        padding-top: 48px;
        padding-bottom: 16px;
    }

    .pricing-component .pricing-component__credit-cards-spacer {
        display: none;
    }

    .pricing-component .pricing-component__currency {
        flex-grow: 0;
        flex-shrink: 0;
    }
}

.pricing-component .tablet-heading-container {
    display: none;
}

@media (min-width: 768px) and (max-width: 1439px) {
    .pricing-component .most-popular-badge {
        display: none;
    }

    .pricing-component .fixed .p-columns {
        flex-wrap: nowrap;
    }

    .pricing-component .pricing-column {
        max-width: 100%;
    }

    .pricing-component .tablet-heading-container {
        display: flex;
        gap: 32px;
        padding-top: 104px;
        padding-bottom: 16px;
    }

    .pricing-component .tablet-heading-container div:first-child {
        flex: 0 0 280px;
        width: 280px;
    }

    .pricing-component .tablet-heading-container div:not(:first-child) {
        flex: 0 0 96px;
        width: 96px;
        min-width: 96px;
        text-align: center;
        border-radius: 8px;
        background: #f6fbff;
        padding: 12px 4px;
        color: #1f2937;
        font-family: Graphik, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
    }

    .pricing-component .pricing-component__tables th.center img {
        max-width: 60px;
        height: auto;
    }

    .pricing-component .fixed.tablet-heading-container {
        transform: none;
        max-width: none;
        padding: 12px 0 16px;
        border-radius: 0;
        box-shadow: 0 4px 20px 0 rgba(107, 114, 128, 0.1);
    }

    .pricing-component .pricing-component__tables .visible-row td:first-child,
    .pricing-component .pricing-component__tables tr th:first-child,
    .pricing-component .tablet-heading-container tr th:first-child {
        width: 280px;
        min-width: 280px;
    }
}

.pricing-component__tables {
    max-width: 1216px;
    margin: 0 auto;
}

/* Parent has overflow-x:hidden → computes overflow-y:auto and clips upward tooltips. */
.pricing-component .pricing-container {
    overflow: visible;
}

.pricing-component .table-wrapper {
    overflow: visible;
    border-top: 1px solid #1d85ed;
    margin-bottom: 58px;
}
.pricing-component .table-wrapper .coming-soon-label{
 top:-3px;
}
.pricing-component .table-wrapper .fa-xmark{
    color:#ff260e
}

/*
 * First row: tooltip opens upward into the table title / sticky header and gets clipped.
 * Flip it below the icon so it stays fully visible.
 */
.pricing-component .table-section > table > tbody > tr:first-child .tooltip .tooltiptext {
    bottom: auto;
    top: 120%;
}

.pricing-component .table-section > table > tbody > tr:first-child .tooltip .tooltiptext::after {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent black transparent;
}

.pricing-component .hidden-row {
    display: none;
}

.pricing-component .table-section.is-expanded .hidden-row,
.pricing-component .plan-table-mobile.is-expanded .hidden-row {
    display: table-row;
}

.pricing-component .toggleFeatures {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: #1d85ed;
    font-size: 16px;
    padding-left: 16px;
    padding-top: 8px;
    text-decoration: none;
}

.pricing-component .toggleFeatures i {
    transition: transform 0.3s ease;
    font-size: 10px;
}

.pricing-component .toggleFeatures.rotated i {
    transform: rotate(180deg);
}

.pricing-component__credit-cards {
    align-items: center;
    max-width: 1216px;
    margin: 0 auto;
    position: relative;
}

/* Breakpoint 768px – Tailwind md ist in diesem Projekt 1280px */
.pricing-component__credit-cards--in-container {
    display: none;
}

.pricing-component__credit-cards--standalone {
    display: flex;
}

@media (min-width: 768px) {
    .pricing-component__credit-cards--in-container {
        display: flex;
    }

    .pricing-component__credit-cards--standalone {
        display: none;
    }
}

.pricing-component__credit-cards-spacer {
    flex-grow: 1;
}

.pricing-component__credit-cards-image {
    flex-grow: 0;
    text-align: center;
}

.pricing-component__currency {
    flex-grow: 1;
    text-align: right;
}

.pricing-component__currency-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cmask id='mask0_6484_594' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='6' y='8' width='12' height='8'%3e%3cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%23334A61'/%3e%3c/mask%3e%3cg mask='url(%23mask0_6484_594)'%3e%3cpath d='M0 0H24V24H0V0Z' fill='%23364D63'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 24px 24px;
    padding-right: 32px !important;
    cursor: pointer;
}

.pricing-component__legal {
    color: #6b7280;
    font-size: 14px;
    padding: 24px 16px 48px;
    max-width: 1216px;
}

.pricing-component__mobile {
    margin-top: 40px;
    padding: 0 16px;
}

.pricing-component__mobile .mobile-pricing-container-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-component .e-plan-tab-wrapper {
    display: flex;
    width: 100%;
    height: 45px;
    padding: 5px;
    align-items: center;
    border-radius: 100px;
    background: #e7f6f2;
    justify-content: space-between;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.pricing-component .e-plan-tab-wrapper::-webkit-scrollbar {
    display: none;
}

.pricing-component .e-plan-tab {
    display: flex;
    height: 35px;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    min-width: min-content;
    border-radius: 100px;
    color: #1f2937;
    font-family: Graphik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.pricing-component .e-plan-tab.focused {
    background: #2bc46a;
    color: #fff;
    border-color: transparent;
}

.pricing-component .sticky-plan-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: right;
}

.pricing-component .sticky-plan-button {
    display: flex;
    width: auto;
    height: 31px;
    padding: 13px 21px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #2bc46a;
    box-shadow: 3px 3px 20px 1px rgba(19, 92, 164, 0.15);
    color: #fff;
    font-family: Graphik, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
}

.pricing-component .sticky-plan-button:hover {
    background: #25a85a;
    color: #fff;
    text-decoration: none;
}

.pricing-component .mobile-plans-cta {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pricing-component .plan-table-mobile table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.pricing-component .plan-table-mobile td {
    vertical-align: middle;
}

.pricing-component .plan-table-mobile td:first-child {
    width: 58%;
    padding-right: 16px;
}

.pricing-component .plan-table-mobile td:last-child {
    width: 42%;
}

.pricing-component .plan-table-mobile .mobile-table-data {
    background-color: #f6fbff;
    border-radius: 8px;
    padding: 16px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pricing-component .plan-table-mobile .toggleFeatures {
    justify-content: center;
}

.pricing-component .plan-heading-mobile {
    color: #1d85ed;
}

.pricing-component .plan-heading-mobile h3 {
    font-weight: 500;
}

.pricing-component .tooltip-mobile .tooltiptext {
    display: none;
    background-color: #1f2937;
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    margin-top: 16px;
}

.pricing-component .tooltip-mobile:hover .tooltiptext,
.pricing-component .tooltip-mobile:focus-within .tooltiptext {
    display: block;
}

.pricing-component .tooltip-mobile:hover .tooltip-activator-mobile,
.pricing-component .tooltip-mobile:focus-within .tooltip-activator-mobile {
    padding: 6px;
    background-color: #e6ebf2;
    border-radius: 6px;
}

@media (max-width: 767px) {
    
        .fourth-section::after {
            bottom: -16px;
            width: 400%;
            transform: translateX(-3.5%);
    }
    .pricing-references .after-alt{
     display:none;
    }
    .pricing-component__top {
        padding: 32px 16px 56px;
    }

    .pricing-component__top h1 {
        margin-bottom: 12px;
        color: #091f34;
    }

    .pricing-component__top p {
        color: #091f34;
    }

    .pricing-component .most-popular-badge,
    .pricing-component .pricing-switch-fixed,
    .pricing-component .pricing-plans,
    .pricing-component .pricing-plans-tablet,
    .pricing-component .tablet-heading-container,
    .pricing-component .table-container,
    .pricing-component .pricing-container-wrapper > .pricing-container > .pricing-component__credit-cards,
    .pricing-component .pricing-container-wrapper .pricing-free-plan-component,
    .pricing-component .mp-badge-tablet {
        display: none !important;
    }

    .pricing-component .pricing-columns {
        padding-top: 16px;
    }

    .pricing-component .p-columns {
        flex-direction: column !important;
        flex-wrap: wrap;
        gap: 16px;
    }

    .pricing-component .p-columns > .pricing-column,
    .pricing-component .p-columns > .mp-badge-mobile {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .pricing-component .pricing-column {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 24px;
        padding: 24px 34px;
        text-align: center;
        max-width: 100%;
    }

    .pricing-component .pricing-column h3 {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
    }

    .pricing-component .pricing-column .choose-plan {
        margin-top: 0;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .pricing-component .price-box {
        padding-top: 19px;
        padding-bottom: 16px;
    }

    .pricing-component .mp-badge-mobile {
        display: flex;
        width: 100%;
    }

    .pricing-component .pricing-plans-mobile {
        display: flex !important;
        flex-direction: column;
        padding: 0;
        max-width: 100%;
        background: transparent;
        gap: 8px;
    }

    .pricing-component .mobile-plans-cta {
        gap: 16px;
        margin-top: 52px;
        margin-bottom: 48px;
    }

    .pricing-component .mobile-plans-cta .pricing-column {
        max-width: 100%;
    }

    .pricing-component .pricing-component__credit-cards {
        display: flex;
        flex-direction: column;
        padding: 32px 16px 8px;
        gap: 16px;
        align-items: center;
    }

    .pricing-component .pricing-component__credit-cards-spacer {
        display: none;
    }

    .pricing-component .pricing-component__currency {
        flex-grow: 0;
        text-align: center;
    }

    .pricing-component .pricing-component__currency-select {
        margin-top: 0;
        margin-bottom: 0;
    }

    .pricing-component .sticky-plan-button-container {
        bottom: 15px;
        right: 15px;
    }

    .pricing-component .sticky-plan-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .pricing-free-plan-component {
        margin-top: 24px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .pricing-component__top h1,
    .pricing-component__top p {
        color: #091f34;
    }
}
