.st-prices-body .rixetix-title,
.st-prices-body .elementor-button-text,
.st-prices-body .elementor-button-text span {
    text-transform: none !important;
}

.st-prices-page {
    --st-blue: #25569f;
    --st-blue-dark: #1f4783;
    --st-orange: #f17626;
    --st-ice: #effaff;
    --st-border: #d1d9db;
    --st-muted: #66747a;
    color: var(--st-blue);
    font-family: "Anek Bangla", sans-serif;
    overflow: hidden;
}

.st-prices-page *,
.st-prices-page *::before,
.st-prices-page *::after {
    box-sizing: border-box;
}

.st-prices-container {
    margin-inline: auto;
    max-width: 1410px;
    padding-inline: 0;
    width: calc(100% - 60px);
}

.st-prices-page h2,
.st-prices-page p,
.st-prices-page ul,
.st-prices-page ol {
    margin-top: 0;
}

.st-prices-page h2 {
    color: var(--st-blue);
    font-size: clamp(42px, 4vw, 66px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.98;
    margin-bottom: 0;
}

.st-prices-eyebrow {
    align-items: center;
    color: var(--st-orange);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 0.01em;
    margin: 0 0 24px;
}

.st-prices-eyebrow::after {
    background: currentColor;
    content: "";
    height: 2px;
    width: 42px;
}

.st-prices-eyebrow--arrow::after {
    display: none;
}

.st-prices-eyebrow--arrow i {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
}

.st-prices-eyebrow--light {
    color: var(--st-orange);
}

.st-prices-intro {
    background: #fff;
    isolation: isolate;
    overflow: hidden;
    padding-block: clamp(76px, 7vw, 118px);
    position: relative;
}

.st-prices-intro > .st-prices-container {
    position: relative;
    z-index: 2;
}

.st-prices-intro > .st-prices-container > h2 {
    font-size: clamp(42px, 3.35vw, 58px);
    line-height: 1.02;
    margin-bottom: clamp(30px, 3vw, 44px);
}

.st-prices-intro__grid {
    align-items: start;
    border-top: 1px solid var(--st-border);
    display: grid;
    gap: clamp(48px, 7vw, 130px);
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
    padding-top: clamp(24px, 2.5vw, 34px);
}

.st-prices-intro__grid > .st-prices-eyebrow {
    margin-bottom: 0;
}

.st-prices-intro__copy {
    padding-top: 0;
}

.st-prices-ship {
    bottom: clamp(-230px, -12vw, -145px);
    left: clamp(-230px, -11vw, -120px);
    pointer-events: none;
    position: absolute;
    width: clamp(620px, 49vw, 940px);
    z-index: 1;
}

.st-prices-ship img {
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}

.st-prices-intro__copy p {
    color: var(--st-muted);
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 18px;
    max-width: 820px;
}

.st-prices-intro__copy .st-prices-lead {
    color: var(--st-blue);
    font-size: clamp(24px, 1.8vw, 31px);
    line-height: 1.35;
    margin-bottom: 24px;
}

.st-prices-factors {
    background: var(--st-ice);
    padding-block: clamp(76px, 7vw, 118px);
}

.st-prices-factors > .st-prices-container > h2 {
    margin-bottom: clamp(36px, 4vw, 58px);
}

.st-prices-factor-intro {
    align-items: start;
    border-top: 1px solid var(--st-border);
    display: grid;
    gap: clamp(40px, 6vw, 110px);
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    margin-bottom: clamp(42px, 5vw, 72px);
    padding-block: clamp(28px, 3vw, 44px);
}

.st-prices-factor-intro .st-prices-eyebrow {
    margin-bottom: 0;
}

.st-prices-factor-intro__copy {
    max-width: 780px;
}

.st-prices-factor-intro__copy p {
    color: var(--st-blue);
    font-size: clamp(21px, 1.5vw, 27px);
    line-height: 1.45;
    margin: 0;
}

.st-prices-factor-intro__copy p + p {
    margin-top: clamp(18px, 1.7vw, 28px);
}

.st-prices-factor-grid {
    background: #fff;
    border-left: 1px solid var(--st-border);
    border-top: 1px solid var(--st-border);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.st-prices-factor-grid li {
    border-bottom: 1px solid var(--st-border);
    border-right: 1px solid var(--st-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
    padding: 34px clamp(22px, 2vw, 36px);
}

.st-prices-factor-grid strong {
    color: var(--st-blue);
    display: block;
    font-size: clamp(23px, 1.55vw, 29px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin-bottom: 14px;
}

.st-prices-factor-grid p {
    color: var(--st-muted);
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 0;
}

.st-prices-factor-grid li.st-prices-factor-note {
    align-items: center;
    background: var(--st-orange);
    display: flex;
    justify-content: flex-start;
}

.st-prices-factor-grid li.st-prices-factor-note p {
    color: #fff;
    font-size: clamp(19px, 1.35vw, 25px);
    font-weight: 700;
    line-height: 1.28;
}

.st-prices-value {
    background: #fff;
    padding-block: clamp(64px, 5vw, 82px);
}

.st-prices-value > .st-prices-container > h2 {
    margin-bottom: clamp(30px, 3vw, 44px);
}

.st-prices-value__layout {
    align-items: start;
    border-top: 1px solid var(--st-border);
    display: grid;
    column-gap: clamp(52px, 7vw, 120px);
    grid-template-areas:
        "eyebrow summary"
        "visual features";
    grid-template-columns: minmax(420px, 0.96fr) minmax(500px, 1.04fr);
    row-gap: clamp(20px, 1.8vw, 28px);
    padding-top: clamp(24px, 2.5vw, 34px);
}

.st-prices-value__layout > .st-prices-eyebrow {
    grid-area: eyebrow;
    margin-bottom: 0;
}

.st-prices-value__summary {
    grid-area: summary;
}

.st-prices-value__summary > p {
    color: var(--st-blue);
    font-size: clamp(21px, 1.5vw, 27px);
    line-height: 1.45;
    margin-bottom: 0;
    max-width: 790px;
}

.st-prices-value__visual {
    align-items: end;
    display: flex;
    grid-area: visual;
    min-height: 420px;
    overflow: visible;
}

.st-prices-value__visual img {
    display: block;
    height: auto;
    margin-left: clamp(-260px, -12vw, -110px);
    max-width: none;
    width: min(58vw, 1030px);
}

.st-prices-value__features {
    border-top: 1px solid var(--st-border);
    grid-area: features;
}

.st-prices-value__feature {
    align-items: start;
    border-bottom: 1px solid var(--st-border);
    display: grid;
    gap: clamp(20px, 2vw, 30px);
    grid-template-columns: 74px minmax(0, 1fr);
    padding-block: 16px;
}

.st-prices-value__icon {
    align-items: center;
    border: 1px solid var(--st-border);
    color: var(--st-blue);
    display: flex;
    height: 74px;
    justify-content: center;
    width: 74px;
}

.st-prices-value__icon i {
    font-size: 33px;
}

.st-prices-value__feature h3 {
    color: var(--st-blue);
    font-size: clamp(23px, 1.45vw, 27px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 7px;
}

.st-prices-value__feature p {
    color: var(--st-muted);
    font-size: 17px;
    line-height: 1.42;
    margin: 0;
}

.st-prices-cta h2 {
    color: #fff;
}

.st-prices-information {
    background: var(--st-ice);
    padding-block: clamp(76px, 7vw, 118px);
}

.st-prices-information__grid {
    display: grid;
    gap: clamp(22px, 2.2vw, 38px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-prices-info-card {
    background: #fff;
    border: 1px solid var(--st-border);
    display: flex;
    flex-direction: column;
    min-height: clamp(500px, 34vw, 610px);
    overflow: hidden;
    padding: clamp(34px, 4vw, 68px);
    position: relative;
}

.st-prices-info-card::after {
    background: var(--st-orange);
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
}

.st-prices-info-card--accent {
    background: var(--st-blue);
    border-color: var(--st-blue);
}

.st-prices-info-card h2 {
    font-size: clamp(36px, 3vw, 52px);
    margin: 0 0 30px;
    max-width: 650px;
}

.st-prices-info-card--accent h2 {
    color: #fff;
}

.st-prices-info-card p,
.st-prices-info-card li {
    color: var(--st-muted);
    font-size: 18px;
    line-height: 1.55;
}

.st-prices-info-card p {
    margin-bottom: 18px;
}

.st-prices-info-card > p:last-child {
    margin-bottom: 0;
}

.st-prices-info-card--accent p,
.st-prices-info-card--accent li {
    color: rgba(255, 255, 255, 0.86);
}

.st-prices-info-card ul {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
}

.st-prices-info-card li {
    border-bottom: 1px solid var(--st-border);
    color: var(--st-blue);
    font-weight: 600;
    padding: 12px 0 12px 25px;
    position: relative;
}

.st-prices-info-card--accent li {
    border-color: rgba(255, 255, 255, 0.24);
    color: #fff;
}

.st-prices-info-card li::before {
    background: var(--st-orange);
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 23px;
    width: 7px;
}

.st-prices-depth {
    background: var(--st-ice);
    padding-block: clamp(56px, 5vw, 82px);
}

.st-prices-depth__grid {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.7fr) minmax(0, 0.9fr);
    min-height: 570px;
}

.st-prices-depth__copy {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 3.7vw, 66px);
}

.st-prices-depth__copy h2 {
    font-size: clamp(39px, 3.2vw, 56px);
    line-height: 0.98;
    margin-bottom: 28px;
}

.st-prices-depth__copy .st-prices-eyebrow {
    margin-bottom: 30px;
}

.st-prices-depth__copy > p:not(.st-prices-eyebrow) {
    color: var(--st-muted);
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
}

.st-prices-depth__copy > p:not(.st-prices-eyebrow) + p {
    margin-top: 20px;
}

.st-prices-depth__media {
    margin: 0;
    min-height: 100%;
    overflow: hidden;
}

.st-prices-depth__media img {
    height: 100%;
    object-fit: cover;
    object-position: 52% center;
    width: 100%;
}

.st-prices-depth__figure {
    background: var(--st-orange);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(38px, 3.7vw, 66px);
}

.st-prices-depth__figure ::selection {
    background: var(--st-blue);
    color: #fff;
    text-shadow: none;
}

.st-prices-depth__figure ::-moz-selection {
    background: var(--st-blue);
    color: #fff;
    text-shadow: none;
}

.st-prices-depth__figure > span,
.st-prices-depth__figure > small {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.st-prices-depth__figure strong {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: clamp(76px, 6.6vw, 116px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.78;
    margin-block: 34px 42px;
}

.st-prices-depth__figure--individual strong {
    font-size: clamp(40px, 3.15vw, 58px);
    letter-spacing: -0.045em;
    line-height: 0.95;
}

.st-prices-depth__figure--individual {
    padding-inline: clamp(30px, 2.8vw, 50px);
}

.st-prices-depth__range-separator {
    background: rgba(255, 255, 255, 0.78);
    display: block;
    height: 2px;
    margin: 22px 0 22px 5px;
    width: clamp(42px, 4vw, 64px);
}

.st-prices-depth__figure em {
    font-size: 0.42em;
    font-style: normal;
    letter-spacing: 0;
    margin-left: 8px;
}

.st-prices-depth__figure p {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 17px;
    line-height: 1.42;
    margin: auto 0 24px;
    max-width: 270px;
    padding-top: 26px;
}

.st-prices-cta {
    background: var(--st-blue-dark);
    color: #fff;
    padding-block: clamp(76px, 7vw, 118px);
    position: relative;
}

.st-prices-cta::after {
    background: var(--st-orange);
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 38%;
}

.st-prices-cta__grid {
    align-items: start;
    display: grid;
    gap: clamp(54px, 8vw, 150px);
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.9fr);
}

.st-prices-cta__grid > div:last-child p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 18px;
}

.st-prices-button {
    align-items: center;
    background: var(--st-orange);
    color: #fff !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    gap: 28px;
    margin-top: 18px;
    min-height: 78px;
    padding: 20px 30px;
    text-decoration: none !important;
    transition: background-color 180ms ease, color 180ms ease;
}

.st-prices-button:hover {
    background: #fff;
    color: var(--st-blue) !important;
}

.st-prices-button i {
    font-size: 22px;
}

.st-prices-button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

@media (max-width: 1199px) {
    .st-prices-ship {
        bottom: -150px;
        left: -150px;
        width: min(640px, 55vw);
    }

    .st-prices-intro__grid,
    .st-prices-cta__grid {
        gap: 48px;
        grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
    }

    .st-prices-value__layout {
        column-gap: 0;
        grid-template-areas:
            "eyebrow"
            "summary"
            "visual"
            "features";
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .st-prices-value__visual {
        justify-content: center;
        min-height: 360px;
        overflow: hidden;
    }

    .st-prices-value__visual img {
        margin-left: 0;
        width: min(900px, 105vw);
    }

    .st-prices-factor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .st-prices-depth__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.5fr) minmax(0, 0.8fr);
        min-height: 520px;
    }
}

@media (max-width: 1024px) {
    .st-prices-depth__grid {
        grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.75fr);
        min-height: 0;
    }

    .st-prices-depth__copy {
        grid-column: 1 / -1;
    }

    .st-prices-depth__media,
    .st-prices-depth__figure {
        min-height: 410px;
    }
}

@media (max-width: 900px) {
    .st-prices-ship {
        display: none;
    }

    .st-prices-intro__grid,
    .st-prices-cta__grid {
        grid-template-columns: 1fr;
    }

    .st-prices-intro__grid,
    .st-prices-cta__grid {
        gap: 38px;
    }

    .st-prices-value__layout {
        row-gap: 24px;
    }

    .st-prices-value__visual {
        justify-content: center;
        min-height: 340px;
    }

    .st-prices-value__visual img {
        margin-left: -80px;
        width: min(900px, 120vw);
    }

    .st-prices-factor-intro {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .st-prices-information__grid {
        grid-template-columns: 1fr;
    }

    .st-prices-info-card {
        min-height: 0;
    }

}

@media (max-width: 600px) {
    .st-prices-container {
        padding-inline: 0;
        width: calc(100% - 40px);
    }

    .st-prices-page h2 {
        font-size: clamp(36px, 11vw, 48px);
        line-height: 1;
    }

    .st-prices-eyebrow {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .st-prices-intro,
    .st-prices-factors,
    .st-prices-value,
    .st-prices-information,
    .st-prices-depth,
    .st-prices-cta {
        padding-block: 62px;
    }

    .st-prices-intro__copy .st-prices-lead {
        font-size: 23px;
    }

    .st-prices-intro__copy p,
    .st-prices-factor-intro__copy p,
    .st-prices-value__summary > p,
    .st-prices-depth__copy > p:not(.st-prices-eyebrow),
    .st-prices-cta__grid > div:last-child p {
        font-size: 17px;
    }

    .st-prices-factor-grid {
        grid-template-columns: 1fr;
    }

    .st-prices-factor-grid li,
    .st-prices-factor-grid li:nth-child(2n),
    .st-prices-factor-grid li:nth-child(4n) {
        min-height: 0;
    }

    .st-prices-factor-grid li {
        min-height: 150px;
        padding: 28px 24px;
    }

    .st-prices-factor-grid li.st-prices-factor-note p {
        font-size: 20px;
    }

    .st-prices-value__visual {
        display: none;
    }

    .st-prices-value__layout {
        grid-template-areas:
            "eyebrow"
            "summary"
            "features";
        row-gap: 20px;
    }

    .st-prices-value__feature {
        gap: 18px;
        grid-template-columns: 66px minmax(0, 1fr);
        padding-block: 20px;
    }

    .st-prices-value__icon {
        height: 66px;
        width: 66px;
    }

    .st-prices-value__icon i {
        font-size: 30px;
    }

    .st-prices-value__feature h3 {
        font-size: 23px;
    }

    .st-prices-value__feature p {
        font-size: 16px;
    }

    .st-prices-info-card {
        min-height: 0;
        padding: 32px 24px;
    }

    .st-prices-info-card h2 {
        font-size: 36px;
    }

    .st-prices-info-card p,
    .st-prices-info-card li {
        font-size: 16px;
    }

    .st-prices-depth__grid {
        grid-template-columns: 1fr;
    }

    .st-prices-depth__copy {
        grid-column: auto;
        padding: 34px 24px 38px;
    }

    .st-prices-depth__media {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .st-prices-depth__figure {
        min-height: 340px;
        padding: 30px 24px;
    }

    .st-prices-depth__figure strong {
        align-items: baseline;
        flex-direction: row;
        font-size: clamp(68px, 22vw, 96px);
        gap: 10px;
        margin-block: 34px;
    }

    .st-prices-depth__range-separator {
        align-self: center;
        flex: 0 0 28px;
        margin: 0;
        width: 28px;
    }

    .st-prices-button {
        justify-content: space-between;
        width: 100%;
    }
}

/* Keep the final request form identical to the homepage source block.
   The Prices page heading scale must not override this imported component. */
.st-prices-page .st-quick-estimate-source .elementor-element-efc9f85 {
    --padding-top: 80px !important;
    --padding-bottom: 80px !important;
}

.st-prices-page .st-quick-estimate-source .elementor-element-eda5f38 {
    margin-bottom: 25px !important;
}

.st-prices-page .st-quick-estimate-source .elementor-element-eda5f38 .elementor-heading-title {
    font-size: clamp(2.25rem, 3.9vw, 3.125rem) !important;
    font-weight: 600 !important;
    letter-spacing: -0.035em !important;
    line-height: 1.06 !important;
    text-wrap: balance;
}

.st-prices-page .st-quick-estimate-source .elementor-element-30ae8d4 {
    margin-bottom: 40px !important;
}

.st-prices-page .st-quick-estimate-source .elementor-element-30ae8d4 .elementor-heading-title,
.st-prices-page .st-quick-estimate-source .elementor-element-30ae8d4 p {
    font-size: clamp(1.25rem, 2vw, 1.625rem) !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.38 !important;
    text-wrap: pretty;
}

@media (min-width: 1025px) {
    .st-prices-page .st-quick-estimate-source .elementor-element-0b0d8c8 input:not([type="hidden"]) {
        min-height: 52px;
        margin-bottom: 18px !important;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

@media (max-width: 1024px) {
    .st-prices-page .st-quick-estimate-source .elementor-element-eda5f38 .elementor-heading-title {
        font-size: clamp(2.25rem, 5.5vw, 3rem) !important;
    }

    .st-prices-page .st-quick-estimate-source .elementor-element-30ae8d4 .elementor-heading-title,
    .st-prices-page .st-quick-estimate-source .elementor-element-30ae8d4 p {
        font-size: clamp(1.125rem, 2.6vw, 1.375rem) !important;
    }
}

@media (max-width: 767px) {
    .st-prices-page .st-quick-estimate-source .elementor-element-eda5f38 .elementor-heading-title {
        font-size: clamp(1.875rem, 8.5vw, 2.25rem) !important;
    }

    .st-prices-page .st-quick-estimate-source .elementor-element-30ae8d4 .elementor-heading-title,
    .st-prices-page .st-quick-estimate-source .elementor-element-30ae8d4 p {
        font-size: clamp(1.0625rem, 5vw, 1.25rem) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .st-prices-button {
        transition: none;
    }
}
