:root {
--primary: #33E8A6;
--white: #FFFFFF;
--black: #000000;
--grey-900: #181818;
--grey-800: #424242;
--grey-600: #757575;
--grey-300: #E0E0E0;
--grey-100: #F5F5F5;
--transparent-grey-100: rgba(245,245,245, 0.15);
--light-background: var(--white);
--light-text-color: var(--black);
--dark-background: var(--grey-900);
--dark-text-color: var(--grey-100);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
margin: 0;
} .home .entry-content .landing-page,
.twentyseventeen-front-page .entry-content .landing-page {
min-width: 0;
max-width: 100%;
} .landing-page {
margin: 0;
display: flex;
flex-direction: column;
align-items: stretch;
font-family: "Inter", sans-serif;
background-color: var(--light-background);
color: var(--light-text-color);
width: 100%;
max-width: 100%;
min-width: 0;
overflow-x: hidden;
box-sizing: border-box;
}
.landing-page label {
color: var(--light-text-color);
}
.landing-page .bold {
font-weight: 700;
}
.landing-page .header {
background-image:
radial-gradient(
circle at 50% 30%,
rgba(0, 0, 0, 0.14) 0%,
rgba(0, 0, 0, 0.46) 55%,
rgba(0, 0, 0, 0.66) 100%
),
linear-gradient(
180deg,
rgba(0, 0, 0, 0.56) 0%,
rgba(0, 0, 0, 0.42) 45%,
rgba(0, 0, 0, 0.62) 100%
),
url(https://run-motion.com/wp-content/uploads/2025/05/run-motion-V1-34-fond-scaled-1-2.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
min-height: 700px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.landing-page .header .title-container {
width: 100%;
max-width: min(90%, 100%);
min-width: 0;
display: flex;
flex-direction: column;
align-items: stretch;
position: relative;
top: 150px;
}
.landing-page .store-div {
display: flex;
flex-wrap: wrap;
}
.landing-page .title-container .store-div {
margin-top: 12px;
justify-content: center;
align-items: center;
}
.landing-page .store-div img{
max-width: 180px;
padding: 8px;
}
.landing-page .first-group-phone {
position: relative;
top: 200px;
max-width: min(600px, 90%);
}
.landing-page .lame {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
padding: 48px min(192px, 5%);
}
.landing-page .lame-1 {
margin-top: 200px;
}
.landing-page .lame-1 > h2:first-of-type {
margin-top: 24px;
text-transform: uppercase;
}
.landing-page h1,
.landing-page h2,
.landing-page h3
{
color: var(--light-text-color);
padding: 4px 0px;
}
.landing-page h1 {
font-size: 2.6em;
font-weight: 900;
text-transform: none;
text-align: center;
margin: 4px 0;
line-height: 48px;
}
.landing-page h2 {
font-size: 2.5em;
text-transform: uppercase;
text-align: center;
margin: 4px 0;
line-height: 48px;
font-weight: 900;
}
.landing-page h3 {
font-size: 1.7rem;
font-weight: 900;
text-transform: uppercase;
margin: 4px 0px;
font-weight: 700;
}
.landing-page .title-container h1 {
color: var(--dark-text-color);
text-align: center;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
text-transform: uppercase;
margin: 0 0 12px;
width: 100%;
max-width: 100%;
min-width: 0;
white-space: normal;
overflow-wrap: normal;
word-break: normal;
hyphens: none;
line-height: 1.12;
font-size: clamp(1.55rem, 4.8vw + 0.75rem, 3rem) !important;
}
.landing-page .title-container h2.hero-subtitle {
text-align: center;
font-size: clamp(1.1rem, 2.4vw + 0.65rem, 1.35rem);
font-weight: 400;
text-transform: uppercase;
line-height: 1.35;
margin: 0 0 16px;
max-width: 100%;
overflow-wrap: normal;
word-break: normal;
hyphens: none;
color: var(--dark-text-color) !important;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.landing-page .header .title-container > p {
color: var(--dark-text-color) !important;
margin: 0;
text-align: center;
}
.landing-page .highlight-underline {
text-decoration: none; position: relative; }
.landing-page .highlight-underline.visible {
opacity: 1; }
.landing-page .highlight-underline::after {
content: '';
position: absolute;
bottom: -5px;
left: -5px;
right: -5px;
width: 0;
height: 5px;
background-color: var(--primary); transition: width 0.6s ease, left 0.6s ease;
}
.landing-page .highlight-underline.visible::after {
width: calc(100% + 10px); }
.landing-page .stats-band {
width: min(1100px, 100%);
max-width: calc(100vw - 48px);
margin: 20px auto 0;
padding: 14px 24px;
box-sizing: border-box;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 8px;
align-items: center;
background: rgba(51, 232, 166, 0.10);
border: 2px solid var(--primary);
border-radius: 18px;
}
.landing-page .stats-item {
min-height: 86px;
padding: 8px 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.landing-page .stats-item:last-child {
border-right: none;
}
.landing-page .stats-value {
color: var(--primary);
font-size: clamp(2rem, 2.6vw, 2.7rem);
line-height: 1;
font-weight: 900;
letter-spacing: -0.02em;
text-transform: uppercase;
}
.landing-page .stats-label {
margin-top: 10px;
color: var(--dark-text-color);
font-size: clamp(1rem, 1.1vw, 1.45rem);
font-weight: 700;
line-height: 1.2;
}
.landing-page .intense {
font-size: 3em !important;
font-weight: 900;
text-transform: uppercase;
}
.landing-page .semi-intense {
font-size: 2em !important;
font-weight: 700;
text-transform: uppercase;
}
.landing-page .primary-color {
color: var(--primary);
}
.landing-page .black-background {
background-color: var(--black);
color: var(--dark-text-color);
}
.landing-page .green-background,
.landing-page .green-background p{
background-color: var(--primary) !important;
color: var(--light-text-color) !important;
}
.landing-page .green-background .flex-row {
justify-content: center;
}
@keyframes slide {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
.landing-page .lame-2 {
margin-top: 24px;
}
.landing-page .lame-2 h2 {
color: var(--white);
max-width: 90vw;
}
.landing-page .logos {
width: 100%;
}
.landing-page .logos-slide {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
padding: 8px min(192px, 5%);
}
.landing-page .logos-slide img {
height: 100px;
margin: 0 8px;
}
.landing-page .lame-3 h2 {
margin-top: 8px;
margin-bottom: 8px;
}
.landing-page .grid-3-1 {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(1, 1fr);
gap: 24px;
justify-items: stretch;
padding-top: 16px;
}
.landing-page .grid-2-1 {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(1, 1fr);
gap: 24px;
align-items: center;
}
.landing-page .flex-column {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
.landing-page .lame-3 img {
height: 65px;
}
.landing-page .lame-3 .flex-column {
margin: 8px 0;
padding: 20px 18px;
border: 2px solid var(--primary);
border-radius: 18px;
background: #0f3329;
min-height: 210px;
}
.landing-page .lame-3 p {
text-align: center;
color: var(--dark-text-color);
}
.landing-page .objectives-flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 16px;
}
.landing-page .lame-4 > h2 {
margin-bottom: 24px;
}
.landing-page .lame-3 {
padding-bottom: 24px;
}
.landing-page .lame-4 {
padding-top: 24px;
}
.landing-page .objective {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
min-width: 240px;
width: calc(25% - 9px);
min-height: 104px;
margin: 0;
padding: 15px 10px 15px 15px;
text-decoration: none;
color: var(--dark-text-color);
border: none;
border-radius: 12px;
background: rgba(255, 255, 255, 0.04);
transition: border-color 0.16s ease, background 0.16s ease;
overflow: hidden;
}
.landing-page .objective:hover {
background: rgba(255, 255, 255, 0.08);
box-shadow: none;
}
.landing-page .objective h3 {
text-transform: none;
margin: 0 0 2px;
line-height: 1.24;
font-size: 1.22rem;
font-weight: 700;
}
.landing-page .objective p {
margin: 0;
text-align: left;
}
.landing-page .objective-cta {
margin-top: auto;
padding-top: 2px;
font-weight: 700;
color: rgba(51, 232, 166, 0.95);
font-size: 1rem;
letter-spacing: 0;
}
.rmc-button {
background-color: var(--primary);
color: var(--grey-900);
font-weight: 700;
border-radius: 100px;
border: none;
padding: 12px 24px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
font-size: 1.1em;
margin: 4px 2px;
}
.rmc-button:hover{
color: var(--white);
}
.rmc-white-button {
background-color: var(--white);
color: var(--black);
font-weight: 700;
border-radius: 100px;
border: 2px solid var(--black);
padding: 12px 24px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
font-size: 1.1em;
margin: 4px 2px;
}
.landing-page .flex {
flex: 1;
}
.landing-page .feature-img {
width: 84px;
height: 48px;
object-fit: contain;
object-position: center;
display: block;
flex-shrink: 0;
}
.landing-page .underline {
text-decoration: underline;
text-decoration-color: var(--primary);
text-underline-offset: 4px;
text-decoration-thickness: 3px;
}
.landing-page .flex-row {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.landing-page .margin-16 {
margin: 16px;
}
.landing-page .parameter-div {
align-self: baseline;
flex: 1;
}
.landing-page .lame-5 .parameter-div h3 {
min-height: 2.8em;
margin: 10px 0 8px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
line-height: 1.3;
}
.landing-page .lame-5 .parameter-div p {
margin: 0;
}
.landing-page .center {
text-align: center;
}
.landing-page .elevation-curves {
background-image: linear-gradient(
rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0.7)
), url(https://run-motion.com/wp-content/themes/twentyseventeen/../../../ressources/LP2026/curve-levels.svg);;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
color: var(--white);
background-color: var(--black);
width: 100%;
}
.landing-page .elevation-curves h2,
.landing-page .elevation-curves h3 {
color: var(--dark-text-color);
}
.landing-page .key-features {
align-items: flex-start;
}
.landing-page .key-features-svg {
margin-right: 16px;
width: 24px;
height: 24px;
min-width: 24px;
flex-shrink: 0;
}
.landing-page .lame-6 .key-features .flex-row {
width: 100%;
background: rgba(66, 66, 66, 0.6);
border: 1px solid rgba(51, 232, 166, 0.45);
border-radius: 999px;
padding: 10px 14px;
align-items: center;
margin: 8px 0;
}
.landing-page .lame-6 .key-features p {
margin: 0;
}
.landing-page .providers {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.landing-page .providers div {
padding: 16px 32px;
display: flex;
justify-content: center;
align-items: center;
}
.landing-page .providers img {
max-width: 125px;
max-height: 50px;
}
.landing-page .creator-container {
padding: 0;
}
.landing-page .creator-grid {
width: min(1200px, 100%);
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px;
padding: 16px 0;
}
.landing-page .creator-container img{
height: 200px;
width: 200px;
border-radius: 100%;
}
.landing-page .creator-header {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 12px;
}
.landing-page .creator-title-block {
display: flex;
flex-direction: column;
}
.landing-page .creator-photo {
width: 72px !important;
height: 72px !important;
border-radius: 999px !important;
object-fit: cover;
flex-shrink: 0;
}
.landing-page .creator-title-block h3 {
margin: 0 0 4px;
}
.landing-page .creator-container .creator-info {
display: flex;
flex-direction: column;
background: #0f3329;
border: 2px solid var(--primary);
border-radius: 18px;
padding: 18px 20px;
margin-left: 0;
color: var(--dark-text-color);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
height: 100%;
}
.landing-page .creator-container.creator-container-reverse .creator-info {
margin-left: 0;
margin-right: 0;
}
.landing-page .creator-container .creator-info h3,
.landing-page .creator-container .creator-info p {
color: var(--dark-text-color);
}
.landing-page .sub-title-creator {
font-weight: 700;
text-transform: uppercase;
margin: 0;
color: var(--primary);
font-size: 1.2em;
}
.landing-page .creator-tags label {
border: 2px solid var(--primary);
color: var(--dark-text-color);
height: 32px;
line-height: 24px;
display: inline-block;
margin: 4px;
padding: 2px 8px;
font-weight: 700;
border-radius: 8px;
font-size: 0.8em;
}
.landing-page .lame-6 .flex-row {
padding: 8px 0px;
justify-content: flex-start;
}
.landing-page .lame-6 p {
margin: 0;
}
.landing-page .lame-6 h2 {
margin-bottom: 24px;
}
.landing-page .lame-10 img {
width: 80%;
max-width: 600px;
min-width: 300px;
}
.landing-page .lame-10 h2,
.landing-page .lame-10 h3 {
color: var(--light-text-color) !important;
text-align: center;
}
.landing-page .lame-10 h2 {
font-weight: 900;
}
.landing-page .lame-10 h3 {
font-size: 1.5em;
text-transform: uppercase;
}
.landing-page .lame-10 label {
color: var(--light-text-color);
text-align: center;
line-height: 40px;
}
.landing-page .lame-10 .white-underline {
text-decoration: underline;
color: var(--light-text-color);
text-decoration-color: var(--white) !important;
text-overline-offset: 6px;
text-underline-offset: 6px;
text-decoration-thickness: 5px;
padding: 16px 8px;
}
.no-border {
border: none;
}
.landing-page .lame-10 p {
color: var(--black) !important;
}
.landing-page .community {
width: 90%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.landing-page .community h2{
color: var(--dark-text-color);
}
.landing-page .community img{
padding: 24px 0px;
max-width: min(900px, 100%);
}
.landing-page .show-mobile {
display: none;
}
.landing-page .hide-mobile {
display: block;
}
.landing-page .try {
text-align: center;
color: var(--black);
}
.landing-page .try span {
color: var(--black);
text-decoration: underline;
text-decoration-color: var(--white);
text-underline-offset: 4px;
text-decoration-thickness: 3px;
}
.landing-page .lame-11 {
padding-top: 24px;
padding-bottom: 24px;
background: rgba(12, 12, 12, 0.55);
}
.landing-page .table-container {
padding: 16px;
border-radius: 24px;
background-color: var(--white);
color: var(--light-text-color);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
margin-bottom: 24px;
}
.landing-page .table-container .div-text {
color: var(--light-text-color);
}
.landing-page .table-container h2 {
color: var(--light-text-color) !important;
padding-bottom: 24px;
}
.landing-page .table {
width: 100%;
margin: 0 auto;
border-collapse: collapse;
}
.landing-page .table th, .landing-page .table td {
padding: 8px;
text-align: left;
vertical-align: middle;
}
.landing-page .table th {
background-color: var(--light-background);
font-weight: bold;
font-size: 1.3em;
text-transform: uppercase;
text-align: center;
}
.landing-page .lame-11 .table th:nth-child(2),
.landing-page .lame-11 .table th:nth-child(3) {
font-size: 1rem;
letter-spacing: 0.02em;
}
.landing-page .table td {
background-color: var(--light-background);
}
.landing-page .mobile-free-premium div{
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}
.landing-page .mobile-free-premium h3{
margin-bottom: 24px;
text-align: center;
}
.landing-page .mobile-free-premium label{
color: var(--dark-text-color);
font-weight: 400;
margin: 0;
text-align: left;
line-height: 1.35;
}
.landing-page .mobile-free-premium div{
width: 100%;
max-width: 90%;
margin: 4px 0;
}
.landing-page .mobile-free-premium div svg{
flex-shrink: 0;
min-width: 22px;
width: 22px;
height: 22px;
}
.landing-page .dot {
width: 10px;
height: 10px;
border-radius: 50%;
display: inline-block;
}
.landing-page .dot.green {
background-color: var(--primary);
}
.landing-page .dot.gray {
background-color: var(--grey-600);
}
.landing-page .table td:last-child,
.landing-page .table td:nth-child(2) {
text-align: center;
}
.landing-page .table td:nth-child(1) {
display: flex;
width: 95%;
}
.landing-page .table .div-text {
padding-left: 8px;
}
.landing-page .table th:nth-child(1) {
display: flex;
width: 95%;
}
.landing-page .testimonials-layout {
width: min(1200px, 100%);
display: grid;
grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
gap: 24px;
align-items: start;
}
.landing-page .testimonials-intro {
position: sticky;
top: 16px;
padding-top: 10px;
}
.landing-page .testimonials-intro h2 {
text-align: left;
line-height: 1.1;
margin: 0 0 8px;
}
.landing-page .testimonials-stars {
color: var(--primary);
letter-spacing: 1px;
font-size: 1rem;
margin-bottom: 10px;
line-height: 1;
font-family: Arial, Helvetica, sans-serif;
}
.landing-page .testimonials-stars::before {
content: "\2605 \2605 \2605 \2605 \2605";
}
.landing-page .testimonials-intro .testimonials-rating {
margin: 0;
color: var(--dark-text-color);
opacity: 0.9;
font-weight: 600;
text-transform: none;
}
.landing-page .testimonials-nav {
display: flex;
gap: 12px;
margin-top: 18px;
}
.landing-page .testimonials-nav-btn {
width: 48px;
height: 48px;
border-radius: 999px;
border: 2px solid var(--primary);
background: transparent;
color: var(--primary);
font-size: 24px;
line-height: 1;
cursor: pointer;
}
.landing-page .testimonials-nav-btn:hover {
background: rgba(51, 232, 166, 0.12);
}
.landing-page .testimonials-content {
overflow: hidden;
}
.landing-page .testimonials-track {
display: flex;
width: 100%;
transition: transform 0.35s ease;
}
.landing-page .user-opinions {
width: 100%;
flex: 0 0 100%;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.landing-page .user-div {
margin: 0;
width: 100%;
min-width: 0;
max-width: none;
background: #0f3329;
border: 2px solid var(--primary);
border-radius: 18px;
padding: 22px 22px 20px;
color: var(--dark-text-color);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
display: grid;
grid-template-columns: 56px 1fr;
grid-template-areas:
"stars stars"
"quote quote"
"avatar name"
"avatar role";
column-gap: 10px;
row-gap: 7px;
align-items: center;
min-height: 290px;
}
.landing-page .user-div p {
grid-area: quote;
margin: 4px 0 14px;
font-style: italic;
color: var(--dark-text-color);
line-height: 1.4;
}
.landing-page .user-div img {
grid-area: avatar;
width: 60px;
height: 60px;
border-radius: 999px;
object-fit: cover;
margin: 0;
}
.landing-page .user-div .user-name {
grid-area: name;
margin: 0 0 1px;
font-weight: 700;
font-size: 1.12rem;
color: var(--dark-text-color);
text-align: left;
}
.landing-page .user-div label {
margin: 0;
color: rgba(245, 245, 245, 0.85);
text-align: left;
}
.landing-page .user-div label:not(.user-name) {
grid-area: role;
font-size: 0.92rem;
opacity: 0.92;
margin-top: -2px;
}
.landing-page .user-div::before {
content: "\2605 \2605 \2605 \2605 \2605";
grid-area: stars;
color: var(--primary);
font-size: 0.9rem;
letter-spacing: 1px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1;
}
.landing-page .lp-faq-left {
align-items: flex-start;
}
.landing-page .lp-faq-left h2 {
text-align: left;
}
.landing-page .accordion5, .landing-page .panel5 {
padding: 16px;
margin: 0;
width: 90%;
text-align: left;
}
.landing-page .accordion5 {
font-size: 1.2rem;
position: relative;
padding: 16px 52px 16px 18px;
cursor: pointer;
outline: 0;
transition: .4s;
background: rgba(34, 34, 34, 0.82);
border: 1px solid rgba(51, 232, 166, 0.42);
border-radius: 18px;
margin: 0 auto 10px;
}
.landing-page .panel5 {
margin: 0 auto;
padding: 0 18px;
background: rgba(34, 34, 34, 0.82);
border: 1px solid rgba(51, 232, 166, 0.42);
border-top: none;
border-radius: 0 0 18px 18px;
max-height: 0;
overflow: hidden;
transition: .4s ease-in-out;
opacity: 0;
}
.landing-page .accordion5.active, .landing-page .accordion5:hover{
background: rgba(34, 34, 34, 0.92);
}
.landing-page .accordion5:before {
content: '+';
color: var(--primary);
position: absolute;
right: 18px;
top: 50%;
transform: translateY(-50%);
font-size: 26px;
line-height: 1;
margin: 0;
}
.landing-page .accordion5.active:before {
content: "-"
}
.landing-page .accordion5.active {
margin-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-color: transparent;
}
.landing-page div.panel5.show {
opacity: 1;
max-height: 800px;
padding: 4px 18px 14px;
margin: 0 auto 12px;
}
.landing-page .advices {
flex-wrap: wrap !important;
justify-content: space-evenly;
padding: 16px;
width: 100%;
}
.landing-page .advices p{
width: 100%;
color: var(--primary);
}
.landing-page .advices a{
align-self: baseline;
text-decoration: none;
color: var(--light-text-color);
max-width: 300px;
min-width: 200px;
padding: 0px 24px;
margin: 0px 8px;
}
.landing-page .advices a img{
width: 100%;
object-fit: cover;
object-position: center center;
aspect-ratio: 1;
}
.landing-page .lame-12 .main-img {
max-width: 100%;
}
.landing-page .lame-12 .flex-column, .landing-page .lame-13 {
width: 90%;
}
.landing-page .lame-13 {
text-align: center;
}
.landing-page .lame-12 p {
width: 100%;
text-align: left;
}
.landing-page .lame-12 .store-div {
width: 100%;
justify-content: start;
}
.landing-page .lame-13 a {
padding: 0px 16px;
}
.landing-page .lame-13 a svg {
height: 55px;
width: 55px;
color: var(--grey-900);
padding: 4px 8px;
}
.landing-page .lame-13 a:hover svg{
color: var(--primary);
}
.landing-page .show-mobile {
display: none;
}
@media (prefers-color-scheme: light) {
.landing-page .accordion5 {
color: var(--light-text-color) !important;
}
.landing-page .stats-band {
background: rgba(51, 232, 166, 0.12);
border-color: rgba(51, 232, 166, 0.72);
}
.landing-page .stats-label {
color: rgba(24, 24, 24, 0.78);
}
.landing-page .lame-3 .flex-column,
.landing-page .objective,
.landing-page .creator-container .creator-info,
.landing-page .user-div {
background: #ffffff;
color: var(--light-text-color);
border-color: rgba(51, 232, 166, 0.8);
box-shadow: 0 10px 24px rgba(19, 43, 34, 0.08);
}
.landing-page .lame-3 p,
.landing-page .objective h3,
.landing-page .creator-container .creator-info h3,
.landing-page .creator-container .creator-info p,
.landing-page .user-div p,
.landing-page .user-div .user-name {
color: var(--light-text-color);
}
.landing-page .creator-tags label {
color: var(--light-text-color);
border-color: rgba(24, 24, 24, 0.22);
}
.landing-page .objective-cta {
color: var(--primary);
}
.landing-page .user-div label,
.landing-page .user-div label:not(.user-name),
.landing-page .testimonials-intro .testimonials-rating {
color: rgba(24, 24, 24, 0.72);
}
.landing-page .testimonials-nav-btn {
background: #ffffff;
border-color: rgba(51, 232, 166, 0.78);
}
.landing-page .testimonials-nav-btn:hover {
background: rgba(51, 232, 166, 0.18);
}
.landing-page .accordion5,
.landing-page .panel5 {
background: rgba(255, 255, 255, 0.96);
border-color: rgba(51, 232, 166, 0.45);
color: var(--light-text-color);
}
.landing-page .accordion5.active,
.landing-page .accordion5:hover {
background: rgba(240, 255, 249, 0.98);
}
.landing-page .lame-6 .key-features .flex-row,
.landing-page .mobile-free-premium div {
background: rgba(255, 255, 255, 0.96);
border-color: rgba(51, 232, 166, 0.5);
}
.landing-page .mobile-free-premium label {
color: var(--light-text-color);
}
.landing-page .lame-11 {
background: rgba(255, 255, 255, 0.96);
}
.landing-page .table-container {
border: 1px solid rgba(24, 24, 24, 0.08);
box-shadow: 0 12px 28px rgba(19, 43, 34, 0.09);
}
.landing-page .table td {
border-top: 1px solid rgba(24, 24, 24, 0.08);
}
.landing-page .table .div-text {
color: var(--light-text-color);
}
}
@media (prefers-color-scheme: dark) {
.landing-page {
background-color: var(--dark-background);
color: var(--dark-text-color);
}
.landing-page p,
.landing-page h1,
.landing-page h2,
.landing-page h3 {
color: var(--dark-text-color) !important;
}
.landing-page label {
color: var(--dark-text-color);
}
.landing-page .objective {
color: var(--dark-text-color);
}
.landing-page .advices a{
color: var(--dark-text-color);
}
.landing-page .lame-13 a svg {
color: var(--grey-100);
}
.landing-page .user-div {
background: #0f3329;
}
.landing-page .creator-tags label {
border: 2px solid var(--grey-100);
color: var(--dark-text-color);
}
.landing-page .lame-10 p,
.landing-page .lame-10 .try,
.landing-page .lame-10 .try span {
color: var(--black) !important;
}
}
@media (max-width: 700px) {
.landing-page h1 {
font-size: 2.8em;
}
.landing-page h2 {
font-size: 2.2em;
}
.landing-page h3 {
font-size: 1.6em;
}
.landing-page .grid-3-1,
.landing-page .grid-2-1,
.landing-page .creator-container {
display: flex;
flex-direction: column;
}
.landing-page .flex-row {
flex-wrap: wrap;
}
.landing-page .hide-mobile {
display: none;
}
.landing-page .show-mobile {
display: block;
}
.landing-page .show-mobile.flex-column,
.landing-page .show-mobile.flex-row {
display: flex;
}
.landing-page .mobile-free-premium div {
background: rgba(66, 66, 66, 0.6);
border: 1px solid rgba(51, 232, 166, 0.45);
border-radius: 999px;
padding: 10px 14px;
align-items: center;
}
.landing-page .lame-6 .key-features-svg {
margin-right: 10px;
min-width: 24px;
width: 24px;
height: 24px;
}
.landing-page .mobile-free-premium div {
max-width: 100%;
margin: 6px 0;
}
.landing-page .mobile-free-premium div svg {
min-width: 22px;
}
.landing-page .accordion5 {
padding: 14px 52px 14px 18px;
width: 100%;
margin: 8px 0;
}
.landing-page .panel5,
.landing-page div.panel5.show {
width: 100%;
margin-left: 0;
margin-right: 0;
box-sizing: border-box;
}
.landing-page .lame-10 label {
padding: 32px 0;
}
.landing-page .advices a{
margin: 16px 0px;
}
.landing-page .objectives-flex {
gap: 12px;
align-items: stretch;
}
.landing-page .objective {
min-width: 0;
width: calc((100% - 12px) / 2);
}
.landing-page .objective-cta {
font-size: 1rem;
padding-top: 2px;
}
.landing-page .lame-5 .flex-column {
width: 100%;
}
.landing-page .lame-5 .flex-row {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
width: 100%;
}
.landing-page .lame-5 .parameter-div {
margin: 0;
width: 100%;
min-height: 170px;
align-self: stretch;
justify-content: flex-start;
padding: 14px 12px;
box-sizing: border-box;
}
.landing-page .lame-5 .parameter-div h3 {
min-height: 3.1em;
}
.landing-page .testimonials-layout {
grid-template-columns: 1fr;
gap: 16px;
}
.landing-page .testimonials-intro {
position: static;
padding-top: 0;
}
.landing-page .testimonials-intro h2 {
text-align: center;
}
.landing-page .testimonials-stars,
.landing-page .testimonials-intro .testimonials-rating {
text-align: center;
}
.landing-page .testimonials-nav {
justify-content: center;
}
.landing-page .user-opinions {
grid-template-columns: 1fr;
}
.landing-page .creator-grid {
grid-template-columns: 1fr;
}
.landing-page .creator-container .creator-info {
margin: 14px 0 0;
}
.landing-page .creator-header {
align-items: flex-start;
}
.landing-page .creator-container.creator-container-reverse .creator-info {
margin-right: 0;
}
.landing-page .store-div img{
max-width: 150px;
}
.landing-page .stats-band {
width: 100%;
max-width: calc(100vw - 24px);
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0;
padding: 10px 12px;
border-radius: 14px;
}
.landing-page .stats-item {
min-height: 78px;
border-right: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.landing-page .stats-item:nth-child(3),
.landing-page .stats-item:nth-child(4) {
border-bottom: none;
}
.landing-page .stats-value {
font-size: 1.9rem;
}
.landing-page .stats-label {
margin-top: 8px;
font-size: 1rem;
}
.landing-page .lame-12 .store-div {
justify-content: center;
}
.landing-page .providers div {
padding: 16px;
}
.landing-page .accordion5:before {
font-size: 24px;
line-height: 1;
}
.landing-page .key-features .flex-row {
flex-wrap: nowrap
}
.landing-page .lame-10 .white-underline {
text-decoration: underline;
text-decoration-thickness: 5px;
}
}
@media (prefers-color-scheme: light) and (max-width: 700px) {
.landing-page .accordion5 {
background: #ffffff;
border-color: rgba(51, 232, 166, 0.5);
}
.landing-page .panel5,
.landing-page div.panel5.show {
background: #ffffff;
border-color: rgba(51, 232, 166, 0.4);
}
.landing-page .table-container {
padding: 12px;
}
.landing-page .table th,
.landing-page .table td {
padding: 7px 6px;
font-size: 0.92rem;
}
.landing-page .table .div-text {
font-size: 0.92rem;
line-height: 1.35;
}
.landing-page .user-div {
min-height: 0;
padding: 16px 16px 14px;
row-gap: 6px;
}
.landing-page .user-div p {
margin: 2px 0 10px;
}
.landing-page .stats-item {
border-bottom: 1px solid rgba(24, 24, 24, 0.14);
}
}
@media (max-width: 900px) {
.landing-page .lame-4 .objectives-flex {
gap: 12px;
align-items: stretch;
}
.landing-page .lame-4 .objective {
min-width: 0;
flex: 0 0 calc((100% - 12px) / 2);
width: calc((100% - 12px) / 2);
max-width: calc((100% - 12px) / 2);
}
.landing-page .lame-10 .flex-row {
flex-wrap: wrap;
}
.landing-page .lame-10 label {
padding: 32px 0;
}
.landing-page .lame-10 .white-underline {
text-decoration: underline;
text-decoration-thickness: 5px;
}
}
@media (max-width: 700px) {
.landing-page .header {
background-image:
radial-gradient(
circle at 50% 28%,
rgba(0, 0, 0, 0.14) 0%,
rgba(0, 0, 0, 0.48) 58%,
rgba(0, 0, 0, 0.66) 100%
),
linear-gradient(
180deg,
rgba(0, 0, 0, 0.58) 0%,
rgba(0, 0, 0, 0.44) 45%,
rgba(0, 0, 0, 0.62) 100%
),
url(https://run-motion.com/wp-content/uploads/2025/05/run-motion-V1-34-fond-scaled-1-2.webp);
}
}