/* CSS FOR: HERO BANNER */
#hero-banner .hero-banner-row-2 {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

.hero-main-row h3 {
    font-family: 'Niveau Grotesk Medium';
    letter-spacing: -0.05em;
}

#hero-banner .hero-banner-row-2 .paragraph {
    font-size: 24px;
    color: #311403;
    font-family: "Inter", sans-serif;
    line-height: 150%;
}

#hero-banner .service {
    padding: 4px 19px;
    border-radius: 100px;
    line-height: 32px;
    font-size: 16px;
    text-transform: uppercase;
    color: #311403;
    font-family: "Inter", sans-serif;
}


#hero-banner .hero-banner-description p {
    font-size: 25px;
    color: #FBF7F1;
    font-family: "Inter", sans-serif;
}

#hero-banner .hero-row-3 {
    width: 100%;
}

#hero-banner .hero-row-3 a {
    background-color: #97CFCB;
    padding: 4px 56px;
    border-radius: 100px;
    text-decoration: none;
    line-height: 32px;
    color: #311403;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #311403;
    box-shadow: -4px 4px 0px #303030;
    margin-top: 20px;
    transition-duration: 150ms;
    /* font-family: 'Niveau Grotesk Medium', sans-serif; */
}

#hero-banner .hero-banner-description a:hover {
    color: #fff;
    background-color: #cd6f46;
}

#hero-banner .hero-banner-description a:active {
    transform: translateY(4px);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.3), 0px 0px 0 #303030;
}

/* CSS FOR: OUR PROCESS */
#our-process-section {
    min-height: 60vh;
    height: 100%;
}

.process-row {
    justify-content: space-between;
}

#our-process-section .process-description {
    max-width: 579px;
    position: sticky;
    top: 30px;
}

#our-process-section .process-image-wrapper {
    width: 160px;
    height: 160px;
}

.card-description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#our-process-section .process-image-wrapper svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#our-process-section .process-description h2 {
    letter-spacing: -0.05em;

}

#our-process-section .our-process-accordion-wrapper {
    max-width: 648px;
}

#our-process-section .process-accordion {
    border: 1px solid #311403;
    transition: all 0.3s ease-in;
    cursor: pointer;
    padding: 24px 40px;
}

#our-process-section .process-accordion.active {
    border-left: 3px solid #311403;
    border-bottom: 3px solid #311403;
}

#our-process-section .process-accordion.active {
    background: #F2EEE9;
}

#our-process-section .process-accordion:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#our-process-section .accordion-number {
    font-size: 24px;
    font-weight: 900;
    color: #311403;
    line-height: normal;
    margin: 0;
    /* font-family: 'Niveau Grotesk Black', sans-serif; */
}

#our-process-section .card-icon {
    width: 28px;
    height: 28px;
    transition: all .5s ease;
}

#our-process-section .process-accordion .card-icon svg {
    width: 100%;
    height: 100%;
}

#our-process-section .process-accordion .icon-title h3 {
    font-size: 24px;

    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: normal;
    margin: 0;
}

#our-process-section .process-accordion .icon-bottom {
    max-height: 0;
    transition: max-height 0.5s ease;
}

#our-process-section .process-accordion .accordion-text {
    line-height: 150%;
    letter-spacing: -0.02em;
}

#our-process-section .active .card-icon {
    transform: rotate(180deg);
}

/*where to start*/
.where-to-start {
    padding: 80px 0 0;
}

.where-to-start-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
}

.where-to-start-head {
    text-align: center;
    max-width: 964px;
    margin: 0 auto 28px;
}

.where-to-start-title {
    margin: 0 0 24px;
    font-size: 68px;

    line-height: 92%;
    letter-spacing: -0.05em;
    color: #311403;
    font-weight: 800;
}

.where-to-start-subtitle {
    margin: 0;
    font-size: 33px;
    letter-spacing: -0.05em;
    line-height: normal;
    color: #311403;
    font-weight: 500;
    font-family: 'Niveau Grotesk Medium';
}

/* Two columns */
.where-to-start-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: start;
}

.where-to-start-col {
    min-width: 0;
}

.where-to-start-paragraph {
    margin: 0;
    font-size: 18px;
    font-family: 'Inter';
    line-height: 150%;
    color: #311403;
    margin-bottom: 2rem;
}


.where-to-start-lead {
    font-weight: 700;
    color: #311403;
    margin-bottom: 1.25rem;
}

/* List */
.where-to-start-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.where-to-start-list li {
    margin: 0;
    font-size: 18px;
    font-family: 'Inter';
    line-height: 150%;
    color: #311403;
    font-weight: 400;
}

.cta-wrp a {
    min-height: 43px;
    padding: 4px 56px;
    color: #311403 !important;
    box-shadow: -4px 4px 0px #303030;
    align-content: center;
}

.countdown {
    padding: 48px 0 80px;
    overflow: hidden;
    position: relative;
}

.countdown .wave-container {
    transform: rotate(0deg);
}

.countdown-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
}

.countdown-card {
    position: relative;
    border-radius: 12px;
    border: 2px solid #311403;
    box-shadow: 0 8px 0 #311403;
    padding: 56px 56px;
    overflow: hidden;
    background: linear-gradient(139.8deg, rgba(151, 207, 203, 0.5) 17.71%, rgba(251, 171, 26, 0.5) 41.65%, rgba(255, 51, 0, 0.5) 63.02%, rgba(50, 106, 128, 0.5) 86.6%), #FFFFFF;
    border: 2px solid #311403;
    box-shadow: 0px 8px 0px #311403;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.countdown-title {
    text-align: center;
    font-size: 68px;

    line-height: normal;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #311403;
}

/* Boxes */
.countdown-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
    margin: 0 auto 18px;
}

.countdown-box {
    background: #295567;
    border: 2px solid #000000;
    border-radius: 15px;
    padding: 22px 18px;
    text-align: center;
}

.countdown-number {
    font-size: 109px;

    line-height: normal;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.05em;
}

.countdown-label {
    margin-top: 10px;
    font-size: 33px;
    font-weight: 500;
    color: #97CECB;
    font-family: 'Niveau Grotesk Medium';
}

/* Button */
a.main-btn.countdown-button {
    background-color: #fff;
    padding: 4.5px 56px;
    line-height: 32px;
    color: #311403 !important;
    min-height: 48px;
}

a.main-btn.countdown-button:hover,
a.main-btn.countdown-button:active {
    color: #fff !important;
}

.badge-wrap {
    width: 220px;
    height: 220px;
    position: absolute;
    right: 0;
    top: -5rem;
    z-index: 1;
}

.badge-spin {
    width: 100%;
    height: 100%;
    display: block;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    animation: badge-spin 10s linear infinite;
    will-change: transform;
}

@keyframes badge-spin {
    to {
        transform: rotate(360deg);
    }
}

/*Are you ready*/
.are-you-ready {
    padding: 56px 20px 67px;
}

.are-you-ready-container {
    width: min(1320px, calc(100% - 0px));
    margin: 0 auto;
}

.are-you-ready-grid {
    display: grid;
    grid-template-columns: 598px 1fr;
    gap: 80px;
    align-items: start;
}

/* Image */
.are-you-ready-image {
    position: relative;
    width: 598px;
    height: 668px;
}

.are-you-ready-img {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.are-you-ready-image.image-wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(139.8deg, rgba(151, 207, 203, 0.35) 17.71%, rgba(251, 171, 26, 0.35) 41.65%, rgba(255, 51, 0, 0.35) 63.02%, rgba(50, 106, 128, 0.35) 86.6%);
    position: absolute;
    top: 0;
}

.are-you-ready-image::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    pointer-events: none;
    z-index: 2;
    background:
        linear-gradient(139.8deg,
            rgba(151, 207, 203, 0.35) 17.71%,
            rgba(251, 171, 26, 0.35) 41.65%,
            rgba(255, 51, 0, 0.35) 63.02%,
            rgba(50, 106, 128, 0.35) 86.6%),
        linear-gradient(165.5deg, #b9b9b9 2.25%, #535353 95.13%);
    opacity: 0.7;
}

/* Ensure image sits under overlay */
.are-you-ready-image img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/* Content */
.are-you-ready-title {
    margin: 0 0 14px;
    font-size: 68px;

    line-height: normal;
    letter-spacing: -0.05em;
    color: #311403;
    font-weight: 900;
}

.are-you-ready-body {
    font-size: 1rem;
    color: #311403;
    line-height: 150%;
}

.are-you-ready-body p {
    margin-bottom: 1.6rem;
}

.main-btn.are-you-ready-button {
    padding: 4px 56px;
    font-family: 'Niveau Grotesk Medium';
    font-weight: 500;
    align-content: center;
    color: #311403 !important;
}

/*start section*/
.start-section {
    background: #f7f5f0;
    padding: 0;
}

.start-section-inner {
    background: #F6D1AB;
    border-bottom: 2px solid #311403;
}

.start-section-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: start;
    padding: 40px 0;
    max-width: 1320px;
    margin: 0 auto;
}

.start-section-title {
    margin: 0;

    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 92%;
    font-size: clamp(34px, 4vw, 68px);
    color: #311403;
    max-width: 516px;
}

.start-section-copy {
    margin: 0;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 150%;
    color: #311403;
    max-width: 655px;
}

.start-section .text-anchor {
    text-decoration: underline;
    color: #311403;
}

.tools-marquee {
    width: 100%;
    overflow: hidden;
    background: transparent;
    padding: 80px 0;
}

.tools-marquee-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: tools-marquee-move 30s linear infinite;
    will-change: transform;
}

.tools-marquee-row {
    display: flex;
    gap: 32px;
    align-items: center;
}

/* Pills */
.tools-pill {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 8px 14px;
    color: #311403;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 140%;
    letter-spacing: -0.02em;
    white-space: nowrap;
    min-width: 184px;
    height: 42px;
    background: #D0EBE8;
    border: 2px solid #311403;
    box-shadow: -4px 4px 0px #303030;
    border-radius: 100px;
}

/* Optional: icon slot (if you add inline SVGs) */
.tools-pill svg {
    width: auto;
    height: 32px;
    flex: 0 0 auto;
}

@keyframes tools-marquee-move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tools-marquee-track {
        animation: none;
    }
}

.getting-ahead {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 80px 20px;
    position: relative;
}

.getting-ahead::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(139.8deg, rgba(151, 207, 203, 0.5) 17.71%, rgba(251, 171, 26, 0.5) 41.65%, rgba(255, 51, 0, 0.5) 63.02%, rgba(50, 106, 128, 0.5) 86.6%);
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
}

.getting-ahead-container {
    width: min(1320px, calc(100% - 0px));
    margin: 0 auto;
    position: relative;
}

.getting-ahead .badge-wrap {
    width: 146px;
    height: 146px;
    position: static;
}

.getting-ahead-card {
    background: #f7f2ea;
    border: 2px solid #311403;
    border-radius: 15px;
    padding: 80px 61px;
    text-align: center;
}

.getting-ahead-title {
    margin: 0 auto 24px;
    font-size: 68px;
    line-height: normal;
    letter-spacing: -0.05em;
    color: #311403;
    font-weight: 900;

    max-width: 800px;
}

.getting-ahead-copy {
    margin: 0 auto;
}

.getting-ahead-copy p {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #311403;
    letter-spacing: -0.02em;
}

.getting-ahead-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin: 80px 20px 32px;
    position: relative;
}

.getting-ahead-line {
    height: 1px;
    background: #311403;
    width: 100%;
}

/* Center badge */
.getting-ahead-badge {
    position: relative;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
}

.getting-ahead-badge-ring {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #2b1d16;
    display: grid;
    place-items: center;
    transform: rotate(-24deg);
}

.getting-ahead-badge-center {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #f6d1ab;
    border: 2px solid #311403;
    display: grid;
    place-items: center;
}

.getting-ahead-star {
    width: 18px;
    height: 18px;
    display: block;
    background: #ffffff;
    clip-path: polygon(50% 0%,
            61% 36%,
            98% 36%,
            68% 58%,
            79% 94%,
            50% 72%,
            21% 94%,
            32% 58%,
            2% 36%,
            39% 36%);
    border: 2px solid #311403;
    box-sizing: border-box;
}

.getting-ahead-cta-title {
    margin: 0 auto 24px;
    font-family: 'Inter';
    font-size: 32px;
    line-height: 150%;
    letter-spacing: -0.02em;
    font-weight: 900;
    color: #311403;
    max-width: 832px;
}

.main-btn.getting-ahead-button {
    padding: 4px 56px;
    min-height: 43px;
    box-shadow: -4px 4px 0px #303030;
    align-content: center;
}

.self-sufficient {
    padding: 80px 0;
}

.self-sufficient-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
}

.self-sufficient-card {
    background: #F6D1AB;
    border: 2px solid #311403;
    border-radius: 15px;
    padding: 44px;
    position: relative;
    overflow: hidden;
}

.self-sufficient-content-wrapper {
    position: relative;
}

.self-sufficient-content-wrapper .wave-container.orange-wave {
    place-self: unset;
    z-index: 0;
    width: 60%;
    height: 220px;
    bottom: -70%;
    left: auto;
    right: -15%;
    transform: rotate(-27deg);
    background-color: transparent;
}

.self-sufficient-content {
    display: grid;
    gap: 24px;
    align-items: start;
    justify-items: start;
    position: relative;
}

.self-sufficient-title {
    margin: 0;
    font-size: 32px;
    font-family: 'Inter';
    line-height: 150%;
    font-weight: 700;
    color: #311403;
    letter-spacing: -0.02em;
    max-width: 900px;
}

.main-btn.self-sufficient-button {
    padding: 4px 56px;
    align-content: center;
    min-height: 43px;
    color: #311403 !important;
    box-shadow: -4px 4px 0px #303030;
    align-content: center;
}

/* Responsive */

@media (min-width: 1201px) and (max-width: 1440px) {

    #hero-banner {
        padding: 80px 20px;
    }

    #hero-banner .hero-main-row {
        max-width: 95%;
    }

    #hero-banner .hero-banner-description h1 {
        font-size: 85px;
    }

    #hero-banner p {
        font-size: 20px;
    }

    .start-section-grid {
        max-width: 95%;
    }

    .where-to-start-container {
        width: 95%;
    }

    .countdown-container {
        width: 95%;
    }

    .countdown-number {
        font-size: 80px;
    }

    #our-process-section .process-description h2 {
        font-size: 50px;
        line-height: 105%;
    }

    .are-you-ready-title {
        font-size: 50px;
        line-height: 105%;
    }

    .tools-marquee {
        padding: 40px 0;
    }

    .getting-ahead-title,
    .where-to-start-title {
        font-size: 50px;
        line-height: 105%;
    }

    #our-process-section {
        padding-top: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    #hero-banner {
        padding: 80px 20px;
    }

    #hero-banner .hero-main-row {
        max-width: 95%;
    }

    #hero-banner .hero-banner-description h1 {
        font-size: 85px;
    }

    #hero-banner p {
        font-size: 20px;
    }

    .start-section-grid {
        max-width: 95%;
    }

    .where-to-start-container {
        width: 95%;
    }

    .countdown-container {
        width: 95%;
    }

    .countdown-number {
        font-size: 80px;
    }

    #our-process-section .process-description h2 {
        font-size: 50px;
        line-height: 105%;
    }

    .are-you-ready-title {
        font-size: 50px;
        line-height: 105%;
    }

    .tools-marquee {
        padding: 40px 0;
    }

    .getting-ahead-title,
    .where-to-start-title {
        font-size: 50px;
        line-height: 105%;
    }

    #our-process-section {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS FOR: HERO BANNER */

    #hero-banner {
        padding: 5% 2%;
        height: auto;
    }

    #hero-banner .hero-main-row {
        flex-direction: column;
        gap: 50px;
    }

    #hero-banner .hero-banner-row-1 {
        width: 100%;
    }

    #hero-banner .hero-banner-row-2 {
        width: 100%;
    }

    #hero-banner .hero-banner-description {
        height: auto;
        align-items: center;
    }

    #hero-banner .hero-banner-row-2 .paragraph {
        text-align: center;
    }

    #hero-banner .hero-row-3 a {
        padding: 12px 56px;
    }

    #hero-banner .hero-banner-description h1 {
        width: 100%;
        font-size: 68px;
        text-align: left;
        letter-spacing: -0.05em;
    }

    #our-process-section .process-row {
        flex-direction: column;
    }

    #our-process-section .process-description {
        position: relative;
        top: auto;
        max-width: 100%;
    }

    #our-process-section .our-process-accordion-wrapper {
        max-width: 100%;
    }

    #our-process-section {
        padding: 0 20px;
        margin: 0;
    }

    .where-to-start {
        padding: 46px 0 52px;
    }

    .where-to-start-title {
        font-size: 28px;
    }

    .where-to-start-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .where-to-start-head {
        margin-bottom: 18px;
    }

    .countdown-title {
        font-size: 34px;
    }

    .countdown-grid {
        gap: 16px;
    }

    .countdown-number {
        font-size: 56px;
    }

    .countdown-label {
        font-size: 18px;
    }

    .are-you-ready-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .are-you-ready-image.image-wrap {
        width: 100%;
    }

    .are-you-ready {
        padding: 56px 20px 67px;
    }

    .getting-ahead-container {
        padding: 0 20px;
    }

    .are-you-ready-title {
        font-size: 34px;
    }

    .start-section-inner {
        border-left-width: 0;
        border-right-width: 0;
        max-width: 100%;
    }

    .start-section-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 18px;
    }

    .start-section-copy {
        max-width: 100%;
    }

    .getting-ahead-card {
        padding: 34px 26px 28px;
    }

    .getting-ahead-title {
        font-size: 30px;
    }

    .self-sufficient {
        padding: 32px 0;
    }

    .self-sufficient-card {
        padding: 18px 16px;
    }

    .self-sufficient-title {
        font-size: 16px;
    }

    .our-process-row {
        flex-direction: column;
        gap: 2rem;
    }

    .tools-marquee-track {
        animation: tools-marquee-move 25s linear infinite;
    }
}

@media (max-width: 767px) and (min-width: 320px) {

    /* CSS FOR: HERO BANNER */

    #hero-banner {
        height: auto;
        padding: 10% 5%;
    }

    #hero-banner .hero-banner-row-1 {
        width: 100%;
    }

    #hero-banner .hero-banner-row-2 {
        width: 100%;
        gap: 1rem;
    }

    #hero-banner .hero-banner-description h1 {
        font-size: 4.25em;
        width: 100%;
        line-height: 1em;
    }

    #hero-banner .hero-banner-description p {
        text-align: center;
    }

    .hero-banner-row-2 p {
        font-size: 18px;
    }

    #hero-banner .hero-banner-row-2 .paragraph {
        font-size: 18px;
    }

    /* #hero-banner .hero-main-row {
        flex-direction: column;
        gap: 16px;
    } */

    /* CSS FOR: OUR PROCESS CARDS */
    #our-process-section .process-row {
        flex-direction: column;
    }

    #our-process-section .process-description {
        position: relative;
        top: auto;
        gap: 24px;
    }

    #our-process .card-1 {
        top: 380px;
    }

    #our-process .card-2 {
        top: 400px;
    }

    #our-process .card-3 {
        top: 420px;
    }

    #our-process .card-4 {
        top: 440px;
    }

    #our-process .card-5 {
        top: 460px;
    }

    #our-process .card-6 {
        top: 480px;
    }

    #our-process .card-7 {
        top: 500px;
    }

    .where-to-start-title {
        font-size: 44px;
    }

    .where-to-start-subtitle {
        font-size: 33px;
    }

    .countdown {
        padding: 20px 0px 24px;
    }

    .countdown-card {
        padding: 48px 32px;
        gap: 32px;
    }

    .countdown-title {
        font-size: 33px;
        margin-bottom: 0px;
    }

    .countdown-grid {
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        gap: 1rem;
        margin-bottom: 0;
    }

    .badge-wrap {
        width: 80px;
        height: 80px;
        top: -2rem;
    }

    .countdown-number {
        font-size: 48px;
    }

    .countdown-label {
        font-size: 20px;
    }

    .are-you-ready {
        padding: 56px 0 0;
    }

    .are-you-ready-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .are-you-ready-title {
        font-size: 44px;
        line-height: 105%;
    }

    .are-you-ready-body p {
        margin-bottom: 1rem;
    }

    .are-you-ready-image img {
        border-radius: 0px;
    }

    .are-you-ready-image::before {
        border-radius: 0px;
    }

    .start-section-inner {
        border-left-width: 0;
        border-right-width: 0;
        max-width: 100%;
    }

    .start-section-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 10% 5%;
    }

    .start-section-copy {
        max-width: 100%;
    }

    .getting-ahead {
        padding: 80px 20px;
    }

    .getting-ahead-card {
        padding: 40px 20px;
    }

    .getting-ahead-title {
        font-size: 44px;
        line-height: 105%;
    }

    .getting-ahead-cta-title {
        font-size: 20px;
    }

    .self-sufficient {
        padding: 0;
    }

    .self-sufficient-card {
        padding: 28px 28px 40px;
    }

    .self-sufficient-title {
        font-size: 20px;
    }

    .start-section-title {
        font-size: 44px;
        letter-spacing: -0.05em;
        line-height: 92%;
    }

    .where-to-start-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .where-to-start-head {
        text-align: left;
        margin: 0 auto 20px;
    }

    .where-to-start-paragraph {
        margin-bottom: 1rem;
    }

    .countdown-box {
        padding: 20px 14px;
    }

    #our-process-section {
        padding: 32px 5% 24px;
        margin: 0;
    }

    #our-process-section .our-process-row {
        flex-direction: column;
        gap: 24px;
    }

    #our-process-section .process-image-wrapper {
        width: 102px;
        height: 102px;
    }

    #our-process-section .process-description h2 {
        font-size: 44px;
        line-height: 105%;
    }

    .our-process-row p {
        font-size: 18px;
        line-height: 150%;
    }

    #our-process-section .process-accordion {
        padding: 24px 20px;
    }

    #our-process-section .process-accordion .icon-title h3 {
        font-size: 20px;
    }

    #our-process-section .icon-title {
        align-items: flex-start;
    }

    .are-you-ready-image {
        width: 100%;
        height: 528px;
    }

    .are-you-ready-content {
        padding: 32px 20px;
    }

    .main-btn.are-you-ready-button {
        margin-top: 4px;
    }

    .tools-marquee {
        padding: 32px;
    }

    .getting-ahead-divider {
        padding: 40px 0px 0;
        margin-top: 0;
    }

    .getting-ahead .badge-wrap {
        width: 94px;
        height: 94px;
    }

    .tools-marquee-track {
        animation: tools-marquee-move 25s linear infinite;
    }

    .where-to-start {
        padding: 40px 0px 0px;
    }
}