/* =========================================================
   SMARTCLASS GROUP PRICING PAGE
   File: assets/css/pricing.css
========================================================= */

.pricing-page {
    overflow-x: hidden;
    color: #263e58;
}

.pricing-page .pricing-section {
    position: relative;
    padding: 95px 0;
}

.pricing-page .pricing-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #087fc3;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.pricing-page .pricing-label::before {
    width: 28px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, #0874bf, #1bc1dd);
    border-radius: 10px;
}

.pricing-page .pricing-label-light {
    color: #79e4f6;
}

.pricing-page h2 {
    margin: 0;
    color: #102846;
    font-size: clamp(31px, 4vw, 47px);
    font-weight: 850;
    line-height: 1.17;
    letter-spacing: -1.2px;
}

.pricing-section-heading {
    max-width: 740px;
    margin: 0 auto 45px;
    text-align: center;
}

.pricing-section-heading .pricing-label {
    justify-content: center;
}

.pricing-section-heading p {
    margin: 17px auto 0;
    color: #697d90;
    font-size: 15px;
    line-height: 1.8;
}

.pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 13px 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.pricing-button:hover {
    transform: translateY(-2px);
}

.pricing-button-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #07519f, #0b92cd);
    box-shadow: 0 12px 26px rgba(8, 80, 153, 0.23);
}

.pricing-button-primary:hover {
    color: #ffffff;
    box-shadow: 0 17px 32px rgba(8, 80, 153, 0.31);
}

.pricing-button-outline {
    color: #0a579d;
    background: #ffffff;
    border-color: #b9cfdf;
}

.pricing-button-outline:hover {
    color: #ffffff;
    background: #0a579d;
    border-color: #0a579d;
}

.pricing-button-light {
    color: #084b8d;
    background: #ffffff;
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.14);
}

.pricing-button-light:hover {
    color: #084b8d;
    background: #eafaff;
}

.pricing-button-transparent {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.7);
}

.pricing-button-transparent:hover {
    color: #07477f;
    background: #ffffff;
}


/* =========================================================
   PAGE BANNER
========================================================= */

.pricing-banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
    overflow: hidden;
    color: #ffffff;
    background: #071d3a;
}

.pricing-banner-background {
    position: absolute;
    inset: 0;
}

.pricing-banner-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(3, 20, 48, 0.96) 0%,
            rgba(5, 39, 79, 0.83) 48%,
            rgba(6, 40, 77, 0.37) 100%
        ),
        linear-gradient(
            0deg,
            rgba(3, 21, 47, 0.36),
            transparent
        );
}

.pricing-banner-content {
    position: relative;
    z-index: 2;
    padding-top: 55px;
    padding-bottom: 55px;
}

.pricing-banner-content > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #76e4f7;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.pricing-banner-content > span::before {
    width: 28px;
    height: 3px;
    content: "";
    background: #37d5ef;
    border-radius: 10px;
}

.pricing-banner h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 66px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.pricing-banner-content > p {
    max-width: 650px;
    margin: 18px 0 0;
    color: #d2e2ef;
    font-size: 16px;
    line-height: 1.7;
}

.pricing-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.pricing-breadcrumb li {
    color: #91bad2;
    font-size: 11px;
    font-weight: 650;
}

.pricing-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.pricing-breadcrumb a:hover {
    color: #58dcf3;
}


/* =========================================================
   PRICING INTRODUCTION
========================================================= */

.pricing-introduction {
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(22, 183, 216, 0.07),
            transparent 25%
        ),
        #ffffff;
}

.pricing-introduction-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 80px;
}

.pricing-introduction-content > p {
    margin: 18px 0 0;
    color: #687c90;
    font-size: 14px;
    line-height: 1.85;
}

.pricing-introduction-content .pricing-lead {
    color: #3e5973;
    font-size: 17px;
    font-weight: 600;
}

.pricing-introduction-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    margin-top: 31px;
}

.pricing-introduction-points > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pricing-introduction-points > div > span {
    display: grid;
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
    margin-top: 1px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    background: #0b91c8;
    border-radius: 50%;
    place-items: center;
    box-shadow: 0 7px 15px rgba(11, 145, 200, 0.21);
}

.pricing-introduction-points p {
    margin: 0;
}

.pricing-introduction-points strong,
.pricing-introduction-points small {
    display: block;
}

.pricing-introduction-points strong {
    margin-bottom: 5px;
    color: #173451;
    font-size: 14px;
}

.pricing-introduction-points small {
    color: #738598;
    font-size: 11px;
    line-height: 1.55;
}

.pricing-introduction-visual {
    position: relative;
    min-height: 565px;
    padding: 0 0 55px 30px;
}

.pricing-introduction-image {
    position: relative;
    height: 530px;
    overflow: hidden;
    background: #e1eaf2;
    border-radius: 6px 24px 6px 24px;
    box-shadow: 0 24px 55px rgba(8, 47, 92, 0.17);
}

.pricing-introduction-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        0deg,
        rgba(5, 38, 76, 0.25),
        transparent 55%
    );
}

.pricing-introduction-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pricing-introduction-visual:hover
.pricing-introduction-image img {
    transform: scale(1.04);
}

.pricing-support-card {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: min(320px, calc(100% - 40px));
    padding: 22px 23px;
    color: #153150;
    background: #ffffff;
    border-left: 5px solid #19b8d7;
    border-radius: 10px;
    box-shadow: 0 17px 38px rgba(8, 48, 91, 0.2);
}

.pricing-support-card small,
.pricing-support-card strong,
.pricing-support-card a {
    display: block;
}

.pricing-support-card small {
    margin-bottom: 5px;
    color: #7b8b9c;
    font-size: 10px;
}

.pricing-support-card strong {
    margin-bottom: 9px;
    font-size: 16px;
}

.pricing-support-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #087abc;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}


/* =========================================================
   PRICING FILTER
========================================================= */

.pricing-filter-section {
    position: relative;
    z-index: 10;
    background: #f5f9fc;
}

.pricing-filter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 27px 31px;
    background: #ffffff;
    border: 1px solid #dbe6ef;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(10, 50, 92, 0.09);
    transform: translateY(50%);
}

.pricing-filter-heading {
    flex: 0 0 auto;
}

.pricing-filter-heading span {
    display: block;
    margin-bottom: 4px;
    color: #0a84c1;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-filter-heading h2 {
    font-size: 21px;
    letter-spacing: -0.4px;
}

.pricing-service-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.pricing-service-filters button {
    min-height: 39px;
    padding: 9px 14px;
    color: #536b80;
    font-family: inherit;
    font-size: 10px;
    font-weight: 750;
    background: #f2f7fa;
    border: 1px solid #d9e5ed;
    border-radius: 7px;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.pricing-service-filters button:hover {
    color: #0872b1;
    border-color: #96d4e5;
    transform: translateY(-1px);
}

.pricing-service-filters button.active {
    color: #ffffff;
    background: linear-gradient(135deg, #07529f, #0b93c9);
    border-color: transparent;
}


/* =========================================================
   PRICING PLANS
========================================================= */

.pricing-plans-section {
    padding-top: 145px !important;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(20, 181, 216, 0.07),
            transparent 22%
        ),
        #f5f9fc;
}

.pricing-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 25px;
    max-width: 1160px;
    margin: 0 auto;
}

.pricing-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 570px;
    padding: 37px 31px;
    background: #ffffff;
    border: 1px solid #dce6f0;
    border-radius: 17px;
    box-shadow: 0 12px 35px rgba(11, 50, 91, 0.07);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.pricing-plan-card:hover {
    border-color: #acdce9;
    box-shadow: 0 24px 50px rgba(10, 63, 121, 0.13);
    transform: translateY(-7px);
}

.pricing-plan-card.is-hidden {
    display: none;
}

.pricing-plan-card.popular {
    color: #ffffff;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(67, 220, 245, 0.2),
            transparent 27%
        ),
        linear-gradient(150deg, #083f7d, #096cae);
    border-color: transparent;
    box-shadow: 0 23px 55px rgba(8, 67, 128, 0.25);
}

.popular-plan-label {
    position: absolute;
    top: 17px;
    right: 17px;
    padding: 6px 9px;
    color: #063f7b;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    background: #7ce5fa;
    border-radius: 30px;
}

.pricing-plan-service {
    display: block;
    margin-bottom: 9px;
    color: #0789c6;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-plan-card.popular .pricing-plan-service {
    color: #81eaff;
}

.pricing-plan-card h3 {
    margin: 0;
    color: #142b48;
    font-size: 25px;
    line-height: 1.3;
}

.pricing-plan-card.popular h3 {
    color: #ffffff;
}

.pricing-plan-description {
    min-height: 48px;
    margin: 11px 0 22px;
    color: #6f7f91;
    font-size: 12px;
    line-height: 1.65;
}

.pricing-plan-card.popular .pricing-plan-description {
    color: #c4d9eb;
}

.pricing-plan-price {
    min-height: 78px;
    padding-bottom: 21px;
    border-bottom: 1px solid #e4ebf2;
}

.pricing-plan-card.popular .pricing-plan-price {
    border-bottom-color: rgba(255, 255, 255, 0.18);
}

.pricing-plan-price del {
    display: block;
    margin-bottom: 4px;
    color: #9aa8b7;
    font-size: 12px;
}

.pricing-plan-price > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 7px;
}

.pricing-plan-price strong {
    color: #0a4f96;
    font-size: 35px;
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: -1px;
}

.pricing-plan-card.popular
.pricing-plan-price strong {
    color: #ffffff;
}

.pricing-plan-price strong.custom-price {
    font-size: 27px;
    letter-spacing: -0.5px;
}

.pricing-plan-price span {
    padding-bottom: 4px;
    color: #8290a0;
    font-size: 10px;
}

.pricing-plan-card.popular
.pricing-plan-price span {
    color: #c3d8e9;
}

.pricing-plan-features {
    display: grid;
    gap: 13px;
    margin: 23px 0 30px;
    padding: 0;
    list-style: none;
}

.pricing-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #5c7085;
    font-size: 11px;
    line-height: 1.55;
}

.pricing-plan-card.popular
.pricing-plan-features li {
    color: #d7e6f2;
}

.pricing-plan-features span {
    color: #0d9bc9;
    font-weight: 900;
}

.pricing-plan-card.popular
.pricing-plan-features span {
    color: #62ddf6;
}

.pricing-plan-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: auto;
    padding: 12px 19px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    background: linear-gradient(135deg, #07529f, #0b93c9);
    border-radius: 8px;
    box-shadow: 0 10px 23px rgba(7, 80, 150, 0.2);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.pricing-plan-button:hover {
    color: #ffffff;
    box-shadow: 0 14px 29px rgba(7, 80, 150, 0.29);
    transform: translateY(-2px);
}

.pricing-plan-card.popular .pricing-plan-button {
    color: #07427e;
    background: #ffffff;
    box-shadow: none;
}

.pricing-plan-note {
    display: block;
    margin-top: 12px;
    color: #8796a4;
    font-size: 8px;
    line-height: 1.5;
    text-align: center;
}

.pricing-plan-card.popular .pricing-plan-note {
    color: #b9cfe0;
}


/* =========================================================
   EMPTY PRICING
========================================================= */

.pricing-no-plans,
.pricing-empty-state {
    max-width: 650px;
    margin: 0 auto;
    padding: 55px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #b9cddd;
    border-radius: 15px;
}

.pricing-no-plans h3,
.pricing-empty-state h3 {
    margin: 0 0 10px;
    color: #15314e;
    font-size: 21px;
}

.pricing-no-plans p,
.pricing-empty-state p {
    margin: 0 auto 22px;
    color: #718497;
    font-size: 13px;
    line-height: 1.7;
}

.pricing-no-plans a {
    display: inline-flex;
    padding: 11px 18px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    background: #087bb9;
    border-radius: 7px;
}

.pricing-empty-state > span {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 19px;
    color: #087dbc;
    font-size: 21px;
    font-weight: 900;
    background: #e9f8fc;
    border-radius: 50%;
    place-items: center;
}


/* =========================================================
   CUSTOM PRICING
========================================================= */

.custom-pricing-section {
    background: #ffffff;
}

.custom-pricing-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 75px;
}

.custom-pricing-visual {
    position: relative;
    min-height: 535px;
    padding: 0 25px 35px 0;
}

.custom-pricing-visual > img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    background: #dfe8ef;
    border-radius: 22px 5px 22px 5px;
    box-shadow: 0 24px 55px rgba(8, 47, 92, 0.17);
}

.custom-pricing-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 235px;
    padding: 21px;
    color: #ffffff;
    background: linear-gradient(135deg, #07509b, #0e99c8);
    border: 7px solid #ffffff;
    border-radius: 14px 4px 14px 4px;
    box-shadow: 0 17px 37px rgba(7, 70, 135, 0.23);
}

.custom-pricing-badge span,
.custom-pricing-badge strong {
    display: block;
}

.custom-pricing-badge span {
    margin-bottom: 6px;
    color: #bdeefa;
    font-size: 9px;
    text-transform: uppercase;
}

.custom-pricing-badge strong {
    font-size: 16px;
}

.custom-pricing-content > p {
    margin: 19px 0 0;
    color: #687c90;
    font-size: 14px;
    line-height: 1.85;
}

.custom-pricing-list {
    display: grid;
    gap: 15px;
    margin: 28px 0;
}

.custom-pricing-list > div {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #f6fafc;
    border: 1px solid #e1e9f0;
    border-radius: 10px;
}

.custom-pricing-list > div > span {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    background: linear-gradient(145deg, #07529c, #0c9cca);
    border-radius: 10px;
    place-items: center;
}

.custom-pricing-list p {
    margin: 0;
}

.custom-pricing-list strong,
.custom-pricing-list small {
    display: block;
}

.custom-pricing-list strong {
    margin-bottom: 5px;
    color: #173451;
    font-size: 13px;
}

.custom-pricing-list small {
    color: #738598;
    font-size: 11px;
    line-height: 1.55;
}

.custom-pricing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* =========================================================
   PAYMENT PROCESS
========================================================= */

.payment-process-section {
    background: #f4f8fc;
}

.payment-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.payment-process-grid::before {
    position: absolute;
    top: 30px;
    right: 7%;
    left: 7%;
    height: 2px;
    content: "";
    background: repeating-linear-gradient(
        90deg,
        #9ed9e8 0,
        #9ed9e8 8px,
        transparent 8px,
        transparent 15px
    );
}

.payment-process-card {
    position: relative;
    z-index: 2;
    min-height: 230px;
    padding: 25px 19px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 13px;
    box-shadow: 0 10px 29px rgba(10, 50, 92, 0.055);
}

.payment-process-card > span {
    display: grid;
    width: 60px;
    height: 60px;
    margin: -25px auto 22px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    background: linear-gradient(145deg, #07509d, #0da0cf);
    border: 7px solid #e7f5fa;
    border-radius: 50%;
    place-items: center;
    box-shadow: 0 10px 24px rgba(7, 97, 166, 0.18);
}

.payment-process-card h3 {
    margin: 0 0 9px;
    color: #153150;
    font-size: 16px;
}

.payment-process-card p {
    margin: 0;
    color: #708296;
    font-size: 11px;
    line-height: 1.68;
}


/* =========================================================
   PRICING FACTORS
========================================================= */

.pricing-information-section {
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 0 100%,
            rgba(21, 185, 218, 0.18),
            transparent 29%
        ),
        linear-gradient(125deg, #061b36, #093c70);
}

.pricing-information-section::after {
    position: absolute;
    top: -150px;
    right: -120px;
    width: 410px;
    height: 410px;
    content: "";
    border: 65px solid rgba(255, 255, 255, 0.025);
    border-radius: 50%;
}

.pricing-information-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 75px;
}

.pricing-information-content {
    position: sticky;
    top: 115px;
}

.pricing-information-content h2 {
    color: #ffffff;
}

.pricing-information-content > p {
    margin: 20px 0 0;
    color: #bacee1;
    font-size: 14px;
    line-height: 1.85;
}

.pricing-factors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pricing-factor {
    min-height: 200px;
    padding: 26px 24px;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
    backdrop-filter: blur(8px);
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.pricing-factor:hover {
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-5px);
}

.pricing-factor > span {
    display: block;
    margin-bottom: 23px;
    color: #53d9f1;
    font-size: 10px;
    font-weight: 900;
}

.pricing-factor h3 {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 17px;
}

.pricing-factor p {
    margin: 0;
    color: #b7ccdf;
    font-size: 11px;
    line-height: 1.7;
}


/* =========================================================
   FAQ
========================================================= */

.pricing-faq-section {
    background: #ffffff;
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: start;
    gap: 75px;
}

.pricing-faq-heading {
    position: sticky;
    top: 115px;
}

.pricing-faq-heading > p {
    margin: 19px 0 27px;
    color: #697d90;
    font-size: 14px;
    line-height: 1.8;
}

.pricing-faq-list {
    display: grid;
    gap: 13px;
}

.pricing-faq-item {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce6ee;
    border-radius: 11px;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.pricing-faq-item.is-open {
    border-color: #91d4e5;
    box-shadow: 0 13px 32px rgba(9, 63, 116, 0.08);
}

.pricing-faq-item > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 70px;
    padding: 18px 21px;
    color: #193653;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
    text-align: left;
    background: #f8fbfd;
    border: 0;
    cursor: pointer;
}

.pricing-faq-item.is-open > button {
    color: #0873b3;
    background: #eef9fc;
}

.pricing-faq-item button b {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    color: #0879b8;
    font-size: 19px;
    font-weight: 400;
    background: #e4f4f9;
    border-radius: 50%;
    place-items: center;
    transition: transform 0.3s ease;
}

.pricing-faq-item.is-open button b {
    transform: rotate(45deg);
}

.pricing-faq-answer {
    padding: 0 21px 20px;
}

.pricing-faq-answer p {
    margin: 0;
    color: #687c90;
    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   FINAL CTA
========================================================= */

.pricing-cta {
    padding: 85px 0;
    color: #ffffff;
    background:
        linear-gradient(
            rgba(4, 28, 61, 0.9),
            rgba(5, 46, 88, 0.92)
        ),
        url("../images/backgrounds/pricing-cta.jpg")
        center / cover no-repeat;
}

.pricing-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.pricing-cta-content {
    max-width: 760px;
}

.pricing-cta-content > span {
    display: block;
    margin-bottom: 12px;
    color: #75e4f7;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.pricing-cta-content h2 {
    color: #ffffff;
    font-size: clamp(30px, 4vw, 45px);
}

.pricing-cta-content p {
    margin: 16px 0 0;
    color: #c7dbea;
    font-size: 14px;
    line-height: 1.75;
}

.pricing-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 11px;
    width: 195px;
}

.pricing-cta-actions .pricing-button {
    width: 100%;
}


/* =========================================================
   REVEAL AND JAVASCRIPT STATES
========================================================= */

.reveal-pricing {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.reveal-pricing.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pricing-plan-card:focus-visible {
    border-color: #159dc9;
    outline: 3px solid rgba(21, 157, 201, 0.17);
    outline-offset: 4px;
}


/* =========================================================
   RESPONSIVE: LARGE TABLET
========================================================= */

@media (max-width: 1100px) {
    .pricing-introduction-grid,
    .custom-pricing-grid,
    .pricing-information-grid,
    .pricing-faq-grid {
        gap: 50px;
    }

    .pricing-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payment-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 42px;
    }

    .payment-process-grid::before {
        display: none;
    }
}


/* =========================================================
   RESPONSIVE: TABLET
========================================================= */

@media (max-width: 850px) {
    .pricing-page .pricing-section {
        padding: 75px 0;
    }

    .pricing-introduction-grid,
    .custom-pricing-grid,
    .pricing-information-grid,
    .pricing-faq-grid {
        grid-template-columns: 1fr;
    }

    .pricing-introduction-visual,
    .custom-pricing-visual {
        max-width: 650px;
    }

    .pricing-filter-box {
        display: block;
        transform: translateY(35%);
    }

    .pricing-service-filters {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .pricing-plans-section {
        padding-top: 135px !important;
    }

    .custom-pricing-content {
        order: -1;
    }

    .pricing-information-content,
    .pricing-faq-heading {
        position: static;
    }

    .pricing-cta-inner {
        display: block;
    }

    .pricing-cta-actions {
        flex-direction: row;
        width: auto;
        margin-top: 30px;
    }

    .pricing-cta-actions .pricing-button {
        width: auto;
    }
}


/* =========================================================
   RESPONSIVE: MOBILE
========================================================= */

@media (max-width: 600px) {
    .pricing-page .pricing-section {
        padding: 62px 0;
    }

    .pricing-page h2 {
        font-size: 31px;
        letter-spacing: -0.7px;
    }

    .pricing-banner {
        min-height: 350px;
    }

    .pricing-banner h1 {
        font-size: 42px;
    }

    .pricing-banner-content > p {
        font-size: 14px;
    }

    .pricing-introduction-points,
    .pricing-plans-grid,
    .payment-process-grid,
    .pricing-factors {
        grid-template-columns: 1fr;
    }

    .pricing-introduction-visual {
        min-height: 485px;
        padding: 0 0 50px 20px;
    }

    .pricing-introduction-image {
        height: 440px;
    }

    .pricing-support-card {
        right: 8px;
    }

    .pricing-filter-box {
        padding: 23px 20px;
        transform: translateY(25%);
    }

    .pricing-filter-heading h2 {
        font-size: 19px;
    }

    .pricing-service-filters {
        flex-wrap: nowrap;
        padding-bottom: 5px;
        overflow-x: auto;
    }

    .pricing-service-filters button {
        flex: 0 0 auto;
    }

    .pricing-plans-section {
        padding-top: 120px !important;
    }

    .pricing-plan-card {
        min-height: 550px;
        padding: 33px 24px;
    }

    .custom-pricing-visual {
        min-height: 465px;
        padding: 0 15px 30px 0;
    }

    .custom-pricing-visual > img {
        height: 455px;
    }

    .custom-pricing-badge {
        width: 210px;
    }

    .custom-pricing-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .custom-pricing-actions .pricing-button {
        width: 100%;
    }

    .payment-process-card {
        max-width: 390px;
        margin: 0 auto;
    }

    .pricing-information-grid,
    .pricing-faq-grid {
        gap: 45px;
    }

    .pricing-cta {
        padding: 65px 0;
    }

    .pricing-cta-actions {
        flex-direction: column;
    }

    .pricing-cta-actions .pricing-button {
        width: 100%;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {
    .pricing-banner h1 {
        font-size: 37px;
    }

    .pricing-filter-box {
        padding: 21px 17px;
    }

    .pricing-plan-price > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .pricing-plan-price span {
        padding-bottom: 0;
    }

    .custom-pricing-badge {
        width: 190px;
        padding: 17px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .reveal-pricing,
    .pricing-plan-card,
    .pricing-factor,
    .pricing-faq-item,
    .pricing-button {
        transition: none !important;
    }

    .reveal-pricing {
        opacity: 1;
        transform: none;
    }
}

.pricing-plan-card.is-keyboard-focused,
.pricing-plan-card:focus-visible {
    border-color: #159dc9;
    outline: 3px solid rgba(21, 157, 201, 0.17);
    outline-offset: 4px;
}

.pricing-plan-card.is-selected-pricing-plan {
    border-color: #0b9ac8;
    box-shadow:
        0 0 0 4px rgba(11, 154, 200, 0.12),
        0 24px 50px rgba(9, 61, 116, 0.15);
    animation: selectedPricingPlanPulse 1.2s ease;
}

@keyframes selectedPricingPlanPulse {
    0% {
        box-shadow:
            0 0 0 0 rgba(11, 154, 200, 0.35),
            0 24px 50px rgba(9, 61, 116, 0.15);
    }

    100% {
        box-shadow:
            0 0 0 12px rgba(11, 154, 200, 0),
            0 24px 50px rgba(9, 61, 116, 0.15);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pricing-plan-card.is-selected-pricing-plan {
        animation: none;
    }
}