:root {
    --rf-ink: #071322;
    --rf-navy: #0b1526;
    --rf-teal: #0d4f57;
    --rf-cyan: #18c6da;
    --rf-green: #24c26a;
    --rf-lime: #6bd42f;
    --rf-gold: #f4b740;
    --rf-muted: #69758a;
    --rf-line: rgba(10, 39, 48, .12);
    --rf-gradient: linear-gradient(120deg, #071322 0%, #0d4f57 48%, #6bd42f 100%);
    --rf-button: linear-gradient(90deg, #18c6da 0%, #24c26a 54%, #6bd42f 100%);
}

html,
body.runfit-public {
    overflow-x: hidden;
}

body.runfit-public {
    color: #1d2937;
    letter-spacing: 0;
}

.runfit-public h1,
.runfit-public h2,
.runfit-public h3,
.runfit-public h4,
.runfit-public h5,
.runfit-public h6 {
    letter-spacing: 0;
}

.runfit-public .btn,
.runfit-public .btn.ss-btn,
.runfit-public .choose-btn a,
.runfit-public .newslater .btn,
.runfit-public .second-services-content a,
.runfit-public .faq-btn::after {
    background: var(--rf-button) !important;
    box-shadow: 3px 4px 25px rgba(36, 194, 106, .28) !important;
    color: #fff !important;
}

.runfit-public .btn:hover,
.runfit-public .btn.ss-btn:hover,
.runfit-public .choose-btn a:hover {
    background: linear-gradient(90deg, #6bd42f 0%, #24c26a 50%, #18c6da 100%) !important;
    color: #fff !important;
}

.runfit-public .main-menu ul li:hover > a,
.runfit-public .main-menu ul li.active a,
.runfit-public .second-services-content h5,
.runfit-public .s-single-services:hover .second-services-content h5,
.runfit-public .s-single-services:hover .second-services-content a,
.runfit-public .w-title h2::before,
.runfit-public .section-title h2 span {
    color: var(--rf-green) !important;
}

.runfit-public .section-title h2 {
    color: var(--rf-ink) !important;
}

.runfit-public .w-title h2::before {
    background-color: var(--rf-green) !important;
}

.runfit-public .header-area {
    position: relative;
    z-index: 3000;
}

.runfit-public .menu-area {
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(7, 19, 34, .06);
}

.runfit-public .sticky-menu {
    box-shadow: 0 16px 42px rgba(7, 19, 34, .08);
}

.runfit-logo img {
    width: 56px;
    max-height: 56px;
    object-fit: contain;
}

.runfit-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 260px;
}

.runfit-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.runfit-brand-text strong {
    color: var(--rf-ink);
    font-size: 31px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0;
}

.runfit-brand-text strong::first-letter {
    color: var(--rf-ink);
}

.runfit-brand-text em {
    margin-top: 5px;
    color: var(--rf-ink);
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
    white-space: nowrap;
}

.runfit-brand-text strong span,
.runfit-brand-text .brand-green {
    color: var(--rf-lime);
}

.runfit-public .main-menu ul li a {
    color: #203041;
    font-weight: 800;
}

.runfit-public .second-header-btn .btn {
    border: 0;
    color: #fff !important;
}

.runfit-public .responsive {
    color: var(--rf-teal);
}

.runfit-hero {
    min-height: 900px;
    background:
        radial-gradient(circle at 80% 18%, rgba(107, 212, 47, .26), transparent 24%),
        radial-gradient(circle at 63% 66%, rgba(24, 198, 218, .24), transparent 32%),
        linear-gradient(115deg, #ffffff 0%, #f6fbf9 42%, #e8f9ee 100%);
    position: relative;
}

.runfit-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    width: 60%;
    height: 100%;
    background: var(--rf-gradient);
    opacity: .96;
    clip-path: ellipse(55% 68% at 82% 30%);
    pointer-events: none;
}

.runfit-public .slider-shape,
.runfit-public .features-shape {
    opacity: .18 !important;
    filter: hue-rotate(118deg) saturate(1.65) !important;
    pointer-events: none !important;
}

.runfit-public .slider-shape *,
.runfit-public .features-shape * {
    pointer-events: none !important;
}

.runfit-hero .ss-one img {
    opacity: .22;
    filter: hue-rotate(118deg) saturate(1.65);
}

.runfit-hero .ss-eight {
    background: rgba(255, 255, 255, .24);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 48px;
}

.runfit-public .second-slider-content {
    padding-top: 225px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2 !important;
}

.runfit-public .second-slider-content h1 {
    font-size: 60px;
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 24px;
    color: var(--rf-ink) !important;
    -webkit-text-fill-color: var(--rf-ink) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.runfit-public .second-slider-content p {
    color: #4c5c6d !important;
    -webkit-text-fill-color: #4c5c6d !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    line-height: 1.75;
    opacity: 1 !important;
    visibility: visible !important;
}

.runfit-public .small-title li:first-child {
    background: var(--rf-button);
    color: #fff;
}

.runfit-public .small-title li:last-child {
    color: var(--rf-teal);
    font-weight: 900;
}

.runfit-store-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    position: relative;
    z-index: 20;
}

.runfit-store-button {
    min-width: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: inherit;
    background: transparent !important;
    box-shadow: none !important;
    position: relative;
    z-index: 21;
    overflow: visible;
}

.runfit-store-button::before,
.runfit-store-button.g-btn::before {
    content: none !important;
    display: none !important;
}

.runfit-store-button .icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.store-badge-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 0 !important;
    overflow: visible !important;
}

body.runfit-public a.store-badge-link,
body.runfit-public a.store-badge-link:hover,
body.runfit-public a.store-badge-link:focus,
body.runfit-public a.store-badge-link:active,
body.runfit-public .choose-btn a.store-badge-link,
body.runfit-public .choose-btn a.store-badge-link:hover,
body.runfit-public .choose-btn a.store-badge-link:focus,
body.runfit-public .choose-btn a.store-badge-link:active,
body.runfit-public .runfit-store-button.store-badge-link,
body.runfit-public .runfit-store-button.store-badge-link:hover,
body.runfit-public .runfit-store-button.store-badge-link:focus,
body.runfit-public .runfit-store-button.store-badge-link:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
    filter: none !important;
}

body.runfit-public a.store-badge-link::before,
body.runfit-public .choose-btn a.store-badge-link::before,
body.runfit-public .runfit-store-button.store-badge-link::before {
    content: none !important;
    display: none !important;
}

.store-badge-img {
    display: block;
    width: auto;
    height: 54px;
    max-width: 190px;
    object-fit: contain;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.google-play-badge {
    height: 76px;
    max-width: 196px;
}

.runfit-store-button .icon img {
    max-width: 26px;
    max-height: 26px;
}

.runfit-store-button .text {
    display: block;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 700;
    opacity: .86;
}

.runfit-store-button .text strong {
    display: block;
    font-size: 16px;
    line-height: 1.15;
    opacity: 1;
}

.runfit-store-button.g-btn {
    background: transparent !important;
    color: var(--rf-ink);
}

.runfit-store-button *,
.runfit-public .choose-btn a * {
    pointer-events: none;
}

.runfit-hero-mockup {
    position: relative;
    min-height: 720px;
    margin-top: 110px;
}

.runfit-bingle-frame {
    position: absolute;
    z-index: 4;
    right: -42px;
    top: 8px;
    width: min(760px, 115%);
    filter: drop-shadow(0 42px 55px rgba(0, 0, 0, .28));
    pointer-events: none;
    display: none;
}

.runfit-hero-screen {
    position: absolute;
    z-index: 3;
    right: 168px;
    top: 74px;
    width: 285px;
    height: auto;
    padding: 0;
    object-fit: cover;
    border-radius: 22px;
    background: transparent;
    border: 0;
    transform: rotate(18deg);
    box-shadow: 0 36px 76px rgba(7, 19, 34, .32);
}

.runfit-hero-screen-two {
    z-index: 2;
    right: 20px;
    top: 170px;
    opacity: .92;
    transform: rotate(18deg) scale(.82);
    filter: saturate(1.04);
}

.runfit-services {
    background: linear-gradient(180deg, #ffffff 0%, #f9fdfb 100%);
}

.runfit-public .s-single-services {
    border: 1px solid rgba(13, 79, 87, .10);
    box-shadow: 0 22px 55px rgba(7, 19, 34, .07);
}

.runfit-public .s-single-services:hover,
.runfit-public .s-single-services.active {
    transform: translateY(-8px);
    border-color: rgba(36, 194, 106, .32);
}

.runfit-public .services-icon img {
    filter: hue-rotate(116deg) saturate(1.6);
}

.runfit-choose {
    background:
        url("bingle/img/shape/header-sape3.png") right center / auto no-repeat,
        linear-gradient(120deg, #071322 0%, #0d4f57 58%, #24c26a 100%);
}

.runfit-choose .chosse-img {
    background: radial-gradient(circle at center, rgba(107, 212, 47, .34), transparent 62%);
}

.runfit-choose h2,
.runfit-choose .section-title h2,
.runfit-choose p {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.runfit-tilt-phone {
    display: none !important;
}

.runfit-tilt-frame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: min(640px, 100%);
    filter: drop-shadow(0 36px 48px rgba(0, 0, 0, .24));
    display: none;
}

.runfit-tilt-screen {
    position: absolute;
    left: 150px;
    top: 42px;
    z-index: 2;
    width: 255px;
    height: 580px;
    padding: 10px;
    object-fit: cover;
    border-radius: 44px;
    background: linear-gradient(145deg, #071322, #0d4f57 58%, #19c7d3);
    transform: rotate(-18deg);
    box-shadow: 0 34px 70px rgba(0, 0, 0, .28);
}

.runfit-public .choose-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    position: relative;
    z-index: 20;
}

.runfit-public .choose-btn a {
    width: auto;
    min-height: 0;
    border-radius: 0;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    line-height: 1.1;
    overflow: visible;
    position: relative;
    z-index: 21;
}

.runfit-public .choose-btn a::before,
.runfit-public .choose-btn a.g-btn::before {
    content: none !important;
    display: none !important;
}

.runfit-public .choose-btn a .icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.runfit-public .choose-btn a .icon img {
    max-width: 30px;
    max-height: 30px;
}

.runfit-public .choose-btn a .text {
    display: block;
    font-size: 0 !important;
    line-height: 1.1;
    color: #fff;
}

.runfit-public .choose-btn a .text strong {
    display: block;
    font-size: 18px;
    line-height: 1.15;
    white-space: nowrap;
}

.runfit-public .choose-btn a.g-btn {
    background: transparent !important;
    color: var(--rf-ink) !important;
}

.runfit-public .g-btn .text,
.runfit-public .g-btn .text strong {
    color: var(--rf-ink) !important;
}

.runfit-choose .col-xl-5 {
    display: none;
}

.runfit-choose .col-xl-7 {
    flex: 0 0 100%;
    max-width: 100%;
}

.runfit-choose .choose-wrap {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.runfit-choose .w-title h2::before {
    left: 50%;
    transform: translateX(-50%);
}

.runfit-choose .choose-btn {
    justify-content: center;
}

.runfit-work {
    background: #fff;
}

.runfit-work-mockups {
    position: relative;
    min-height: 660px;
}

.runfit-work-frame {
    position: absolute;
    inset: 30px auto auto 40px;
    width: 520px;
    opacity: .22;
    filter: hue-rotate(105deg) saturate(1.4);
}

.runfit-phone-card {
    position: absolute;
    width: 240px;
    height: auto;
    padding: 0;
    border-radius: 20px;
    background: transparent;
    overflow: hidden;
    box-shadow: 0 30px 62px rgba(7, 19, 34, .18);
}

.runfit-phone-card::before {
    content: none !important;
    display: none !important;
}

.runfit-phone-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.runfit-card-front {
    z-index: 2;
    right: 90px;
    top: 40px;
    transform: rotate(5deg);
}

.runfit-card-back {
    z-index: 1;
    left: 80px;
    top: 100px;
    transform: rotate(-8deg) scale(.92);
    opacity: .9;
}

.runfit-video {
    background: linear-gradient(180deg, #f6fbf9 0%, #ffffff 100%);
}

.runfit-video-device {
    min-height: 600px;
}

.runfit-video-frame {
    opacity: .18;
    filter: hue-rotate(105deg) saturate(1.5);
}

.runfit-video-phone {
    position: absolute;
    left: 15%;
    top: -50px;
    z-index: 2;
    width: 280px;
    height: auto;
    padding: 0;
    border-radius: 22px;
    background: transparent;
    overflow: hidden;
    box-shadow: 0 32px 72px rgba(7, 19, 34, .24);
}

.runfit-video-phone img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 22px;
}

.runfit-video .video-content li .icon img {
    filter: hue-rotate(112deg) saturate(1.6);
}

.runfit-screen-section {
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf9 100%);
}

.runfit-swiper {
    width: 100%;
    padding: 12px 0 70px;
}

.runfit-swiper .swiper-wrapper {
    align-items: center;
}

.runfit-swiper .swiper-slide {
    width: 300px;
    display: flex;
    justify-content: center;
}

.runfit-swiper .swiper-slide-active::before {
    content: none !important;
    display: none !important;
}

.runfit-swiper .swiper-slide-active img {
    left: 0 !important;
    top: 0 !important;
    padding: 0 !important;
}

.runfit-shot-frame {
    position: relative;
    width: 300px;
    height: auto;
    padding: 0;
    border-radius: 22px;
    background: transparent;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(7, 19, 34, .18);
}

.runfit-shot-frame::before {
    content: none !important;
    display: none !important;
}

.runfit-shot-frame::after {
    content: none !important;
    display: none !important;
}

.runfit-shot-frame img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 22px;
}

.runfit-public .swiper-pagination-bullet {
    background: rgba(13, 79, 87, .35);
    opacity: 1;
}

.runfit-public .swiper-pagination-bullet-active {
    background: var(--rf-green);
}

.runfit-faq {
    background: #fff;
}

.runfit-faq-mockup {
    position: relative;
    min-height: 540px;
}

.runfit-orbit-shot {
    position: absolute;
    width: 210px;
    height: auto;
    padding: 0;
    border-radius: 18px;
    background: transparent;
    overflow: hidden;
    box-shadow: 0 24px 54px rgba(7, 19, 34, .16);
}

.runfit-orbit-shot img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
}

.runfit-orbit-shot.one {
    right: 250px;
    top: 26px;
    transform: rotate(-9deg) scale(.86);
}

.runfit-orbit-shot.two {
    right: 120px;
    top: 8px;
    z-index: 2;
}

.runfit-orbit-shot.three {
    right: 0;
    top: 64px;
    transform: rotate(8deg) scale(.86);
}

.runfit-public .faq-wrap .card {
    border: 1px solid rgba(13, 79, 87, .10);
    box-shadow: 0 20px 45px rgba(7, 19, 34, .06);
}

.runfit-public .faq-btn {
    color: #1d2937;
}

.runfit-final-cta {
    background:
        radial-gradient(circle at 16% 12%, rgba(107, 212, 47, .24), transparent 28%),
        var(--rf-gradient);
}

.runfit-final-cta h2,
.runfit-final-cta .section-title h2,
.runfit-final-cta p {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.runfit-center-stores {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    float: none !important;
    width: 100%;
}

.runfit-final-rights {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    clear: both;
}

.runfit-footer {
    background: var(--rf-gradient) !important;
    color: #fff;
}

.runfit-footer .footer-text p,
.runfit-footer .copyright-text p {
    color: rgba(255, 255, 255, .82);
}

.runfit-footer .logo img {
    width: 138px;
    filter: drop-shadow(0 18px 32px rgba(0, 0, 0, .18));
}

.runfit-footer-stores {
    justify-content: flex-end;
}

.runfit-public #scrollUp {
    background: var(--rf-button);
}

.runfit-contact-modal {
    z-index: 5000;
}

.runfit-contact-modal .modal-dialog {
    max-width: 720px;
    padding: 16px;
}

.runfit-contact-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 0%, rgba(107, 212, 47, .22), transparent 34%),
        #ffffff;
    box-shadow: 0 34px 90px rgba(7, 19, 34, .28);
}

.runfit-contact-modal .modal-body {
    padding: 34px;
}

.runfit-contact-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 13px;
    background: rgba(7, 19, 34, .08);
    color: var(--rf-ink);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.runfit-contact-head {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 42px;
    margin-bottom: 24px;
}

.runfit-contact-head img {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(36, 194, 106, .18);
}

.runfit-contact-head h2 {
    margin: 0 0 6px;
    color: var(--rf-ink);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.runfit-contact-head p {
    margin: 0;
    color: #5b6678;
    font-size: 15px;
    line-height: 1.5;
}

.runfit-contact-alert {
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-weight: 700;
}

.runfit-contact-alert.success {
    background: rgba(36, 194, 106, .12);
    color: #0d6b3e;
    border: 1px solid rgba(36, 194, 106, .24);
}

.runfit-contact-alert.error {
    background: rgba(239, 68, 68, .10);
    color: #991b1b;
    border: 1px solid rgba(239, 68, 68, .20);
}

.runfit-contact-alert ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.runfit-contact-form {
    display: grid;
    gap: 14px;
}

.runfit-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.runfit-contact-form label {
    display: grid;
    gap: 7px;
    margin: 0;
}

.runfit-contact-form span {
    color: var(--rf-ink);
    font-size: 13px;
    font-weight: 900;
}

.runfit-contact-form input,
.runfit-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(13, 79, 87, .14);
    border-radius: 14px;
    background: #f8fbfa;
    color: var(--rf-ink);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    outline: 0;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.runfit-contact-form input {
    height: 48px;
    padding: 0 15px;
}

.runfit-contact-form textarea {
    min-height: 132px;
    resize: vertical;
    padding: 14px 15px;
}

.runfit-contact-form input:focus,
.runfit-contact-form textarea:focus {
    background: #fff;
    border-color: rgba(24, 198, 218, .58);
    box-shadow: 0 0 0 4px rgba(24, 198, 218, .12);
}

.runfit-contact-submit {
    height: 52px;
    border: 0;
    border-radius: 16px;
    background: var(--rf-button);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(36, 194, 106, .24);
}

.runfit-contact-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 1500px) {
    .runfit-hero-screen {
        right: 158px;
        top: 128px;
    }

    .runfit-hero-screen-two {
        right: 40px;
        top: 180px;
    }
}

@media (max-width: 1199px) {
    .runfit-public .second-slider-content {
        padding-top: 170px;
    }

    .runfit-public .second-slider-content h1 {
        font-size: 56px;
    }

    .runfit-hero {
        min-height: auto;
    }

    .runfit-hero::before {
        width: 100%;
        clip-path: ellipse(82% 52% at 82% 20%);
        opacity: .14;
    }

    .runfit-hero-mockup {
        min-height: 620px;
        margin-top: 0;
    }

    .runfit-bingle-frame {
        right: 0;
        width: 100%;
    }

    .runfit-hero-screen {
        right: 215px;
        top: 104px;
        width: 188px;
        height: 428px;
    }

    .runfit-hero-screen-two {
        right: 104px;
        top: 152px;
        width: 188px;
        height: 428px;
    }

    .runfit-tilt-phone {
        display: none !important;
    }

    .runfit-tilt-frame {
        left: 50%;
        transform: translateX(-50%);
        max-width: 620px;
    }

    .runfit-tilt-screen {
        left: calc(50% - 165px);
    }
}

@media (max-width: 991px) {
    .runfit-public .responsive {
        width: 54px;
        height: 54px;
        border-radius: 17px;
        background: var(--rf-button);
        color: #fff !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin-left: auto;
        margin-top: 7px;
        position: relative;
        top: 0 !important;
        transform: none !important;
        box-shadow: 0 14px 30px rgba(36, 194, 106, .24);
    }

    .runfit-public .responsive i {
        display: none !important;
    }

    .runfit-public .responsive::before {
        content: "";
        width: 25px;
        height: 18px;
        display: block;
        background:
            linear-gradient(#fff, #fff) 0 0 / 25px 3px no-repeat,
            linear-gradient(#fff, #fff) 0 7px / 25px 3px no-repeat,
            linear-gradient(#fff, #fff) 0 14px / 25px 3px no-repeat;
        border-radius: 2px;
    }

    .runfit-public .second-slider-content h1 {
        font-size: 44px;
    }

    .runfit-logo img {
        width: 54px;
    }

    .runfit-brand-lockup {
        min-width: 0;
        gap: 10px;
    }

    .runfit-brand-text strong {
        font-size: 24px;
    }

    .runfit-brand-text em {
        font-size: 12px;
    }

    .runfit-public .main-menu {
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        margin-top: 0;
        padding: 0;
        position: static;
        width: auto;
    }

    .runfit-public #mobile-menu {
        display: none;
        position: fixed;
        left: 16px;
        right: 16px;
        top: 92px;
        width: auto;
        max-height: calc(100vh - 116px);
        overflow-y: auto;
        z-index: 3100;
        background: rgba(255, 255, 255, .96);
        backdrop-filter: blur(18px);
        box-shadow: 0 22px 55px rgba(7, 19, 34, .18);
        border: 1px solid rgba(7, 19, 34, .08);
        border-radius: 22px;
        padding: 10px;
    }

    .runfit-public #mobile-menu ul {
        display: grid;
        gap: 6px;
        width: 100%;
    }

    .runfit-public .main-menu ul li {
        display: block;
        margin: 0;
        text-align: left;
    }

    .runfit-public .main-menu ul li a {
        display: block;
        padding: 14px 16px;
        border-radius: 15px;
        background: #f5fbf8;
        color: var(--rf-ink) !important;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.15;
    }

    .runfit-public .main-menu ul li a:hover,
    .runfit-public .main-menu ul li.active a {
        background: var(--rf-button) !important;
        color: #fff !important;
    }

    .runfit-hero-mockup {
        min-height: 530px;
    }

    .runfit-hero-screen {
        right: 48%;
        top: 85px;
        width: 150px;
        height: auto;
    }

    .runfit-hero-screen-two {
        right: 26%;
        top: 122px;
        width: 150px;
        height: auto;
    }

    .runfit-work-mockups {
        min-height: 620px;
    }

    .runfit-card-front {
        right: 22%;
    }

    .runfit-card-back {
        left: 18%;
    }

    .runfit-video-device {
        position: relative;
        min-height: 580px;
        width: 100%;
    }

    .runfit-video-phone {
        left: 50%;
        transform: translateX(-50%);
    }

    .runfit-faq-mockup {
        min-height: 500px;
        margin-bottom: 40px;
    }

    .runfit-orbit-shot.one {
        right: 54%;
    }

    .runfit-orbit-shot.two {
        right: 34%;
    }

    .runfit-orbit-shot.three {
        right: 14%;
    }

    .runfit-footer-stores {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .runfit-public .pl-40,
    .runfit-public .pr-40 {
        padding-left: 0;
        padding-right: 0;
    }

    .runfit-public .second-slider-content {
        padding-top: 130px;
        padding-bottom: 40px;
    }

    .runfit-public .second-slider-content h1 {
        font-size: 36px;
        line-height: 1.16;
    }

    .runfit-public .second-slider-content p {
        font-size: 16px;
    }

    .runfit-store-inline,
    .runfit-public .choose-btn {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 12px;
        float: none !important;
        width: 100%;
    }

    .runfit-store-button,
    .runfit-public .choose-btn a {
        width: auto;
        max-width: 320px;
        min-width: 0;
    }

    .store-badge-img {
        height: 42px;
        max-width: 148px;
    }

    .google-play-badge {
        height: 58px;
        max-width: 150px;
    }

    .runfit-final-rights {
        width: 100%;
        max-width: 260px;
        margin: 18px auto 0;
        font-size: 14px;
        line-height: 1.45;
    }

    .runfit-final-cta {
        padding-top: 74px;
        padding-bottom: 78px;
    }

    .runfit-final-cta .section-title {
        margin-bottom: 26px;
    }

    .slider-shape {
        display: none !important;
    }

    .runfit-contact-modal .modal-dialog {
        padding: 10px;
    }

    .runfit-contact-modal .modal-body {
        padding: 26px 18px 20px;
    }

    .runfit-contact-head {
        align-items: flex-start;
        gap: 12px;
        padding-right: 38px;
    }

    .runfit-contact-head img {
        width: 52px;
        height: 52px;
        border-radius: 15px;
    }

    .runfit-contact-head h2 {
        font-size: 23px;
    }

    .runfit-contact-head p {
        font-size: 14px;
    }

    .runfit-form-grid {
        grid-template-columns: 1fr;
    }

    .runfit-hero-mockup {
        min-height: 390px;
    }

    .runfit-hero-screen {
        right: 43%;
        top: 64px;
        width: 104px;
        height: auto;
        border-radius: 24px;
    }

    .runfit-hero-screen-two {
        right: 20%;
        top: 88px;
        width: 104px;
        height: auto;
        border-radius: 24px;
    }

    .runfit-tilt-phone {
        min-height: 430px;
    }

    .runfit-tilt-frame {
        max-width: 460px;
    }

    .runfit-tilt-screen {
        left: calc(50% - 126px);
        top: 70px;
        width: 132px;
        height: 302px;
        border-radius: 24px;
    }

    .runfit-work-mockups {
        min-height: 545px;
    }

    .runfit-phone-card {
        width: 194px;
        height: auto;
        border-radius: 18px;
    }

    .runfit-phone-card img {
        border-radius: 18px;
    }

    .runfit-card-front {
        right: 12%;
    }

    .runfit-card-back {
        left: 8%;
    }

    .runfit-shot-frame {
        width: 250px;
        height: auto;
        border-radius: 18px;
    }

    .runfit-swiper {
        max-width: 286px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 56px;
    }

    .runfit-swiper .swiper-slide {
        width: 250px !important;
        opacity: 0 !important;
        transition: opacity .25s ease;
    }

    .runfit-swiper .swiper-slide-active {
        opacity: 1 !important;
    }

    .runfit-shot-frame img {
        border-radius: 18px;
    }

    .runfit-video-phone {
        width: 230px;
        height: auto;
        border-radius: 18px;
    }

    .runfit-video-phone img {
        border-radius: 18px;
    }

    .runfit-faq {
        padding-top: 54px;
    }

    .runfit-faq-mockup {
        min-height: 300px;
        margin-bottom: 22px;
    }

    .runfit-orbit-shot {
        width: 136px;
        height: auto;
        border-radius: 16px;
    }

    .runfit-orbit-shot img {
        border-radius: 16px;
    }

    .runfit-orbit-shot.one {
        left: 18px;
        right: auto;
        top: 50px;
    }

    .runfit-orbit-shot.two {
        left: 50%;
        right: auto;
        top: 12px;
        transform: translateX(-50%);
    }

    .runfit-orbit-shot.three {
        right: 18px;
        top: 54px;
    }
}

@media (max-width: 420px) {
    .runfit-public .second-slider-content h1 {
        font-size: 32px;
    }

    .runfit-hero-mockup {
        min-height: 330px;
    }

    .runfit-hero-screen {
        right: 42%;
        top: 56px;
        width: 86px;
        height: auto;
    }

    .runfit-hero-screen-two {
        right: 19%;
        top: 76px;
        width: 86px;
        height: auto;
    }

    .runfit-tilt-phone {
        min-height: 350px;
    }

    .runfit-tilt-frame {
        max-width: 380px;
    }

    .runfit-tilt-screen {
        left: calc(50% - 104px);
        top: 58px;
        width: 108px;
        height: 246px;
    }
}
