/* @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --blue: #0955cc;
    --navy: #071a38;
    --orange: #ff8426;
    --ink: #172033;
    --muted: #647086;
    --line: #dce3ee;
    --soft: #f3f7fc
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font: 400 16px/1.65 Inter, sans-serif;
    color: var(--ink)
}

h1,
h2,
h3 {
    /* font-family: "Plus Jakarta Sans"; */
    /* font-family: "Lexend", sans-serif; */
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin: 0
}

p {
    margin: 0 0 18px
}

a {
    text-decoration: none;
    color: inherit
}

/* .ri-container {
    width: min(1180px, 92%);
    margin: auto
} */

/* ===================================
   RAREINPUTS FULL-WIDTH LAYOUT
=================================== */

.ri-container,
.container.ri-container {
    width: 100%;
    max-width: none !important;
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 70px);
}

/* Large desktop screens */
@media (min-width: 1600px) {
    .ri-container,
    .container.ri-container {
        padding-inline: 80px;
    }
}

/* Tablets */
@media (max-width: 991.98px) {
    .ri-container,
    .container.ri-container {
        padding-inline: 30px;
    }
}

/* Mobile screens */
@media (max-width: 575.98px) {
    .ri-container,
    .container.ri-container {
        padding-inline: 18px;
    }
}

.top {
    background: var(--navy);
    color: #d8e5f8;
    font-size: 12px
}

.top .ri-container {
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top div div {
    display: flex;
    gap: 22px
}

header {
    height: 82px;
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    box-shadow: 0 2px 14px #071a3812
}

.ri-navbar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px
}

.logo i {
    font-style: normal;
    width: 40px;
    height: 40px;
    background: var(--blue);
    color: white;
    border-radius: 8px;
    display: grid;
    place-items: center;
    font-weight: 800
}

.ri-navbar nav {
    display: flex;
    align-items: center;
    gap: 24px
}

.ri-navbar nav>a,
.drop>button {
    border: 0;
    background: none;
    font: 600 13px Inter;
    padding: 30px 0;
    cursor: pointer
}

.drop {
    position: relative
}

.mega {
    display: none;
    position: absolute;
    top: 75px;
    left: -100px;
    width: 480px;
    /* width: 600px; */
    background: #fff;
    padding: 25px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    border-top: 3px solid var(--blue);
    box-shadow: 0 20px 45px #071a3826
}

.drop:hover .mega {
    display: grid
}

.mega b {
    display: block;
    color: var(--blue);
    font-size: 12px;
    margin-bottom: 10px
}

.mega a {
    display: block;
    color: var(--muted);
    font-size: 12px;
    padding: 5px 0
}

.ri-btn {
    display: inline-flex;
    justify-content: center;
    padding: 14px 23px;
    border: 0;
    border-radius: 6px;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px #ff842633
}

.ri-btn--sm {
    font-size: 12px;
    padding: 10px 14px
}

.menu {
    display: none;
    border: 0;
    background: none;
    font-size: 24px
}

.hero {
    padding: 80px 0;
    background: linear-gradient(120deg, #f5f9ff, #fff 60%, #ebf3ff)
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 55px;
    align-items: center
}

.eyebrow {
    display: inline-block;
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 15px
}

.hero h1 {
    font-size: clamp(43px, 5vw, 60px);
    color: var(--navy)
}

.hero h1 em {
    font-style: normal;
    color: var(--blue)
}

.hero p {
    font-size: 18px;
    color: var(--muted);
    margin: 25px 0
}

.actions {
    display: flex;
    align-items: center;
    gap: 25px
}

.link {
    font-weight: 700;
    color: var(--blue)
}

.rated {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 32px;
    font-size: 12px;
    line-height: 1.4
}

.rated>b {
    color: var(--orange);
    letter-spacing: 3px
}

.dashboard {
    background: var(--navy);
    color: white;
    padding: 24px;
    border-radius: 18px;
    box-shadow: 0 28px 70px #073f9b38
}

.dash-head {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: .12em
}

.dash-head i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35d680
}

.chart {
    height: 245px;
    display: flex;
    align-items: end;
    gap: 15px;
    padding: 30px 15px 0;
    position: relative
}

.chart>div {
    flex: 1;
    background: linear-gradient(#2678ed55, #2678ed0c);
    border-top: 1px solid #5c9cff
}

.chart svg {
    position: absolute;
    inset: 30px 0 0;
    width: 100%;
    height: 180px
}

.chart polyline {
    fill: none;
    stroke: var(--orange);
    stroke-width: 7
}

.dash-stats {
    border-top: 1px solid #ffffff22;
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.dash-stats span {
    font-size: 10px;
    color: #a9bbd7
}

.dash-stats b {
    display: block;
    font-size: 21px;
    color: white
}

.platforms {
    padding: 23px 0;
    border-bottom: 1px solid var(--line)
}

.platforms .ri-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.platforms small {
    color: var(--muted)
}

.platforms div {
    display: flex;
    gap: 28px;
    color: #758398
}

.section {
    padding: 70px 0
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw
}

.section h2,
.center h2,
.section-head h2 {
    font-size: clamp(34px, 4vw, 40px);
    color: var(--navy)
}

.ri-lead {
    font-size: 20px
}

.ticks {
    list-style: none;
    padding: 0
}

.ticks li {
    padding: 6px 0 6px 28px;
    position: relative
}

.ticks li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-weight: 800
}

.services,
.process {
    background: var(--soft)
}

.center {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 48px
}

.center>p {
    color: var(--muted)
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.cards article {
    background: white;
    border: 1px solid #e1e8f2;
    padding: 28px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 35px #0c2f6010
}

.cards article:hover {
    transform: translateY(-5px);
    transition: .25s
}

.cards article>i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    background: #e8f1ff;
    color: var(--blue);
    border-radius: 8px;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 20px
}

.cards article>small {
    position: absolute;
    right: 25px;
    top: 27px;
    color: #a1adbf
}

.cards h3 {
    font-size: 19px
}

.cards p {
    font-size: 13px;
    color: var(--muted)
}

.cards ul {
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.9
}

.cards a {
    font-size: 12px;
    font-weight: 700;
    color: var(--blue)
}

.problems,
.industries,
.insights {
    background: var(--blue);
    color: white
}

.section-head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 40px
}

.section-head h2,
.industries h2,
.insights h2 {
    color: white
}

.section-head>p {
    color: #d6e5fa
}

.pale {
    color: #bdd5ff
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #ffffff33
}

.problem-grid article {
    padding: 32px 25px;
    border-right: 1px solid #ffffff33
}

.problem-grid h3 {
    font-size: 19px;
    margin: 20px 0 10px
}

.problem-grid p {
    font-size: 13px;
    color: #d7e5fa
}

.problem-grid span {
    font-size: 11px;
    font-weight: 700
}

.results {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 18px
}

.main-result {
    grid-row: span 2;
    background: var(--navy);
    color: white;
    padding: 42px;
    border-radius: 10px
}

.main-result>span {
    font-size: 10px;
    letter-spacing: .14em
}

.main-result h3 {
    font-size: 32px;
    margin: 25px 0 12px
}

.main-result>p {
    color: #b8c7dc
}

.main-result>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 35px 0
}

.main-result b {
    color: #7dafef;
    font-size: 25px
}

.main-result small {
    display: block;
    color: #afbdd2;
    font-size: 10px
}

.side-result {
    padding: 30px;
    border-radius: 10px;
    color: white
}

.side-result span {
    font-size: 10px;
    letter-spacing: .14em
}

.side-result b {
    display: block;
    font-size: 40px;
    margin: 18px 0
}

.side-result p {
    font-size: 12px
}

.blue {
    background: var(--blue)
}

.orange {
    background: var(--orange)
}

.industries,
.insights {
    background: var(--navy)
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #ffffff22
}

.industry-grid a {
    padding: 27px;
    background: var(--navy);
    min-height: 165px
}

.industry-grid a:hover {
    background: #0d2b55
}

.industry-grid i {
    display: block;
    color: #7db0f7;
    font-style: normal;
    font-size: 23px;
    margin-bottom: 25px
}

.industry-grid b {
    display: block
}

.industry-grid span {
    display: block;
    color: #9eafc8;
    font-size: 11px
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px
}

.stats b {
    background: var(--soft);
    padding: 20px;
    color: var(--blue);
    font-size: 25px
}

.stats small {
    display: block;
    color: var(--muted);
    font-size: 10px
}

.why-list article {
    display: grid;
    grid-template-columns: 40px 1fr;
    padding: 22px 0;
    border-top: 1px solid var(--line)
}

.why-list span {
    color: var(--blue);
    font-size: 11px
}

.why-list h3 {
    font-size: 17px
}

.why-list p {
    font-size: 13px;
    color: var(--muted)
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.steps article {
    text-align: center;
    padding: 15px
}

.steps span {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    background: var(--blue);
    color: white;
    border-radius: 50%;
    margin: 0 auto 22px;
    font-weight: 800
}

.steps h3 {
    font-size: 17px
}

.steps p {
    font-size: 12px;
    color: var(--muted)
}

.quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.quotes blockquote {
    margin: 0;
    border: 1px solid var(--line);
    padding: 27px;
    border-radius: 10px
}

.quotes blockquote>b {
    color: var(--orange)
}

.quotes p {
    font-size: 14px
}

.quotes footer {
    font-weight: 700;
    font-size: 12px
}

.quotes footer small {
    display: block;
    color: var(--muted)
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.art {
    height: 190px;
    display: grid;
    place-items: center;
    font: 800 45px "Plus Jakarta Sans";
    border-radius: 8px;
    margin-bottom: 18px
}

.a1 {
    background: linear-gradient(135deg, #0955cc, #55a4ff)
}

.a2 {
    background: linear-gradient(135deg, #e86d16, #ffad4e)
}

.a3 {
    background: linear-gradient(135deg, #5748c6, #917fff)
}

.blog-grid small {
    color: #91a5c3
}

.blog-grid h3 {
    font-size: 18px;
    margin: 10px 0
}

.blog-grid a {
    color: #85b7fc;
    font-size: 12px;
    font-weight: 700
}

.faq-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 8vw
}

details {
    border-top: 1px solid var(--line);
    padding: 18px 0
}

details:last-child {
    border-bottom: 1px solid var(--line)
}

summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: space-between
}

details p {
    font-size: 13px;
    color: var(--muted)
}

.proposal {
    background: var(--blue);
    color: white
}

.proposal-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 7vw
}

.proposal h2 {
    color: white
}

.proposal>div>div>p {
    color: #d5e5fc
}

.proposal a {
    display: block;
    margin: 20px 0
}

.proposal a small,
.proposal a b {
    display: block
}

form {
    background: white;
    color: var(--ink);
    padding: 30px;
    border-radius: 10px
}

label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 14px
}

input,
select,
textarea {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd6e5;
    border-radius: 5px;
    margin-top: 6px;
    font: 13px Inter
}

form .ri-btn {
    width: 100%
}

form>small {
    display: block;
    color: var(--muted);
    text-align: center;
    font-size: 9px;
    margin-top: 8px
}

footer {
    background: #04132b;
    color: white;
    padding: 65px 0 20px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 50px
}

.inverse i {
    background: white;
    color: var(--blue)
}

.footer-grid p {
    color: #95a7c0;
    font-size: 12px
}

.footer-grid h3 {
    font-size: 13px
}

.footer-grid>div:not(:first-child) a {
    display: block;
    color: #9cafc7;
    font-size: 12px;
    padding: 5px 0
}

.copyright {
    margin-top: 45px;
    padding-top: 18px;
    border-top: 1px solid #ffffff20;
    display: flex;
    justify-content: space-between;
    color: #778ba7;
    font-size: 10px
}

.float {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.float a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #22bd5a;
    color: white;
    font-weight: 800;
    font-size: 11px;
    box-shadow: 0 8px 20px #0003
}

.float a:last-child {
    background: var(--blue);
    font-size: 17px
}

.float i.bi{
    font-size: 26px;
    line-height: 0;
}

@media (max-width: 500px){
.float i.fi{
    font-size: 24px;
}

}
/* Bootstrap-safe replacement for the custom lead modal backdrop. */
.lead-modal > .ri-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 19, 43, .72)
}

@media(max-width:980px) {

    .ri-navbar nav,
    .ri-navbar>.ri-btn {
        display: none
    }

    .menu {
        display: block
    }

    .ri-navbar nav.open {
        display: flex;
        position: absolute;
        left: 0;
        right: 0;
        top: 82px;
        background: white;
        flex-direction: column;
        align-items: stretch;
        padding: 20px 4%;
        box-shadow: 0 20px 30px #0002
    }

    .ri-navbar nav.open a,
    .ri-navbar nav.open button {
        padding: 8px 0
    }

    .mega {
        display: none !important
    }

    .hero-grid,
    .split,
    .proposal-grid {
        grid-template-columns: 1fr
    }

    .dashboard {
        max-width: 650px
    }

    .cards,
    .quotes {
        grid-template-columns: 1fr 1fr
    }

    .problem-grid,
    .industry-grid,
    .steps {
        grid-template-columns: 1fr 1fr
    }

    .results {
        grid-template-columns: 1fr 1fr
    }

    .main-result {
        grid-column: 1/-1
    }

    .section-head {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .faq-grid {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:620px) {

    .top span,
    .top a:first-child {
        display: none
    }

    .top .ri-container {
        justify-content: center
    }

    header {
        height: 70px
    }

    .ri-navbar nav.open {
        top: 70px
    }

    .hero {
        padding: 55px 0
    }

    .hero h1 {
        font-size: 39px
    }

    .actions {
        align-items: flex-start;
        flex-direction: column
    }

    .dashboard {
        padding: 17px
    }

    .chart {
        height: 190px
    }

    .platforms .ri-container {
        display: block
    }

    .platforms div {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        margin-top: 12px
    }

    .section {
        padding: 66px 0
    }

    .section h2,
    .center h2,
    .section-head h2 {
        font-size: 31px
    }

    .cards,
    .problem-grid,
    .industry-grid,
    .results,
    .steps,
    .stats {
        grid-template-columns: 1fr
    }

    .main-result {
        grid-column: auto;
        padding: 27px
    }

    .main-result>div {
        grid-template-columns: 1fr 1fr
    }

    .blog-grid {
        display: flex;
        overflow: auto
    }

    .blog-grid article {
        min-width: 84%
    }

    .quotes {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .copyright {
        flex-direction: column;
        gap: 8px
    }
}

.premium-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #1e0d04, #381606 62%, #552006);
    padding: 0 0 22px;
    color: #fff
}

.premium-footer .container {
    position: relative;
    z-index: 2
}

.footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(5px);
    opacity: .15
}

.glow-one {
    width: 420px;
    height: 420px;
    background: #ff7a1a;
    right: -180px;
    top: 120px
}

.glow-two {
    width: 300px;
    height: 300px;
    border: 1px solid #ffb143;
    left: -130px;
    bottom: -150px
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 0;
    border-bottom: 1px solid #ffffff20
}

.footer-cta span {
    font-size: 10px;
    letter-spacing: .18em;
    color: #ffb96e;
    font-weight: 800
}

.footer-cta h2 {
    font-size: 34px;
    max-width: 760px;
    margin-top: 8px;
    color: #fff
}

.footer-cta .btn {
    flex: none
}
/* footer logos */
/* =========================================================
   FOOTER CLIENT LOGO SLIDER
========================================================= */

.footer-logo-slider {
    position: relative;
    overflow: hidden;
    padding: 42px 0 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* Header */

.footer-logo-slider__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.footer-logo-slider__eyebrow {
    display: block;
    margin-bottom: 7px;

    font-size: 10px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.18em;

    color: #ffb96e;
}

.footer-logo-slider__title {
    margin: 0;

    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.2;
    font-weight: 600;

    color: #ffffff;
}

/* Swiper */

.footerBrandsSwiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.footerBrandsSwiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.footerBrandsSwiper .swiper-slide {
    width: auto;
    height: auto;
}

/* Logo Item */

.footer-logo-slider__item {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 180px;
    height: 84px;

    /* padding: 15px 22px; */

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;

    background: rgba(255, 255, 255, 0.035);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.footer-logo-slider__item:hover {
    transform: translateY(-3px);

    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 185, 110, 0.25);
}

/* Logos */

.footer-logo-slider__item img {
    display: block;

    width: auto;
    /* max-width: 135px; */
    max-width: 100%;
    height: auto;
    /* max-height: 45px; */
    max-height: 100%;

    object-fit: contain;

    /* filter: grayscale(1) brightness(0) invert(1);
    opacity: 0.72; */

    transition:
        filter 0.3s ease,
        opacity 0.3s ease,
        transform 0.3s ease;
}

.footer-logo-slider__item:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.03);
}

/* Soft Edge Fade */

.footer-logo-slider::before,
.footer-logo-slider::after {
    content: "";

    position: absolute;
    bottom: 35px;
    z-index: 5;

    width: 70px;
    height: 100px;

    pointer-events: none;
}

.footer-logo-slider::before {
    left: 0;

    background: linear-gradient(
        90deg,
        #310914 0%,
        rgba(49, 9, 20, 0) 100%
    );
}

.footer-logo-slider::after {
    right: 0;

    background: linear-gradient(
        270deg,
        #310914 0%,
        rgba(49, 9, 20, 0) 100%
    );
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .footer-logo-slider {
        padding: 38px 0 40px;
    }

    .footer-logo-slider__item {
        width: 155px;
        height: 75px;
        padding: 13px 18px;
    }

    .footer-logo-slider__item img {
        max-width: 115px;
        max-height: 40px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .footer-logo-slider {
        padding: 32px 0 35px;
    }

    .footer-logo-slider__header {
        display: block;
        margin-bottom: 22px;
    }

    .footer-logo-slider__title {
        font-size: 24px;
    }

    .footer-logo-slider__item {
        width: 135px;
        height: 68px;

        padding: 12px 15px;

        border-radius: 8px;
    }

    .footer-logo-slider__item img {
        max-width: 100px;
        max-height: 35px;
    }

    .footer-logo-slider::before,
    .footer-logo-slider::after {
        width: 30px;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 479.98px) {

    .footer-logo-slider {
        padding: 28px 0 30px;
    }

    .footer-logo-slider__eyebrow {
        font-size: 9px;
    }

    .footer-logo-slider__title {
        font-size: 21px;
    }

    .footer-logo-slider__item {
        width: 120px;
        height: 62px;

        padding: 10px 14px;
    }

    .footer-logo-slider__item img {
        max-width: 90px;
        max-height: 32px;
    }
}
/* footer logos */
.premium-footer .footer-grid {
    padding: 55px 0 26px;
    grid-template-columns: 1.55fr repeat(3, 1fr);
    gap: 55px
}

.footer-brand>p {
    font-size: 13px;
    color: #d1b9ab;
    max-width: 340px;
    margin: 22px 0
}

.premium-footer .footer-grid h3 {
    font-size: 13px;
    color: #ffb56d;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 18px
}

.premium-footer .footer-grid>div:not(:first-child)>a {
    display: block;
    color: #d4c1b7;
    font-size: 12px;
    padding: 6px 0
}

.premium-footer .footer-grid>div:not(:first-child)>a:hover {
    color: #fff;
    padding-left: 4px
}

.footer-contact {
    display: grid;
    gap: 12px
}

.footer-contact a small,
.footer-contact a b {
    display: block
}

.footer-contact a small {
    font-size: 9px;
    letter-spacing: .12em;
    color: #ab8e7e
}

.footer-contact a b {
    font-size: 13px
}

.footer-social {
    display: flex;
    gap: 8px;
    margin-top: 22px
}

.footer-social a {
    width: 34px;
    height: 34px;
    border: 1px solid #ffffff2b;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 11px
}

.footer-social a:hover {
    background: var(--orange);
    border-color: var(--orange)
}

.footer-locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #ffffff1c;
    border-bottom: 1px solid #ffffff1c
}

.footer-locations>div {
    padding: 22px 25px;
    border-right: 1px solid #ffffff1c
}

.footer-locations>div:last-child {
    border: 0
}

.footer-locations span {
    font-size: 9px;
    letter-spacing: .14em;
    color: #ffb56d;
    font-weight: 800
}

.footer-locations p {
    font-size: 12px;
    color: #c7afa2;
    margin: 7px 0 0
}

.premium-footer .copyright {
    border-top: 0;
    margin-top: 0;
    padding: 22px 0;
    color: #fff;
}

.premium-footer .copyright div {
    display: flex;
    gap: 20px
}

.float {
    right: 18px;
    bottom: 20px;
    align-items: flex-end
}

.lead-trigger {
    height: 48px;
    border: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, #f4511e, #ff8e21);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 17px 0 8px;
    font: 700 12px Inter;
    box-shadow: 0 10px 30px #712a0b50;
    cursor: pointer
}

.lead-trigger i {
    font-style: normal;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 16px
}

.float>a {
    margin-right: 2px
}

.lead-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .25s
}

.lead-modal.open {
    opacity: 1;
    visibility: visible
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: #160a05c9;
    backdrop-filter: blur(5px)
}

.modal-card {
    position: relative;
    width: min(880px, 96vw);
    max-height: 92vh;
    overflow: auto;
    background: #fff;
    border-radius: 16px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    box-shadow: 0 30px 90px #0006;
    transform: translateY(18px) scale(.98);
    transition: .25s
}

.lead-modal.open .modal-card {
    transform: none
}

.modal-close {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: #fff4ea;
    font-size: 25px;
    cursor: pointer;
    z-index: 3
}

.modal-intro {
    padding: 42px;
    background: linear-gradient(145deg, #351606, #7a2d08);
    color: #fff
}

.modal-intro>span {
    font-size: 9px;
    letter-spacing: .15em;
    color: #ffb96a;
    font-weight: 800
}

.modal-intro h2 {
    font-size: 31px;
    color: #fff;
    margin: 15px 0
}

.modal-intro p {
    font-size: 13px;
    color: #dcc4b6
}

.modal-benefits {
    display: grid;
    gap: 10px;
    margin-top: 30px
}

.modal-benefits b {
    font-size: 12px;
    color: #ffe4d3
}

.modal-card form {
    box-shadow: none;
    border-radius: 0;
    padding: 42px
}

.modal-card form .popup-submit {
    margin-top: 4px
}

.modal-open {
    overflow: hidden
}

@media(max-width:980px) {
    .premium-footer .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-brand {
        grid-column: 1/-1
    }

    .footer-cta {
        align-items: flex-start
    }

    .footer-locations {
        grid-template-columns: 1fr;
        display: none;
    }

    .footer-locations>div {
        border-right: 0;
        border-bottom: 1px solid #ffffff1c
    }

    .modal-card {
        grid-template-columns: 1fr
    }

    .modal-intro {
        padding: 30px
    }

    .modal-benefits {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 18px
    }

    .modal-card form {
        padding: 30px
    }
}

@media(max-width:620px) {
    .footer-cta {
        flex-direction: column;
        padding: 38px 0
    }

    .footer-cta h2 {
        font-size: 27px
    }

    .premium-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding-bottom: 20px;
    }

    .footer-brand {
        grid-column: 1/-1
    }

    .premium-footer .copyright {
        flex-direction: column
    }

    .lead-trigger span {
        display: none
    }

    .lead-trigger {
        /* width: 48px; */
        width: fit-content;
        padding: 7px
    }

    .modal-intro {
        padding: 27px 24px
    }

    .modal-intro h2 {
        font-size: 25px
    }

    .modal-benefits {
        grid-template-columns: 1fr;
        gap: 5px
    }

    .modal-card form {
        padding: 25px 22px
    }

    .modal-card .row {
        grid-template-columns: 1fr
    }

    .modal-close {
        right: 8px;
        top: 8px
    }

}