@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Cabin:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=Poppins:wght@400;600;700;800&display=swap');

:root {
    --header-bg: #fff;
    --nav-link-color: #00373E;
    --nav-font: 'Bricolage Grotesque', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: var(--nav-font);
    overflow-x: hidden;
}

html.modal-open,
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.show {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.modal-backdrop.show {
    background-color: rgba(15, 23, 42, 0.65) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    opacity: 1 !important;
}

section {
    scroll-margin-top: 30px;
}

* {
    box-sizing: border-box;
}

.site-header {
    background: #fff;
    width: 100%;
    padding: 16px 0;
    position: relative;
    z-index: 1000;
}

.site-logo-img {
    width: 166px;
    height: 99px;
    object-fit: contain;
    display: block;
}

.header-nav-link {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #00373E;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
    padding: 8px 16px;
    display: inline-block;
}

.header-nav-link:hover,
.header-nav-link:focus,
.header-nav-link.active {
    color: #FF9900;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-group-left,
.nav-group-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-group-left {
    justify-content: flex-end;
    flex: 1;
    margin-right: 48px;
}

.nav-group-right {
    justify-content: flex-start;
    flex: 1;
    margin-left: 48px;
}

.header-logo-wrapper {
    flex-shrink: 0;
    text-align: center;
}

.mobile-navbar-toggler {
    border: none;
    background: transparent;
    padding: 8px;
    font-size: 24px;
    color: #00373E;
}

.mobile-navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.hero-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFDDAA99 0%, #FFFFFF00 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.hero-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-clock-clipboard-img {
    width: 100%;
    max-width: 620px;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    object-fit: contain;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 90px;
    letter-spacing: 0;
    text-align: center;
    color: #1C0E0D;
    margin: 0 0 20px 0;
}

.hero-para {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #40201E;
    max-width: 620px;
    margin: 0 auto 36px auto;
}

.hero-buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.store-badge-btn {
    display: inline-block;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.store-badge-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
}

.store-badge-img {
    width: 232px;
    height: 76px;
    display: block;
    object-fit: contain;
}

.hero-phone-col {
    position: relative;
    z-index: 2;
}

.hero-mobile-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.06));
    transition: transform 0.3s ease;
}

.hero-left-mobile {
    transform: translateY(20px);
}

.hero-right-mobile {
    transform: translateY(40px);
}

@keyframes floatPhoneLeft {

    0%,
    100% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(6px);
    }
}

@keyframes floatPhoneRight {

    0%,
    100% {
        transform: translateY(40px);
    }

    50% {
        transform: translateY(24px);
    }
}

@media (min-width: 992px) {
    .hero-left-mobile {
        animation: floatPhoneLeft 6s ease-in-out infinite;
    }

    .hero-right-mobile {
        animation: floatPhoneRight 6s ease-in-out infinite 1.2s;
    }
}

.broken-support-section {
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
    padding: 80px 0;
    position: relative;
}

.broken-support-title {
    color: #292929;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 50px;
}

.broken-support-left-col {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.broken-support-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.07));
}

.support-feature-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.support-box-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
    margin-bottom: 16px;
}

.support-box-heading {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #252B42;
    margin: 0 0 10px 0;
}

.support-box-para {
    color: #737373;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin: 0;
}

.how-it-works-section {
    padding: 80px 0 90px 0;
    background-color: #fff;
    position: relative;
}

.how-it-works-title {
    background: linear-gradient(225deg, #FF4802 0%, #F99308 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 16px;
}

.how-it-works-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #242424;
    max-width: 680px;
    margin: 0 auto 55px auto;
}

.timeline-row {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
}

.timeline-row::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 25%;
    right: 25%;
    border-top: 1.5px dashed #FA8207;
    z-index: 1;
}

.timeline-col {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.timeline-step-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.timeline-badge {
    border: 1px solid #FA8207;
    width: 48px;
    height: 48px;
    background: #FA82074D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FF4802;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(4px);
}

.timeline-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #1E194D;
    margin: 0 0 12px 0;
}

.timeline-para {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #242424;
    max-width: 320px;
    margin: 0 auto;
}

.app-moments-section {
    padding: 85px 0 95px 0;
    background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
    position: relative;
}

.app-moments-title {
    color: #1C0E0D;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 50px;
}

.app-features-side-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 500px;
    padding: 20px 0;
}

.app-feature-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 290px;
}

.app-features-right .app-feature-card {
    margin-left: auto;
}

.app-feature-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
    margin-bottom: 14px;
}

.app-feature-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1C0E0D;
    margin: 0 0 8px 0;
}

.app-feature-para {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737373;
    margin: 0;
}

.app-center-mockup-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-center-mockup-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.08));
}

.screenshots-section {
    background: linear-gradient(180deg, #F1F5F9 0%, rgba(255, 255, 255, 0) 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.screenshots-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.15;
    text-align: center;
    color: #292929;
    margin-bottom: 16px;
}

.screenshots-para {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #737373;
    max-width: 720px;
    margin: 0 auto 32px auto;
}

.screenshots-buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.screenshots-swiper-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0 0;
}

.screenshots-swiper {
    width: 100%;
    padding: 30px 0 0 0;
    overflow: visible !important;
}

.screenshots-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.6;
    transform: scale(0.88);
}

.screenshots-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.06);
    z-index: 10;
}

.screenshots-swiper .swiper-slide-prev,
.screenshots-swiper .swiper-slide-next {
    opacity: 0.85;
    transform: scale(0.95);
}

.screenshot-slide-img {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block;
    object-fit: contain;
}

.journey-section {
    padding: 60px 0 80px 0;
    background-color: #fff;
    position: relative;
}

.journey-card {
    background: #FFFAEF;
    border-radius: 42px;
    padding: 60px 0 0 70px;
    position: relative;
    overflow: hidden;
}

.journey-text-col {
    padding-bottom: 60px;
    padding-right: 30px;
}

.journey-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.15;
    color: #292929;
    margin-bottom: 24px;
}

.journey-para {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #00373E;
    margin: 0;
    max-width: 500px;
}

.journey-img-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-self: flex-end;
}

.journey-illustration {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    vertical-align: bottom;
}

.founder-section {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
}

.founder-section-alt {
    padding-top: 30px;
    padding-bottom: 80px;
}

.ctm-max-width {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.founder-title {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #1C0E0D;
    margin-bottom: 24px;
}

.founder-para {
    text-align: start;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #40201E;
    margin-bottom: 20px;
}

.founder-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.founder-card {
    background: #FFFFFF;
    box-shadow: 0px 5px 52px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    max-width: 340px;
    width: 100%;
}

.founder-image-wrapper {
    position: relative;
    width: 100%;
    height: 360px;
}

.founder-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.founder-social-overlay {
    position: absolute;
    bottom: 0;
    right: 16px;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 5;
}

.founder-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.founder-social-icon:hover {
    transform: translateY(-2px);
    background: #FF9900;
    border-color: #FF9900;
    color: #fff;
}

.founder-card-info {
    padding: 35px 24px 24px 24px;
    background: #FFFFFF;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.founder-name {
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #262626;
}

.founder-role {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #737373;
    margin: 0;
}

.pricing-plans-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFDDAA99 0%, #FFFFFF00 100%);
    padding: 50px 0 70px 0;
    position: relative;
}

.pricing-badge-title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #262626;
    text-align: center;
    margin-bottom: 6px;
}

.pricing-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #292929;
    text-align: center;
    line-height: 1.15;
    margin-bottom: 16px;
}

.pricing-main-para {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #40201E;
    max-width: 780px;
    margin: 0 auto 50px auto;
}

.pricing-cards-container {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}

.pricing-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
    padding: 40px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.3s;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.14);
}

.pricing-plan-name {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1C0E0D;
    text-align: center;
    margin-bottom: 10px;
}

.pricing-price {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #1C0E0D;
    text-align: center;
    margin-bottom: 30px;
}

.pricing-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.pricing-features-list li {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
}

.pricing-check-icon {
    flex-shrink: 0;
    color: #FE6A01;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.btn-pricing-action {
    background: #FE6A01;
    color: #FFFFFF;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    transition: background-color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.btn-pricing-action:hover {
    background: #e55e00;
    color: #FFFFFF;
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.contact-section {
    padding: 70px 0 80px 0;
    background-color: #fff;
    position: relative;
}

.contact-card {
    background: #FFFAEF;
    border-radius: 42px;
    padding: 60px 50px;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.04);
}

.contact-badge-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FE6A01;
    margin-bottom: 6px;
}

.contact-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #292929;
    line-height: 1.15;
    margin-bottom: 16px;
}

.contact-main-para {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #40201E;
    max-width: 680px;
    margin: 0 auto 36px auto;
}

.contact-email-link {
    color: #FE6A01;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.contact-email-link:hover {
    color: #e55e00;
}

.contact-form .form-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1C0E0D;
    margin-bottom: 8px;
    display: block;
    text-align: left;
}

.contact-input {
    background: #FFFFFF;
    border: 1.5px solid #E5E7EB;
    border-radius: 12px;
    padding: 14px 18px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #262626;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-input:focus {
    border-color: #FE6A01;
    box-shadow: 0 0 0 3px rgba(254, 106, 1, 0.15);
    outline: none;
    background: #FFFFFF;
}

.contact-input::placeholder {
    color: #9CA3AF;
}

.contact-textarea {
    resize: vertical;
    min-height: 110px;
}

.btn-contact-submit {
    background: linear-gradient(80deg, #FEAE01 0%, #FE9601 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 12px;
    padding: 16px 48px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    display: inline-block;
}

.btn-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(254, 150, 1, 0.35);
    filter: brightness(1.05);
}

.form-status-msg {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.form-status-msg.success {
    color: #15803D;
    background: #DCFCE7;
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid #BBF7D0;
}

.form-status-msg.error {
    color: #B91C1C;
    background: #FEE2E2;
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid #FECACA;
}

.back-to-top-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 48px;
    height: 48px;
    background: linear-gradient(80deg, #FEAE01 0%, #FE9601 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 22px rgba(254, 150, 1, 0.45);
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, filter 0.2s ease;
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(254, 150, 1, 0.55);
    filter: brightness(1.06);
}

@media (hover: hover) and (pointer: fine) {
    .custom-cursor-dot {
        position: fixed;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        background-color: #FE6A01;
        border-radius: 50%;
        pointer-events: none;
        z-index: 99999;
        transform: translate(-50%, -50%);
        transition: opacity 0.2s ease, transform 0.15s ease;
    }

    .custom-cursor-outline {
        position: fixed;
        top: 0;
        left: 0;
        width: 36px;
        height: 36px;
        border: 2px solid rgba(254, 106, 1, 0.45);
        border-radius: 50%;
        pointer-events: none;
        z-index: 99998;
        transform: translate(-50%, -50%);
        transition: width 0.25s ease, height 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.2s ease;
    }

    .custom-cursor-outline.cursor-hover {
        width: 54px;
        height: 54px;
        border-color: #FE6A01;
        background-color: rgba(254, 106, 1, 0.12);
    }

    .custom-cursor-dot.cursor-hover {
        transform: translate(-50%, -50%) scale(1.4);
    }
}

@media (hover: none) or (pointer: coarse) {

    .custom-cursor-dot,
    .custom-cursor-outline {
        display: none !important;
    }
}

.contact-modal .modal-dialog {
    max-width: 980px;
}

.contact-modal .modal-content {
    background: #FFFFFF;
    border-radius: 36px;
    border: none;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.22);
    position: relative;
}

.contact-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 9px;
    opacity: 0.85;
    transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

.contact-modal-close:hover {
    transform: rotate(90deg);
    opacity: 1;
    background-color: #F1F5F9;
}

.contact-modal-visual-col {
    background: linear-gradient(150deg, #FE9601 0%, #FEAE01 45%, #FFB833 100%);
    padding: 44px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: #FFFFFF;
}

.contact-modal-visual-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.contact-modal-brand {
    display: inline-flex;
    background: #FFFFFF;
    padding: 8px 18px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    align-self: flex-start;
    margin-bottom: 16px;
}

.modal-brand-logo {
    width: 108px;
    height: auto;
    display: block;
}

.contact-modal-art-box {
    text-align: center;
    margin: 10px 0 20px 0;
}

.modal-art-img {
    max-width: 100%;
    width: 250px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.12));
}

.modal-visual-title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 8px 0;
}

.modal-visual-desc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.modal-email-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: none;
    border-radius: 50px;
    padding: 10px 22px;
    color: #0F172A;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.modal-email-chip i {
    color: #FE6A01;
    font-size: 15px;
    line-height: 1;
}

.modal-email-chip:hover {
    background: #FFF8EE;
    color: #FE6A01;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.contact-modal-form-col {
    background: #FFFAEF;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form-header {
    margin-bottom: 24px;
    text-align: left;
}

.contact-modal-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FE6A01;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.contact-modal-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #292929;
    line-height: 1.2;
    margin-bottom: 8px;
}

.contact-modal-para {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #554440;
    margin: 0;
}

.cta-banner-section {
    padding: 60px 0 80px 0;
    background-color: #fff;
    position: relative;
}

.cta-banner-card {
    background-color: transparent;
    background-image: linear-gradient(80deg, #FEAE01 0%, #FE9601 100%);
    border-radius: 42px;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
}

.cta-text-col {
    padding: 70px 40px 70px 80px;
    position: relative;
    z-index: 2;
}

.cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-para {
    text-align: start;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    max-width: 480px;
    margin-bottom: 32px;
}

.cta-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-img-col {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: visible;
}

.cta-illustration {
    width: 110%;
    max-width: 620px;
    height: auto;
    display: block;
    object-fit: contain;
    margin-right: -20px;
    transform: scale(1.08);
    transform-origin: right center;
}

.site-footer {
    background: #F1F5F9;
    padding: 30px 0;
    width: 100%;
}

.footer-logo-img {
    width: 118px;
    height: auto;
    display: block;
    object-fit: contain;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.footer-nav-link {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #00373E;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-nav-link:hover {
    color: #FF9900;
}

.footer-copyright {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #00373E;
    margin: 0;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .mobile-header-bar {
        display: none !important;
    }
}

@media (max-width: 1399.98px) {
    .hero-title {
        font-size: 52px;
        line-height: 74px;
    }

    .hero-para {
        font-size: 20px;
        line-height: 32px;
    }

    .store-badge-img {
        width: 200px;
        height: auto;
    }

    .broken-support-title {
        font-size: 52px;
        line-height: 56px;
    }

    .how-it-works-title {
        font-size: 68px;
    }

    .app-moments-title {
        font-size: 52px;
    }

    .screenshots-title {
        font-size: 52px;
    }

    .journey-title {
        font-size: 52px;
    }

    .pricing-main-title {
        font-size: 52px;
    }

    .cta-banner-card {
        padding: 50px 0 0 50px;
    }
}

@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 44px;
        line-height: 60px;
    }

    .hero-para {
        font-size: 18px;
        line-height: 28px;
    }

    .hero-left-mobile,
    .hero-right-mobile {
        transform: translateY(0);
    }

    .broken-support-title {
        font-size: 44px;
        line-height: 48px;
    }

    .how-it-works-title {
        font-size: 58px;
    }

    .app-moments-title {
        font-size: 44px;
    }

    .app-features-side-col {
        gap: 40px;
    }

    .screenshots-title {
        font-size: 44px;
    }

    .journey-card {
        padding: 45px 0 0 40px;
    }

    .journey-title {
        font-size: 42px;
    }

    .pricing-main-title {
        font-size: 44px;
    }

    .cta-banner-card {
        padding: 45px 0 0 40px;
    }

    .cta-title {
        font-size: 38px;
    }

    .footer-nav-list {
        gap: 18px;
    }
}

@media (max-width: 991.98px) {
    .desktop-nav {
        display: none !important;
    }

    .mobile-header-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        z-index: 1065;
    }

    .mobile-navbar-toggler {
        border: none !important;
        background: transparent !important;
        padding: 8px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        outline: none !important;
        box-shadow: none !important;
        z-index: 1070;
    }

    .hamburger-box {
        width: 26px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 26px;
        height: 2.5px;
        background-color: #00373E;
        border-radius: 4px;
        position: absolute;
        transition: transform 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
    }

    .hamburger-inner {
        top: 50%;
        transform: translateY(-50%);
    }

    .hamburger-inner::before {
        content: '';
        top: -7px;
    }

    .hamburger-inner::after {
        content: '';
        bottom: -7px;
    }

    .mobile-navbar-toggler.is-active .hamburger-inner {
        background-color: transparent !important;
    }

    .mobile-navbar-toggler.is-active .hamburger-inner::before {
        transform: translateY(7px) rotate(45deg);
        background-color: #FE6A01;
    }

    .mobile-navbar-toggler.is-active .hamburger-inner::after {
        transform: translateY(-7px) rotate(-45deg);
        background-color: #FE6A01;
    }

    .mobile-offcanvas {
        background: #FFFAEF !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15) !important;
        width: 100% !important;
        max-width: 100vw !important;
        height: 100vh !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding-top: 76px;
        z-index: 1055 !important;
        transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    }

    .mobile-drawer-body {
        padding: 24px 20px 32px 20px;
        height: calc(100vh - 76px);
        overflow-y: auto;
    }

    .mobile-drawer-nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-nav-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        border-radius: 16px;
        color: #1E293B;
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s ease;
        background: #FFFFFF;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

    .mobile-nav-item i {
        color: #94A3B8;
        font-size: 16px;
        line-height: 1;
        transition: transform 0.2s ease, color 0.2s ease;
    }

    .mobile-nav-item:hover,
    .mobile-nav-item.active {
        background: #FFFFFF;
        color: #FE6A01;
        box-shadow: 0 4px 14px rgba(254, 106, 1, 0.12);
    }

    .mobile-nav-item:hover i,
    .mobile-nav-item.active i {
        color: #FE6A01;
        transform: translateX(4px);
    }

    .mobile-drawer-footer {
        padding-top: 24px;
        margin-top: auto;
    }

    .btn-drawer-contact {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 15px;
        background: linear-gradient(80deg, #FEAE01 0%, #FE9601 100%);
        color: #FFFFFF;
        border: none;
        border-radius: 16px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 6px 22px rgba(254, 150, 1, 0.35);
        margin-bottom: 20px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .btn-drawer-contact:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 26px rgba(254, 150, 1, 0.45);
    }

    .mobile-drawer-stores {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .drawer-store-img {
        width: 135px;
        height: auto;
        display: block;
    }

    .site-header {
        padding: 12px 0;
    }

    .site-logo-img {
        width: 100px !important;
        height: auto;
    }

    .container,
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .hero-section {
        padding: 35px 0 50px 0 !important;
    }

    .broken-support-section {
        padding: 50px 0 !important;
    }

    .how-it-works-section {
        padding: 0px 0px 30px 0px !important;
    }

    .app-moments-title {
        margin-bottom: 0px;
    }

    .app-moments-section {
        padding: 50px 0 !important;
    }

    .screenshots-section {
        padding: 50px 0 40px 0 !important;
    }

    .journey-section {
        padding: 40px 0 !important;
    }

    .founder-section {
        padding: 0px 0px 30px 0px !important;
    }



    .founder-section-alt {
        padding: 45px 0 55px 0 !important;
    }

    .pricing-plans-section {
        padding: 50px 0 !important;
    }

    .contact-section {
        padding: 40px 0 !important;
    }

    .contact-card {
        padding: 36px 20px !important;
        border-radius: 28px !important;
    }

    .btn-contact-submit {
        width: 100% !important;
        padding: 14px 20px !important;
    }

    .cta-banner-section {
        padding: 0px 0 30px 0 !important;
    }

    .site-footer {
        padding: 35px 0 !important;
    }

    h1,
    .hero-title {
        font-size: 35px !important;
        line-height: 1.25 !important;
    }

    h2,
    .broken-support-title,
    .how-it-works-title,
    .app-moments-title,
    .screenshots-title,
    .journey-title,
    .founder-title,
    .pricing-main-title,
    .cta-title {
        font-size: 25px !important;
        line-height: 1.25 !important;
    }

    p,
    .hero-para,
    .broken-support-subtitle,
    .support-box-para,
    .how-it-works-subtitle,
    .timeline-para,
    .screenshots-para,
    .journey-para,
    .founder-para,
    .pricing-main-para,
    .cta-para,
    .footer-copyright {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .app-feature-para {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .hero-center-col {
        order: 1 !important;
        width: 100% !important;
        margin-bottom: 24px !important;
    }

    .hero-clock-clipboard-img {
        max-width: 260px !important;
        margin-bottom: 8px !important;
    }

    .hero-phone-col {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 0 6px !important;
    }

    .hero-left-col {
        order: 2 !important;
        text-align: right !important;
    }

    .hero-right-col {
        order: 3 !important;
        text-align: left !important;
    }

    .hero-mobile-img {
        max-width: 175px !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        display: inline-block !important;
    }

    .hero-left-mobile {
        transform: translateY(0) !important;
    }

    .hero-right-mobile {
        transform: translateY(15px) !important;
    }

    .broken-support-title {
        margin-bottom: 24px;
    }

    .broken-support-img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .how-it-works-header-row {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .how-it-works-title {
        text-align: left !important;
        margin-bottom: 10px !important;
    }

    .how-it-works-subtitle {
        text-align: left !important;
        margin: 0 0 28px 0 !important;
        max-width: 100% !important;
    }

    .timeline-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        position: relative !important;
        padding-left: 0 !important;
        margin: 0 !important;
    }

    .timeline-row::before {
        display: block !important;
        position: absolute !important;
        top: 24px !important;
        bottom: 50px !important;
        left: 23px !important;
        right: auto !important;
        width: 0 !important;
        height: auto !important;
        border-top: none !important;
        border-left: 2px dashed #FA8207 !important;
        z-index: 1 !important;
    }

    .timeline-col {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 16px !important;
        margin-bottom: 24px !important;
        width: 100% !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .timeline-step-header {
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
    }

    .timeline-badge {
        width: 48px !important;
        height: 48px !important;
        border-radius: 50% !important;
        background: #FFF3E6 !important;
        border: 1.5px solid #FA8207 !important;
        z-index: 2 !important;
        font-size: 16px !important;
    }

    .timeline-content {
        flex: 1 !important;
        text-align: left !important;
    }

    .timeline-heading {
        text-align: left !important;
        font-size: 16px !important;
        line-height: 22px !important;
        margin: 0 0 6px 0 !important;
    }

    .timeline-para {
        text-align: left !important;
        margin: 0 !important;
        max-width: 100% !important;
    }

    .app-moments-section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .app-moments-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .app-features-side-col {
        min-height: auto;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
        padding: 0 4px !important;
        width: 100% !important;
    }

    .app-features-left {
        order: 1 !important;
        margin-bottom: 20px;
    }

    .app-center-mockup-col {
        order: 2 !important;
        margin: 20px 0 !important;
        padding: 0 10px !important;
        width: 100% !important;
    }

    .app-center-mockup-img {
        width: 100% !important;
        max-width: 320px !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    .app-features-right {
        order: 3 !important;
        margin-top: 20px;
    }

    .app-features-right .app-feature-card {
        margin-left: 0;
    }

    .app-feature-card {
        max-width: 100%;
        text-align: left;
    }

    .app-feature-heading {
        font-size: 16px !important;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .app-feature-icon {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
    }

    .journey-card {
        padding: 36px 24px 0 24px;
        border-radius: 32px;
    }

    .journey-text-col {
        padding: 0 0 20px 0;
        text-align: left;
    }

    .journey-title {
        text-align: left;
        margin-bottom: 14px;
    }

    .journey-para {
        text-align: left;
        margin: 0 0 20px 0;
        max-width: 100%;
    }

    .journey-img-col {
        margin-top: 10px;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }

    .journey-illustration {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        display: block;
        vertical-align: bottom;
    }

    .founder-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        background: #FFFFFF !important;
        box-shadow: 0px 5px 52px 0px rgba(0, 0, 0, 0.1) !important;
        border-radius: 16px !important;
    }

    .founder-image-wrapper {
        position: relative !important;
        width: 100% !important;
        height: 360px !important;
    }

    .founder-image {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
        border-top-left-radius: 16px !important;
        border-top-right-radius: 16px !important;
    }

    .founder-text-col {
        margin-top: 20px !important;
    }

    .founder-buttons-wrapper {
        justify-content: flex-start;
    }

    .pricing-badge-title {
        font-size: 20px;
    }

    .cta-banner-card {
        padding: 36px 24px 0 24px;
        border-radius: 32px;
        min-height: auto;
        display: block;
    }

    .cta-text-col {
        padding: 0 0 24px 0;
        text-align: left;
    }

    .cta-title {
        text-align: left;
        margin-bottom: 14px;
    }

    .cta-para {
        text-align: left;
        margin: 0 0 24px 0;
        max-width: 100%;
    }

    .cta-buttons-wrapper {
        justify-content: flex-start;
        gap: 12px;
        flex-wrap: wrap;
    }

    .cta-img-col {
        margin-top: 10px;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
    }

    .cta-illustration {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 -40px 0px 40px;
        transform: none;
        display: block;
        vertical-align: bottom;
    }

    .footer-logo-img {
        margin: 0 auto 20px auto;
        width: 100px !important;
    }

    .footer-nav-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px 20px;
        max-width: 360px;
        margin: 0 auto;
    }

    .footer-copyright {
        margin-top: 22px;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer-nav-list {
        gap: 10px 18px;
        max-width: 330px;
    }

    .mb-mb-0 {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 575.98px) {
    .hero-buttons-wrapper {
        gap: 12px;
    }

    .store-badge-img {
        width: 155px;
        height: auto;
    }

    .screenshots-buttons-wrapper {
        gap: 12px;
    }

    .journey-card {
        padding: 32px 20px 0 20px;
        border-radius: 28px;
    }

    .journey-title {
        text-align: left;
        margin-bottom: 12px;
    }

    .journey-para {
        text-align: left;
        margin-bottom: 16px;
    }

    .pricing-badge-title {
        font-size: 18px;
    }

    .pricing-card {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .cta-banner-card {
        padding: 32px 20px 0 20px;
        border-radius: 28px;
    }

    .cta-title {
        text-align: left;
        margin-bottom: 12px;
    }

    .cta-para {
        text-align: left;
        margin-bottom: 20px;
    }

    .cta-buttons-wrapper .store-badge-img {
        width: 135px;
    }

    .contact-modal-visual-col {
        padding: 26px 18px 20px 18px !important;
        text-align: center;
    }

    .contact-modal-brand {
        align-self: center !important;
        margin: 0 auto 12px auto !important;
    }

    .modal-brand-logo {
        margin: 0 auto;
        width: 90px;
    }

    .modal-art-img {
        width: 150px;
        margin: 0 auto;
    }

    .modal-visual-title {
        font-size: 20px !important;
    }

    .modal-visual-desc {
        font-size: 12px !important;
        line-height: 18px !important;
        margin-bottom: 12px !important;
    }

    .contact-modal-form-col {
        padding: 24px 16px !important;
    }

    .contact-modal-title {
        font-size: 24px !important;
    }

    .contact-modal-para {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .back-to-top-btn {
        bottom: 20px !important;
        right: 20px !important;
        width: 42px !important;
        height: 42px !important;
    }
}