@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif !important;
    line-height: 1.8;
    max-width: 2560px;
}

.section-anchor-target {
    scroll-margin-top: 108px;
}

.btn-sm {
    font-size: 14px;
    padding: 10px 15px;
    cursor: pointer;
}

.display-xxl {
    font-size: clamp(48px, 9vw, 64px);
    line-height: 1;
    letter-spacing: -1px;
    margin-left: -4px;
}


.display-xl {
    font-size: clamp(24px, 8vw, 48px);
    line-height: 1.2;
    letter-spacing: -1px;
    margin-left: -4px;
}

.form-control {
    height: 50px !important;
    font-size: 14px;
}

.form-control input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select {
    width: 100% !important;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 2px;
    padding: 10px;
    color: #000;
    outline: none;
    transition: 0.5s;
}

textarea.form-control {
    height: 200px !important;
}

.pricing-block,
.price-request-block {
    position: relative;
}

.pricing-block {
    background: #ffffff;
}

.pricing-block__surface {
    position: relative;
    color: #202423;
    background: #ffffff;
}

.pricing-showcase {
    position: relative;
    overflow: visible;
    padding-top: 92px !important;
    padding-bottom: 84px !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.price-request-block #price-request-content {
    padding-top: 80px !important;
    padding-bottom: 88px !important;
}

.pricing-showcase::before,
.pricing-showcase::after {
    display: none;
}

.pricing-section-label {
    display: block;
    padding: 0;
    color: #9ac400;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-showcase .display-xl,
.pricing-showcase .lead,
.pricing-showcase .text-muted,
.pricing-showcase .small {
    position: relative;
    z-index: 1;
}

.pricing-showcase .display-xl {
    color: #212529 !important;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-left: -4px;
}

.pricing-showcase .display-xl.text-muted {
    color: #212529 !important;
}

.pricing-showcase .lead {
    color: #495057;
    font-size: 18px;
    line-height: 1.7;
}

.pricing-showcase .text-muted {
    color: #7b8794 !important;
    line-height: 1.7;
}

.pricing-stage {
    position: relative;
    height: 100%;
    padding: 34px 34px 32px;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 0;
    overflow: hidden;
    transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.pricing-stage:hover {
    background: #fbfbfb;
    border-color: #d2d7dc;
    box-shadow: 0 10px 24px rgba(33, 37, 41, 0.04);
}

.pricing-stage::before {
    content: none;
    display: none;
}

.pricing-stage::after {
    display: none;
}

.pricing-stage__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-top: -8px;
    margin-bottom: 24px;
    color: #7f8a94;
    background: #f4f5f6;
    border: 1px solid #e6e9ed;
    border-radius: 0;
    transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
}

.pricing-stage__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pricing-stage:hover .pricing-stage__icon {
    color: #6c757d;
    background: #eef1f3;
    border-color: #d8dde3;
}

.pricing-stage__eyebrow {
    color: #7b8794;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pricing-stage__title {
    color: #212529;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
}

.pricing-stage__price {
    color: #212529;
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.pricing-stage .small {
    position: relative;
    z-index: 1;
    max-width: 360px;
    color: #7b8794 !important;
    font-size: 14px;
    line-height: 1.7;
}

.pricing-showcase__note {
    position: relative;
    z-index: 1;
    margin-top: 4px;
    padding: 0;
    max-width: 720px;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.pricing-showcase__note .small {
    color: #7b8794 !important;
    font-size: 14px;
    line-height: 1.7;
}

.pricing-showcase__note strong {
    color: #202423;
}

.scroll-nav .js-scroll-link {
    transition: color 160ms ease;
}

.scroll-nav .js-scroll-link:hover,
.scroll-nav .js-scroll-link:focus {
    color: #9ac400 !important;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .pricing-showcase {
        padding-top: 82px !important;
        padding-bottom: 76px !important;
    }
}

@media (max-width: 991.98px) {
    .section-anchor-target {
        scroll-margin-top: 36px;
    }

    .pricing-showcase {
        padding: 64px 40px !important;
    }

    .pricing-stage {
        padding: 30px 28px 28px;
    }

    .pricing-showcase__note {
        margin-top: 0;
        max-width: none;
    }

    .pricing-showcase .lead,
    .pricing-showcase .text-muted {
        padding-right: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .pricing-showcase {
        padding: 52px 28px !important;
    }

    .pricing-showcase .display-xl {
        font-size: clamp(28px, 9vw, 40px);
    }

    .pricing-showcase .lead {
        font-size: 17px;
        line-height: 1.65;
    }

    .pricing-stage {
        padding: 28px 24px 24px;
    }

    .pricing-stage__title {
        font-size: 16px;
        line-height: 1.5;
    }

    .pricing-stage__price {
        font-size: clamp(24px, 7vw, 28px);
    }

    .pricing-stage .small,
    .pricing-showcase__note .small {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .pricing-showcase {
        padding: 44px 20px !important;
    }

    .pricing-section-label {
        font-size: 11px;
    }

    .pricing-stage {
        padding: 24px 20px 22px;
    }

    .pricing-stage__icon {
        width: 42px;
        height: 42px;
        margin-top: -6px;
        margin-bottom: 18px;
    }

    .pricing-stage__icon svg {
        width: 22px;
        height: 22px;
    }

    .pricing-showcase .lead,
    .pricing-showcase .text-muted,
    .pricing-stage .small,
    .pricing-showcase__note .small {
        font-size: 14px;
        line-height: 1.65;
    }
}
