* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

img {
    display: block;
    max-width: 100%;
}

.wrapper {
    padding-inline: 16px;
}

.ptb-96 {
    padding-top: 56px;
    padding-bottom: 56px;
}

.pb-96 {
    padding-bottom: 56px;
}

.ptb-64 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.pt-64 {
    padding-top: 64px;
}

.pb-64 {
    padding-bottom: 64px;
}

.ptb-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (min-width: 375px) {
    .wrapper {
        padding-inline: 24px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        padding-inline: 48px;
    }

    .ptb-64 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .pt-64 {
        padding-top: 64px;
    }

    .pb-64 {
        padding-bottom: 64px;
    }
}

@media (min-width: 1024px) {

    .ptb-96 {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .pb-96 {
        padding-bottom: 64px;
    }
}

@media (min-width: 1280px) {
    .wrapper {
        padding-inline: 56px;
    }

    .ptb-96 {
        padding-top: 92px;
        padding-bottom: 92px;
    }

    .pb-96 {
        padding-bottom: 92px;
    }
}

@media (min-width: 1440px) {
    .wrapper {
        padding-inline: 64px;
    }
}

@media (min-width: 1840px) {
    .wrapper {
        padding-inline: 80px;
    }
}

.container {
    max-width: 1200px;
    margin-inline: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    text-transform: uppercase;
}

h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0;
    color: #555;
}

@media (min-width: 768px) {
    h1 {
        font-weight: 900;
        font-size: 48px;
        line-height: 1.05;
        letter-spacing: -0.5px;
        text-transform: uppercase;
    }

    h2 {
        font-weight: 900;
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: 0.2px;
        margin-bottom: 20px;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.65;
        letter-spacing: 0;
        color: #555;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 36px
    }


}


/* --Header Style-- */
header {
    background-color: #fff;
    border-bottom: 0.8px solid #6B6B6B;
    position: sticky;
    top: 0;
    z-index: 99;
}

header .wrapper {
    padding-inline: 20px;
}

header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

header .logo {
    font-weight: bold;
    font-size: 24px;
}

header .logo a {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-decoration: none;
    color: #111;
}

header .logo a span {
    color: #6b8a8e;
}

header .logo img {
    border-radius: 0;
    width: 100%;
    max-width: 125px;
}

nav.nav-links {
    display: none;
}

nav.nav-links.is-open {
    display: block;
}

header .navbar {
    padding: 16px 0;
}

nav.nav-links.is-open {
    display: block;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 16px 32px;
}

header .nav-links ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 24px;
}

header .nav-links ul li {
    padding: 0;
    transition: all .3s ease-in-out;
}

header .nav-links ul li a {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #111;
}

header .nav-links li a:hover {
    color: #476169;
}

header .nav-links li.active a {
    font-weight: 700;
    color: #476169;
}

header .member-cstm-menu a {
    color: #fff !important;
    border: 1px solid #476169;
    border-radius: 6px;
    background-color: #476169;
    padding: 12px 22px;
}

header .is-open .member-cstm-menu a {
    padding: 8px 22px;
}

header .is-open .member-cstm-menu {
    margin-top: 6px;
}

header .member-cstm-menu a:hover {
    color: #000 !important;
    border-color: #000;
    background-color: #fff;
}

.custom-nav-toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FAFAF8;
    border: 1px solid #ccc;
}

.custom-nav-toggle span {
    position: absolute;
    left: 8px;
    right: 8px;
    height: 1px;
    background: #333;
    transition: all 0.3s ease;
}

.custom-nav-toggle span:nth-child(1) {
    top: 9px;
}

.custom-nav-toggle span:nth-child(2) {
    top: 14px;
}

.custom-nav-toggle span:nth-child(3) {
    top: 21px;
}

body.menu-open .custom-nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 15px;
}

body.menu-open .custom-nav-toggle span:nth-child(2) {
    opacity: 0;
}

body.menu-open .custom-nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 15px;
}

.is-open+.main-mobile-nav .custom-nav-toggle {
    background-color: #476169;
}

.is-open+.main-mobile-nav .custom-nav-toggle span {
    background-color: #fff;
}

@media (min-width: 768px) {
    nav.nav-links.is-open {
        padding: 0 32px 32px;
    }

    header .wrapper {
        padding-inline: 48px;
    }

    header .logo a {
        font-size: 17px;
        font-weight: 900;
        letter-spacing: 1.5px;
    }
}

@media (min-width: 1024px) {
    .main-mobile-nav {
        display: none;
    }

    nav.nav-links {
        display: block;
    }

    header .navbar {
        padding: 0;
    }

    header .nav-links ul {
        display: flex;
        flex-direction: row;
        list-style: none;
    }

    header .nav-links ul li {
        padding: 24px 0;
    }

    header .nav-links li a:before {
        content: '';
        width: 0;
        height: 2px;
        background-color: #476169;
        border-radius: 0 0 2px 2px;
        position: absolute;
        top: 15px;
        left: 0;
        transition: all .5s ease-in-out;
    }


    header .nav-links li.active a:before,
    header .nav-links li a:hover::before {
        width: 100%;
    }

    header .nav-links ul li.member-cstm-menu a:before {
        display: none !important;
    }


}

@media (min-width: 1140px) {
    header .nav-links ul li a {
        font-size: 12px;
    }
}

@media (min-width: 1280px) {
    header .navbar {
        gap: 50px;
    }

    header .nav-links ul li a {
        font-size: 12px;
    }

    header .logo img {
        max-width: 150px;
    }

    header .logo svg {
        max-width: 150px;
    }
}

@media (min-width: 1340px) {
    header .nav-links ul li a {
        font-size: 12px;
    }

    header .nav-links ul {
        gap: 18px;
    }
}

@media (min-width: 1440px) {
    header .nav-links ul {
        gap: 30px;
    }
}

@media (min-width: 1840px) {
    header .nav-links ul {
        gap: 40px;
    }

    header .logo img {
        max-width: 189px;
    }

    header .logo svg {
        max-width: 189px;
    }

    header .member-cstm-menu a {
        padding: 8px 22px;
    }
}

/* --Footer Style-- */

footer {
    background: #f0ede5;
    border-top: 0.5px solid #ebe8de;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 0 32px;
}

.footer-logo {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #111;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
}

footer ul {
    list-style: none;
}

footer ul li a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.15s;
}

.footer-grid ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

.footer-item .footer-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 18px;
}

.footer-item p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
    font-weight: 400;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #4a5d61;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.15s;
}

.footer-social a:hover {
    background: #6b8a8e;
}

.footer-social a img {
    width: 13px;
    height: 13px;
}

.footer-app-btns {
    display: flex;
    gap: 8px;
}

.footer-app-btns a {
    flex: 1;
    height: 40px;
    background: #000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
    align-items: center;
    padding: 24px 0 40px;
    border-top: 0.5px solid #d8d4c4;
}

.footer-legal ul {
    display: flex;
    gap: 5px;
}
.footer-legal {
    display: flex;
}
.footer-legal,
.footer-legal ul li a {
    font-size: 12px;
    color: #888;
}
.footer-item.desktop-devices,
.footer-bottom .desktop-menu{
    display: none;
}
.footer-bottom .footer-legal ul {
    gap: 24px;
}
.footer-bottom .footer-legal ul li {
    list-style: disc !important;
}
.footer-bottom .footer-legal ul li.menu-item-1706 {
    list-style: none !important;
}
@media (min-width:768px) {
    .footer-grid {
		grid-template-columns: 1.8fr 1fr 1fr 1.6fr;
        gap: 32px;
    }
	
.footer-grid {
    padding: 72px 0 48px;
}
.footer-item.mobile-devices,
.footer-bottom .mobile-menu  {
    display: none;
}
.footer-item.desktop-devices,
.footer-bottom .desktop-menu{
    display: block;
}
.footer-bottom {
	flex-direction: row;
}
.footer-bottom .footer-legal ul li {
    list-style: none !important;
}	
.footer-bottom .footer-legal ul {
    gap: 5px;
}	
}
@media (min-width: 992px) {
    .footer-grid {
        gap: 32px;
    }
}

@media (min-width: 1200px) {
   .footer-grid {
        gap: 56px;
    }
}



/* --Btn Style-- */

.btn-fill,
.btn-unfill,
.white-cta-fill,
.white-cta-unfill {
    display: block;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    letter-spacing: 1.5px;
    border-radius: 8px;
    padding: 15px 15px;
    overflow: hidden;
    transition: background 0.15s;
}

.btn-fill {
    border: 1px solid #476169;
    color: #FAFAF8;
    background: #4a5d61;
}

.btn-fill:hover {
    background: #3a4d51;
}

.btn-unfill {
    border: 1.5px solid #4a5d61;
    color: #4a5d61;
    background: transparent;
}

.btn-unfill:hover {
    background: rgba(74, 93, 97, 0.06);
}

.white-cta-fill {
    border: 1px solid #fff;
    color: #111;
    background: #fff;
}

.white-cta-fill:hover {
    opacity: 0.9;
}

.white-cta-unfill {
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background: #1e2a2d;
}

.white-cta-unfill:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* 
.btn-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    transition: 0.4s;
    z-index: -1;
}

.btn-fill:hover::before {
    left: 0;
}
 */

/* 
.btn-unfill::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #476169;
    transition: 0.4s;
    z-index: -1;
}

.btn-unfill:hover::before {
    left: 0;
} */

/* .dark-mode-btn .btn-fill::before {
    background: #1e2a2d;
} 

.dark-mode-btn .btn-unfill::before {
    background: #fff !important;
} */

.btn__note {
    display: block;
    font-size: 12px;
    color: #ffffff73;
    font-style: italic;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {

    .btn-fill,
    .btn-unfill,
    .white-cta-fill,
    .white-cta-unfill {
        display: inline-block;
        padding: 15px 32px;
    }

    .btn__note {
        text-align: left;
    }
}

/* --Btn style End-- */
.c-grey {
    color: #476169;
}

.eyebrow {
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #4a5d61;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.eyebrow span {
    text-transform: lowercase;
}
.note {
    display: block;
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    line-height: 1.5;
    color: #6B6B6B;
    margin-top: 10px;
}

.check-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    list-style: none;
}

.check-list li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4a5d61;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M39.046 68.627c-.543-1.092-8.913-17.833-17.477-19.939-2.887-.648-5.2-.076-5.2-.076-3.179.923-5.496 3.678-6.4 6.083-1.81 5.355.973 9.438 3.692 13.264 5.438 7.65 10.716 15.205 16.154 22.856 1.856 2.54 3.743 5.208 6.726 6.242 3.88 1.357 8.313-.558 10.952-3.665 2.768-3.139 4.093-7.148 5.45-11.028l2.423-6.734c2.777-7.504 5.844-14.942 9.07-22.285s6.613-14.587 10.289-21.768 7.383-14.232 11.507-21.251c1.063-1.763 1.998-3.494 3.061-5.257.194-.32 1.514-2.147 1.29-2.5-.224-.354-1.992.765-2.377.86-3.277 1.63-6.428 3.773-9.257 6.11-5.757 4.832-10.456 10.63-14.963 16.654a288.234 288.234 0 0 0-24.94 42.434z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 1px;
	transform: rotate(8deg);
}

/* ─── HERO SECTION ─── */
.hero-section {
    position: relative;
    height: 540px;
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15)), #1e2a2d;
    overflow: hidden;
}

.hero-section .container {
    height: 540px;
    display: flex;
    align-items: end;
}

.hero-section video {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.hero-section__inner {
    max-width: 100%;
    padding: 0 0 32px;
}

.hero-section__title {
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-section__inner p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 28px;
    max-width: 520px;
}

.hero-section__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hero-section__btn-primary,
.hero-section__btn-secondary {
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.hero-section__btn-primary {
    background: var(--teal);
    color: #fff;
}

.hero-section__btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.hero-section__cta-group,
.hero-section__cta-group a {
    width: 100%;
    text-align: center;
}

.hero-section__cta-group a {
    padding: 15px 15px;
}

.hero-section__note {
    font-size: 12px;
    color: #ffffff73;
    margin-top: 8px;
}

/* ─── APP SECTION ─── */
.app-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: center;
}

.app-section__content .eyebrow {
    margin-bottom: 14px;
}

.app-section__content h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

.app-section__content p {
    margin-bottom: 24px;
}

.app-section__content .btn__note {
    color: #888;
    margin-bottom: 0;
}

.app-section__btn {
    display: inline-block;
    padding: 14px 28px;
    background: var(--teal);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

.app_mobile-image {
    margin-bottom: 32px;
}

.app-section__note {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 10px;
}

.app-section__visual {
    background: #f0ede5;
    border-radius: 12px;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-section__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.app-section__trust-item {
    padding: 18px 8px;
    text-align: center;
    border-right: 1px solid #eee;
}

.app-section__trust-item:last-child {
    border-right: none;
}

.app-section__trust-num {
    font-size: 20px;
    font-weight: 900;
    color: #4a5d61;
    line-height: 1;
    margin-bottom: 6px;
}

.app-section__trust-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #888;
    text-transform: uppercase;
}

.app_desktop-image {
    display: none;
}

/* ─── MEET SECTION ─── */
.meet-section {
    background: #f8f7f3;
}

.meet-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}

.meet-section__image {
    width: 100%;
    background: #f0ede5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.meet-section__quiz-card {
    border: 1px solid #4a5d61;
    border-radius: 12px;
    padding: 24px 20px;
    margin-top: 32px;
    text-align: center;
}

.meet-section__quiz-card h3 {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #111;
    text-align: center;
	max-width: 300px;
	margin: auto;
	margin-bottom: 10px;
}

.meet-section__quiz-card p {
    font-size: 13px;
    margin-bottom: 18px;
}

/* ─── YOUTUBE ─── */
.youtube-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}

.youtube-section__visual {
    width: 100%;
    background: #f0ede5;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.mobile-youtube-img {
    margin: 24px 0 32px;
}

.desktop-youtuubr-img {
    display: none;
}

/* ─── TESTIMONIALS ─── */
.testimonials-section {
    background: #f0ede5;
    text-align: center;
}

.testimonials-section__carousel {
    margin-top: 32px;
}

.testimonials-section__carousel .slick-slider {
    margin-bottom: 0;
}

.testimonials-section__header {
    text-align: left;
    max-width: 560px;
    margin: 0 auto;
}

.testimonials-section__card {
    background: #fff;
    padding: 24px 20px;
    border-radius: 12px;
    border: 1px solid #eee;
}

.testimonials-section__carousel .slick-track {
    display: flex;
    margin: 0 0;
}

.testimonials-section__card {
    height: auto;
    margin: 0 0;
}

.stars {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}

.star img {
    width: 14px;
    height: 14px;
}

.testimonials-section__card p {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 16px;
}

.testimonials-section__card h3 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #4a5d61;
    text-transform: uppercase;
    text-align: left;
}

.slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(74, 93, 97, 0.25);
    cursor: pointer;
    transition: background 0.15s;
    border: none;
    padding: 0;
    margin: 0;
}

.slick-dots li.slick-active button {
    background: #4a5d61;
    border-radius: 999px;
}

.slick-dots li button:before {
    content: unset;
}

/* ─── EMAIL ─── */
.email-section {
    background-color: #f8f7f3;
    text-align: center;
}

.email-section__inner {
    max-width: 640px;
    margin: 0 auto;
	text-align: left;
}
.email-section__inner .eyebrow {
    margin-bottom: 12px;
}
.email-section__inner h2 {
    margin-bottom: 20px;
}
.email-section__inner p {
    margin-bottom: 24px;
}
.email-section__form {
    display: none;
}

.email-section .form-note {
    font-size: 12px;
    color: #888;
    font-style: italic;
    margin-top: 12px;
}

/* ─── FINAL SECTION ─── */
.final-section {
    background: #1e2a2d;
    padding-block: 56px;
}

.final-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.final-section__image {
    background: #2d3a3e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    aspect-ratio: 4 / 5;
}

.final-section__content {
    padding: 0 0;
    color: #fff;
    max-width: 100%;
}

.final-section__content h2 {
    color: #fff;
    font-weight: 700;
}

.final-section__btn {
    display: inline-block;
    padding: 14px 28px;
    background: #fff;
    color: #000;
    border-radius: 8px;
    text-decoration: none;
}

.final-section__content p {
    color: #ffffffb8;
    margin-bottom: 24px;
}


/* --Start here page-- */
.ns-section .wrapper {
    padding-right: 0;
}

.ns-section .container {
    max-width: 100%;
}

.ns-grid {
    display: grid;
    grid-template-columns: 1fr;
}

.ns-grid .ns-content {
    padding: 40px 24px 40px 24px;
    max-width: 100%;
    justify-self: start;
    margin: 0;
}

.ns-content h1 {
    margin-bottom: 20px;
}

.ns-content h1+p {
    max-width: 480px;
    margin-bottom: 32px;
}

.ns-media {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    min-height: auto;
    background: #f0ede5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ns-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 327px;
}

.ns-actions a {
    width: 100%;
    text-align: center;
}

.gs-header {
    max-width: 690px;
    margin: 0 auto;
    text-align: left;
}

.gs-header h2 {
    margin-bottom: 20px;
}

.gs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.gs-card {
    position: relative;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #0000001A;
    transition: box-shadow 0.2s, transform 0.2s;
    overflow: hidden;
}

.gs-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.gs-card-media {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #2d3748;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gs-card-body {
    padding: 28px 24px;
}

.gs-card-tag {
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #4a5d61;
    text-transform: uppercase;
}

.gs-card-body h3 {
    font-size: 19px;
    font-weight: 800;
    margin: 10px 0 12px;
}

.gs-card-body p {
    font-size: 14px;
    line-height: 1.65;
}
.gs-card-body p strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #111;
    margin: 20px 0 12px;
}
.gs-card-body ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
}

.gs-card-body .btn-fill {
    width: 100%;
	font-size: 11px;
    text-align: center;
}

.gs-footer {
    background: #f0ede5;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    max-width: 720px;
    margin: 32px auto 0;
}

.gs-footer h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.5px;
	max-width:200px;
	margin:auto;
    margin-bottom: 12px;
}

.journey-start {
    text-align: center;
    background: #1e2a2d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.journey-start h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 24px;
}

.journey-start h2 span {
    display: block;
    color: #6b8a8e;
}

.journey-start p {
    color: rgba(255, 255, 255, 0.72);
}

.journey-start p strong {
    color: #fff;
}

.ready-begin-start {
    background: #1e2a2d;
}

.ready-begin-start-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    background: #1e2a2d;
    padding-top: 56px;
}

.ready-begin-start-media {
    width: calc(100% - 48px);
    height: 100%;
    min-height: auto;
    aspect-ratio: 4 / 5;
    background: #2d3a3e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
}

.ready-begin-start-left {
    padding: 32px 24px 56px 24px;
    max-width: 600px;
}

.ready-begin-start-left h2 {
    text-align: left;
    color: #fff;
}

.ready-begin-start-left p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
    margin: 20px 0 32px;
}

.ready-begin-start-left .btns {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    max-width: 340px;
}


/* --Responsive-- */
@media only screen and (min-width: 768px) {

    .ns-grid .ns-content {
        justify-self: end;
		 padding: 56px 48px 56px 48px;
        margin: 0 0 0 auto;
    }

    .gs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ready-begin-start-grid {
        grid-template-columns: 1fr 1fr;
        padding-top: 0;
    }

	.ns-actions {
		max-width: 355px;
	}
    .ns-media {
        aspect-ratio: auto;
        min-height: 540px;
    }

    .journey-start h2 {
        font-size: 44px;
    }
	.gs-header {
		text-align: center;
	}
	.gs-card-body {
		padding: 28px 24px;
		padding-bottom: 71px;
	}
	.gs-card-body .gs-btn {
		position: absolute;
		left: 24px;
		right: 24px;
		bottom: 24px;
	}
	
    .gs-footer {
		padding: 48px 32px;
        margin: 64px auto 0;
    }

    .gs-footer h3 {
        font-size: 28px;
		max-width: 100%;
    }

    .ready-begin-start-left {
        padding: 56px 48px 56px 32px;
    }

    .ready-begin-start-media {
        width: 100%;
        min-height: 520px;
        aspect-ratio: auto;
        border-radius: 0;
    }

    .meet-section__grid {
        gap: 40px;
    }

    .youtube-section__grid {
        gap: 40px;
    }

    .final-section__grid {
        gap: 40px;
    }

    .hero-section__title {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 22px;
    }

    .hero-section__cta-group a {
        padding: 17px 36px;
    }

    .app-section__content h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .app-section__trust {
        margin-top: 48px;
    }

    .app-section__trust-item {
        padding: 20px;
    }

    .app-section__trust-num {
        font-size: 28px;
    }

    .app-section__trust-label {
        font-size: 10px;
    }

    .hero-section,
    .hero-section .container,
    .hero-section video {
        height: 680px;
    }

    .hero-section__inner {
        max-width: 760px;
        padding: 0 0 56px;
    }

    .hero-section__cta-group,
    .hero-section__cta-group a {
        width: auto;
        text-align: left;
    }

    .check-list {
        gap: 14px;
        margin-bottom: 32px;
    }

    .check-list li {
        gap: 12px;
        font-size: 15px;
    }

    .check-list li::before {
        width: 22px;
        height: 22px;
    }

    .app-section__visual,
    .meet-section__image {
        border-radius: 16px;
    }

    .meet-section__quiz-card {
        padding: 28px;
    }

    .meet-section__quiz-card h3 {
        font-size: 18px;
        font-weight: 900;
        margin-bottom: 12px;
		max-width: 100%;
    }

    .meet-section__quiz-card p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .eyebrow {
        margin-bottom: 14px;
    }

    .testimonials-section__header {
        text-align: center;
    }

    .testimonials-section__carousel {
        margin-top: 48px;
    }

    .testimonials-section__card {
        padding: 24px;
    }

    .testimonials-section__card p {
        font-size: 15px;
    }

    .final-section__content p {
        margin-bottom: 28px;
    }

    .testimonials-section__carousel .slick-track {
        margin: 0 -12px;
    }

    .testimonials-section__card {
        margin: 0 12px;
    }
	.email-section__inner {
		text-align: center;
	}
}

@media only screen and (min-width: 992px) {
	.ns-grid {
        grid-template-columns: 1fr 1fr;
    }
	.ns-grid .ns-content {
		padding: 56px 32px 56px 48px;
		max-width: 700px;
	}
	.ns-actions {
		max-width: 327px;
	}
    .gs-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }   
	.hero-section__title {
        font-size: 56px;
		margin-bottom: 22px;
    }
	.hero-section__inner p {
        font-size: 18px;
        margin-bottom: 36px;
    }
	
   .mobile-youtube-img, .app_mobile-image {
        display: none;
    }
	.app_desktop-image, .desktop-youtuubr-img {
        display: block;
    }
    .app-section__grid {
        grid-template-columns: 1fr 1fr;
        gap: 56px;
    }
	
    .meet-section__grid {
        grid-template-columns: 1fr 1fr;
        gap: 56px;
    }
   .youtube-section__grid {
        grid-template-columns: 1fr 1fr;
        gap: 56px;
    }
	.final-section__grid {
        grid-template-columns: 1fr 1fr;
        gap: 56px;
    }

	.youtube-section__content .btn-fill {
		margin-top: 24px;
	}
	
    .final-section {
        padding-block: 0;
    }
    .final-section__content {
        padding: 96px 0;
    }
	.final-section__image {
        border-radius: 0;
        aspect-ratio: auto;
    }
	.final-section__content {
		max-width: 470px;
	}
}


@media only screen and (min-width: 1200px) {
	.hero-section__inner {
        padding: 0 0 72px;
    }
	.hero-section__title {
        font-size: 64px;
    }
    .ns-grid .ns-content {
        padding: 64px 48px 64px 80px;
    }

    .ready-begin-start-left {
        padding: 80px 80px 80px 64px;
    }

    .ns-actions {
        max-width: 100%;
    }

    .ns-actions a {
        width: auto;
    }
	.meet-section__grid {
        gap: 80px;
    }
	.youtube-section__grid {
        gap: 80px;
    }
	.app-section__grid {
        gap: 80px;
    }
	.final-section__grid {
        gap: 64px;
    }
}


/* ---Main Hub Page Style--- */

.community-testimonials-section {
    background-color: #f0ede5;
}
.reset-plan-section {
    background-color: #1e2a2d;
}
.workout-guides-section {
    background-color: #f0ede5;
}
.faq-section {
    background-color: #f8f7f3;
}

/* ---Home Workout Style--- */
.home-workout-intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.home-workout-intro p {
    margin-bottom: 16px;
}
.home-workout-intro p:last-child {
    margin-bottom: 0;
}

/* ---Popular Workouts Style-- */
.popular-workouts-section {
    background-color: #f0ede5;
}
.popular-workouts-heading {
    text-align: center;
    margin-bottom: 40px;
}
.popular-workouts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
}
.popular-workout-card {
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid #eee;
    background: #fff;
    transition: box-shadow 0.2s;
}
.popular-workout-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}
.popular-workout-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #2d3748;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.popular-workout-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}
.popular-workout-body {
    padding: 16px 14px 18px;
    display: flex;
    flex-direction: column;
}
.popular-workout-title {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    min-height: 50px;
}
.popular-workout-tag {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    color: #888;
    margin-bottom: 14px;
    min-height: 30px;
}
.popular-workouts-btn-wrap {
    text-align: center;
}
.popular-searches-wrap {
    margin-top: 40px;
    text-align: center;
}
.popular-workout-body .btn-fill {
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 11px;
}
.popular-searches-wrap .eyebrow {
    letter-spacing: 1.5px;
    color: #888;
    margin-bottom: 16px;
}
.popular-searches .search-tag {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 1.5px solid #4a5d61;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #4a5d61;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
}
.popular-searches .search-tag:hover {
    background: #4a5d61;
    color: #fff;
}

/* --Workout Categories Style-- */
.workout-categories-section {
    background-color: #f8f7f3;
}
.workout-categories-heading {
    text-align: center;
    margin-bottom: 40px;
}
.workout-categories-heading .eyebrow {
    margin-bottom: 12px;
}
.workout-categories-heading p {
    max-width: 600px;
    margin: 0 auto;
}

.workout-categories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.workout-category-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 0.5px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.workout-category-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #2d3e42;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.workout-category-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 18px 20px;
}
.workout-category-body h3 {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    line-height: 1.25;
}
.workout-category-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 16px;
    flex: 1;
}
.workout-category-body .btn-fill {
    max-width: fit-content;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 11px;
}

/* ---Training Channels Style -- */
.training-channels-heading {
	text-align: center;
    margin-bottom: 40px;
}
.training-channels-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.training-channel-card {
    border: 0.5px solid #e5e5e5;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.training-channel-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.training-channel-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.training-channel-body h3 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    color: #111;
}
.training-channel-body p {
    font-size: 12px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
    font-weight: 400;
    flex: 1;
}
.training-channel-body .training-channel-subs {
    font-weight: 700;
     color: #888;
}
.training-channel-actions {
    display: flex;
    gap: 8px;
}
.training-channel-actions .btn-fill {
    padding: 10px 18px;
    font-size: 11px;
    border-radius: 6px;
}
.training-channel-actions .btn-fill.btn-subscribe {
    background: #FF0000;
    border-color: #FF0000;
}

/* ---Workout Plans Style -- */
.workout-plans-section {
    background-color: #f8f7f3;
}
.workout-plans-heading {
    text-align: center;
    margin-bottom: 40px;
}
.workout-plans-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.workout-plan-card {
    border: 0.5px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s;
    position: relative;
}
.workout-plan-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #2d3748;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.workout-plan-popular-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background: #4a5d61;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
}
.workout-plan-body {
    padding: 16px;
}
.workout-plan-body h3 {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    line-height: 1.25;
    color: #111;
}
.workout-plan-body p {
    font-size: 12px;
    line-height: 1.55;
    color: #555;
    margin-bottom: 14px;
    font-weight: 400;
}
.workout-plan-body .btn-fill {
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 11px;
}

/* ----Reset Plan  Style -- */

.reset-plan-grid {
    display: grid;
    grid-template-columns: 1f;
    gap: 24px;
    align-items: center;
}
.reset-plan-grid h2 {
    color: #fff;
}
.reset-plan-grid p {
    color: #ffffffa6;
}
.reset-plan-grid .check-list {
    margin-top: 28px;
}
.reset-plan-grid .check-list li {
    color: rgba(255,255,255,0.85);
}
.reset-plan-visual {
    aspect-ratio: 4 / 3;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* --Workout Guides Style--- */
.workout-guides-heading {
    text-align: center;
    margin-bottom: 40px;
}
.workout-guides-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.workout-guide-card {
    border: 0.5px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s;
}
.workout-guide-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #2d3e42;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.workout-guide-body {
    padding: 16px;
}
.workout-guide-body p {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #4a5d61;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.workout-guide-body h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
    margin-bottom: 10px;
}
.workout-guide-cta {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #4a5d61;
    text-transform: uppercase;
    text-decoration: none;
}

/* --Responsive-- */
@media only screen and (min-width: 768px) {
.popular-workouts-grid,.workout-categories-grid,
.training-channels-grid,.workout-plans-grid,
.workout-guides-grid  {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.reset-plan-grid {
    gap: 40px;
}	
}

@media only screen and (min-width: 992px) {
.popular-workouts-grid,.training-channels-grid,
.workout-plans-grid,.workout-guides-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.workout-categories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.reset-plan-grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}	
}


@media only screen and (min-width: 1200px) {

}


