/* Font Face Declarations */
@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/PeydaWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/peydaWeb-extralight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/PeydaWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/PeydaWeb-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Peyda';
    src: url('../../fonts/PeydaWeb-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Main Container */
.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hero Section */
.hero-section {
    width: 100%;
    height: 100%;
    margin-top: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Hero Background */
.hero-background {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-background-inner {
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.hero-background-image {
    pointer-events: none;
}

/* Hero Content */
.hero-content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2;
}

.hero-content-inner {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 0px;
    font-weight: 500;
    line-height: 56px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-heading-main {
    font-family: 'Peyda', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.4px;
    margin-bottom: 0;
}

.hero-heading-sub {
    font-family: 'Peyda', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 56px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.4px;
}

/* Description Section */
.description-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.description-text {
    font-family: 'Peyda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    text-align: justify;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.18px;
    width: 809px;
    position: relative;
}

/* Features Section */
.features-section {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.features-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

/* Features Header */
.features-header-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.features-header {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}

.features-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.32px;
    flex: 1;
    min-width: 0;
}

/* Features Description */
.features-description-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.features-description {
    font-family: 'Peyda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.18px;
    width: 1211px;
    max-width: 100%;
}

/* Features Grid */
.features-grid-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    direction: ltr;
    align-items: center;
}

.features-grid-container {
    width:  95%;
    height: 100%;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.feature-item {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    flex-shrink: 0;
    padding: 24px;
}

.feature-title {
    font-family: 'Peyda', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    white-space: nowrap;
}

.feature-text {
    font-family: 'Peyda', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #828282;
    text-align: justify;
    margin: 0;
    padding: 0;
    direction: rtl;
    width: 100%;
}


/* Chat Section */
.chat-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 75px;
    direction: rtl;
}

.chat-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;}

/* Chat Content */
.chat-content {
    flex-shrink: 0;
}

.chat-content-inner {
    position: relative;
    width: 579px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
}

/* Chat Heading */
.chat-heading-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.chat-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.36px;
    white-space: nowrap;
}

/* Chat Divider */
.chat-divider {
    position: relative;
    width: 575px;
    height: 1px;
    flex-shrink: 0;
}

.chat-divider-img {
    position: absolute;
    inset: 0 -1px 0 0;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

/* Chat Description */
.chat-description-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.chat-description {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    width: 579px;
}

.chat-description-text {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.chat-description-spacer {
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.chat-features-list {
    font-family: 'Peyda', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    list-style: disc;
    list-style-position: inside;
}

.chat-features-item {
    line-height: 1.5;
    margin-right: 36px;
    margin-bottom: 32px;
}

.chat-features-item:last-child {
    margin-bottom: 0;
}

/* Smartphone */
.chat-phone-wrapper {
    flex-shrink: 0;
}

.chat-phone-container {
    position: relative;
    z-index: 2;
}

.chat-phone-device-img {
    width: 319px;
    height: 654px;
    display: block;
}

.chat-phone-screenshot-container {
    position: absolute;
    top: 4%;
    left: 6%;
    right: 6%;
    bottom: 4%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 15px;
    scroll-behavior: smooth;
}

.chat-phone-screenshot-container::-webkit-scrollbar {
    width: 3px;
}

.chat-phone-screenshot-container::-webkit-scrollbar-track {
    background: transparent;
}

.chat-phone-screenshot-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.chat-phone-screenshot-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.chat-phone-screenshot {
    width: 100%;
    height: 100%;
    display: block;
}

/* Two Column Features Section */
.two-column-features-section {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 75px;
    justify-content: center;
}

.two-column-features-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.column-feature {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    padding: 24px;
}

.column-feature-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.36px;
    white-space: nowrap;
}

.column-feature-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.column-feature-description {
    font-family: 'Peyda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    text-align: justify;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.18px;
    width: 100%;
}

.column-feature-list {
    font-family: 'Peyda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    list-style: disc;
    list-style-position: inside;
    width: 100%;
}

.column-feature-item {
    line-height: 28px;
    margin-right: 20px;
    margin-bottom: 12px;
}

.column-feature-item:last-child {
    margin-bottom: 0;
}

/* Why Havij Section */
.why-havij-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
}

.why-havij-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

/* Robot Illustration */
.why-havij-image-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-havij-image {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: contain;
    object-position: 50% 50%;
    pointer-events: none;
}

/* Content */
.why-havij-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    max-width: 50%;
}

.why-havij-heading {
    font-family: 'Peyda', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.36px;
}

.why-havij-description {
    font-family: 'Peyda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    text-align: justify;
    margin: 0;
    padding: 0;
    direction: rtl;
    letter-spacing: -0.18px;
    width: 100%;
}

.why-havij-list {
    font-family: 'Peyda', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    text-align: right;
    margin: 0;
    padding: 0;
    direction: rtl;
    list-style: disc;
    list-style-position: inside;
    width: 100%;
}

.why-havij-item {
    line-height: 28px;
    margin-right: 20px;
    margin-bottom: 12px;
}

.why-havij-item:last-child {
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE STYLES - Desktop styles preserved above
   ============================================ */

/* Small Desktop (up to 1440px) */
@media (max-width: 1440px) {
    .container {
        padding: 0 20px;
    }
    
    .hero-section {
        margin-top: 80px;
        height: auto;
        min-height: 500px;
    }
    
    
    .description-text {
        width: 100%;
        max-width: 900px;
        padding: 0 20px;
    }
    
    .features-section {
        width: 100%;
        padding: 0 20px;
    }
    
    .features-description {
        width: 100%;
        max-width: 1100px;
    }
    
    .chat-section {
        padding: 0 20px;
    }
    
    .chat-wrapper {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    
    .chat-content-inner {
        width: 100%;
        max-width: 650px;
        align-items: center;
    }
    
    .chat-heading-wrapper {
        justify-content: center;
    }
    
    .chat-heading {
        text-align: center;
    }
    
    .chat-divider {
        width: 100%;
        max-width: 650px;
    }
    
    .chat-divider-img {
        width: 100%;
        height: 100%;
    }
    
    .chat-description {
        width: 100%;
        max-width: 650px;
    }
    
    .chat-phone-wrapper {
        display: flex;
        justify-content: center;
    }
    
    .chat-phone-device-img {
        width: 280px;
        height: auto;
    }
    
    .two-column-features-section {
        padding: 0 20px;
    }
    
    .two-column-features-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .column-feature {
        width: 100%;
        max-width: 800px;
        align-items: center;
    }
    
    .column-feature-heading {
        text-align: center;
    }
    
    .why-havij-section {
        padding: 0 20px;
        margin-top: -10%;
    }
    
    .why-havij-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .why-havij-image-wrapper {
        width: 100%;
        max-width: 600px;
        display: flex;
        justify-content: center;
    }
    
    .why-havij-image-container {
        width: 100%;
        max-width: 100%;
    }
    
    .why-havij-image {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    
    .why-havij-content {
        width: 100%;
        max-width: 800px;
        align-items: center;
    }
    
    .why-havij-heading {
        text-align: center;
    }
    .feature-item {
        width: 45%;
    }
    .hero-content {
        top: 5%;
    }


}

/* Tablet (up to 1024px) */
@media (max-width: 1024px) {
    /* Typography Scaling */
    .hero-heading-main {
        font-size: 32px;
        line-height: 44px;
    }
    .hero-content {
        position: relative;
        align-items: center;

    }
    
    .hero-heading-sub {
        font-size: 22px;
        line-height: 32px;
    }
    .hero-section {
        flex-direction: column-reverse;
    }

    .description-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .features-heading {
        font-size: 28px;
        line-height: 40px;
    }
    
    .features-description {
        font-size: 16px;
        line-height: 22px;
    }
    
    .feature-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .feature-text {
        font-size: 15px;
        line-height: 22px;
    }
    
    .chat-heading {
        font-size: 32px;
        line-height: 44px;
    }
    
    .chat-description-text {
        font-size: 20px;
    }
    
    .chat-features-list {
        font-size: 20px;
    }
    
    .column-feature-heading {
        font-size: 32px;
        line-height: 44px;
        white-space: normal;
    }
    
    .column-feature-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .column-feature-list {
        font-size: 16px;
        line-height: 24px;
    }
    
    .why-havij-heading {
        font-size: 32px;
        line-height: 44px;
    }
    
    .why-havij-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    .why-havij-list {
        font-size: 16px;
        line-height: 24px;
    }
    
  
    
    
    .description-section {
        margin-top: 64px;
    }
    
    .features-section {
        margin-top: 64px;
    }
    
    .features-grid {
        justify-content: center;
        gap: 20px;
    }
    
    .feature-item {
        width: 45%;
        min-width: 280px;
        max-width: 400px;
    }
    
    .feature-title {
        white-space: normal;
    }
    
    .chat-section {
        margin-top: 64px;
    }
    
    .chat-content-inner {
        gap: 24px;
    }
    
    .chat-features-item {
        margin-right: 24px;
        margin-bottom: 24px;
    }
    
    .two-column-features-section {
        margin-top: 64px;
    }
    
    .column-feature {
        padding: 20px;
    }
    
    .why-havij-section {
    }
    
    .why-havij-content {
        gap: 20px;
    }
}

/* Mobile (up to 768px) */
@media (max-width: 768px) {
    /* Typography Scaling */
    .hero-heading-main {
        font-size: 24px;
        line-height: 32px;
    }
    
    .hero-heading-sub {
        font-size: 18px;
        line-height: 28px;
    }
    
    .description-text {
        font-size: 14px;
        line-height: 22px;
    }
    
    .features-heading {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    
    .features-description {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    
    .feature-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .feature-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .chat-heading {
        font-size: 24px;
        line-height: 36px;
        white-space: normal;
    }
    
    .chat-description-text {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .chat-features-list {
        font-size: 16px;
    }
    
    .chat-features-item {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    
    .column-feature-heading {
        font-size: 24px;
        line-height: 36px;
    }
    
    .column-feature-description {
        font-size: 14px;
        line-height: 22px;
    }
    
    .column-feature-list {
        font-size: 14px;
        line-height: 22px;
    }
    
    .column-feature-item {
        margin-right: 16px;
        margin-bottom: 10px;
    }
    
    .why-havij-heading {
        font-size: 24px;
        line-height: 36px;
    }
    
    .why-havij-description {
        font-size: 14px;
        line-height: 22px;
    }
    
    .why-havij-list {
        font-size: 14px;
        line-height: 22px;
    }
    
    .why-havij-item {
        margin-right: 16px;
        margin-bottom: 10px;
    }
    
    /* Layout Adjustments */
    .hero-section {
        margin-top: 48px;
        min-height: 400px;
        height: auto;
    }
    .hero-background-image {
        position: relative;
        right: 25%;
    }

    
    .description-section {
        margin-top: 48px;
    }
    
    .description-text {
        padding: 0 16px;
    }
    
    .features-section {
        margin-top: 48px;
        padding: 0 16px;
    }
    
    .features-wrapper {
        gap: 20px;
    }
    
    .features-header-wrapper {
        justify-content: center;
    }
    
    .features-description-wrapper {
        justify-content: center;
    }
    
    .features-grid {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    
    .feature-item {
        width: 100%;
        max-width: 500px;
        align-items: center;
        padding: 20px;
    }
    
    .features-grid-container {
        width: 100%;
    }
    
    .feature-title {
        text-align: center;
    }
    
    .chat-section {
        margin-top: 48px;
        padding: 0 16px;
    }
    
    .chat-wrapper {
        gap: 32px;
    }
    
    .chat-content-inner {
        gap: 20px;
        padding: 0;
    }
    
    .chat-divider {
        width: 100%;
    }
    
    .chat-phone-device-img {
        width: 240px;
        height: auto;
    }
    
    .chat-phone-container {
        display: flex;
        justify-content: center;
    }
    
    .two-column-features-section {
        margin-top: 48px;
        padding: 0 16px;
    }
    
    .two-column-features-wrapper {
        gap: 32px;
    }
    
    .column-feature {
        padding: 16px;
    }
    
    .why-havij-section {
    }
    
    .why-havij-wrapper {
        gap: 32px;
    }
    
    .why-havij-content {
        gap: 16px;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    /* Typography Scaling */
    .hero-heading-main {
        font-size: 20px;
        line-height: 28px;
    }
    
    .hero-heading-sub {
        font-size: 16px;
        line-height: 24px;
    }
    
    .description-text {
        font-size: 13px;
        line-height: 20px;
    }
    
    .features-heading {
        font-size: 20px;
        line-height: 32px;
    }
    
    .features-description {
        font-size: 13px;
        line-height: 18px;
    }
    
    .feature-title {
        font-size: 14px;
        line-height: 22px;
    }
    
    .feature-text {
        font-size: 13px;
        line-height: 18px;
    }
    
    .chat-heading {
        font-size: 20px;
        line-height: 32px;
        white-space: normal;
    }
    
    .chat-description-text {
        font-size: 14px;
    }
    
    .chat-features-list {
        font-size: 14px;
    }
    
    .chat-features-item {
        margin-right: 16px;
        margin-bottom: 16px;
    }
    
    .column-feature-heading {
        font-size: 20px;
        line-height: 32px;
        white-space: normal;
    }
    
    .column-feature-description {
        font-size: 13px;
        line-height: 20px;
    }
    
    .column-feature-list {
        font-size: 13px;
        line-height: 20px;
    }
    
    .column-feature-item {
        margin-right: 12px;
        margin-bottom: 8px;
    }
    
    .why-havij-heading {
        font-size: 20px;
        line-height: 32px;
    }
    
    .why-havij-description {
        font-size: 13px;
        line-height: 20px;
    }
    
    .why-havij-list {
        font-size: 13px;
        line-height: 20px;
    }
    
    .why-havij-item {
        margin-right: 12px;
        margin-bottom: 8px;
    }
    
    /* Layout Adjustments */
    .container {
        padding: 0;
    }
    
    .hero-section {
        margin-top: 32px;
        min-height: 350px;
    }
    
    
    .description-section {
        margin-top: 32px;
    }
    
    .description-text {
        padding: 0 12px;
    }
    
    .features-section {
        margin-top: 32px;
        padding: 0 12px;
    }
    
    .features-wrapper {
        gap: 16px;
    }
    
    .feature-item {
        padding: 16px;
        gap: 12px;
    }
    
    .chat-section {
        margin-top: 32px;
        padding: 0 12px;
    }
    
    .chat-wrapper {
        gap: 24px;
    }
    
    .chat-content-inner {
        gap: 16px;
    }
    
    .chat-phone-device-img {
        width: 200px;
        height: auto;
    }
    
    .two-column-features-section {
        margin-top: 32px;
        padding: 0 12px;
    }
    
    .two-column-features-wrapper {
        gap: 24px;
    }
    
    .column-feature {
        padding: 12px;
        gap: 12px;
    }
    
    .why-havij-section {
        margin-top: 0;
    }
    
    .why-havij-wrapper {
        gap: 24px;
    }
    
    .why-havij-content {
        gap: 12px;
    }
    
    .why-havij-image-wrapper {
        width: 100%;
    }
    
    .why-havij-image {
        width: 100%;
        height: auto;
    }
}
