/* For Businesses Page - Mobile Styles */
.footer {
    margin-top: -10px;
}

/* Hero Section - Mobile */
.hero-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 88px;
    padding-bottom: 40px;
}

/* Hero Content - Mobile */
.hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0 24px;
    gap: 0;
}

/* Hero Head Section - Mobile */
.hero-head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    width: 288px;
    height: auto;
    position: relative;
    margin-bottom: 0;
}

.hero-text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.hero-title-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

.hero-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-size: 27px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: right;
    width: 100%;
    direction: rtl;
}

.hero-description {
    font-family: 'Peyda', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    text-align: justify;
    margin: 10px;
    width: 100%;
    direction: rtl;
}

/* Hero Image - Mobile */
.hero-image {
    position: relative;
    width: 289px;
    height: 259px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.hero-image-bg {
    width: 100%;
    height: 100%;
    background-image: url('/static/images/ea8ae472a8c2948250eca98765625690c2189ba0.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

/* Platform Features Section - Mobile */
.platform-section {
    display: flex;
    width: 100%;
    padding: 0 16px;
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    position: relative;
}

/* Platform Title - Mobile */
.platform-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: right;
    letter-spacing: -0.24px;
    margin: 0;
    width: 288px;
    direction: rtl;
    margin-bottom: 8px;
}

/* Platform Divider - Mobile */
.platform-divider {
    display: flex;
    width: 288px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.divider-line {
    width: 100%;
    height: 1px;
    background-image: url('/static/images/dad08026d4735f78b6e405e93d66517ad473856a.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

/* Platform Description - Mobile */
.platform-description {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: justify;
    letter-spacing: -0.14px;
    margin: 0;
    width: 288px;
    direction: rtl;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Platform Features List - Mobile */
.platform-features {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: right;
    letter-spacing: 0;
    margin-bottom: 24px;
    padding: 0;
    width: 265px;
    direction: rtl;
    margin-top: 0;
}

.feature-item {
    margin-bottom: 8px;
    padding-right: 0;
    position: relative;
    text-align: right;
}

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

.feature-item::before {
    content: "•";
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.feature-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

.feature-description {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

/* Agent Builder Section - Mobile */
.agent-section {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
}

/* Agent Container - Mobile */
.agent-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 304px;
    padding: 0;
    gap: 0;
}

/* Agent Content Container - Mobile */
.agent-content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 304px;
    height: auto;
    gap: 16px;
    margin-bottom: 0;
}

/* Agent Image Container - Mobile */
.agent-image-container {
    position: relative;
    height: 324px;
    width: 304px;
    margin: 0;
    order: 1;
}

/* Agent Builder Title - Mobile */
.agent-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: right;
    letter-spacing: -0.24px;
    margin: 0;
    width: 304px;
    direction: rtl;
    order: 2;
}

/* Agent Builder Divider - Mobile */
.agent-divider {
    width: 304px;
    height: 1px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    order: 3;
}

.agent-divider .divider-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Agent Builder Features - Mobile */
.agent-features {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: right;
    letter-spacing: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 304px;
    direction: rtl;
    order: 4;
}

.agent-feature-item {
    margin-bottom: 8px;
    padding-right: 0;
    position: relative;
    text-align: right;
}

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

.agent-feature-item::before {
    content: "•";
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

/* Agent Builder Image - Mobile */
.agent-image-bg {
    width: 100%;
    height: 100%;
    background-image: url('/static/images/8f11db70e056f83cebc5980f7d374e7d2ee69962.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
}

/* CTA Container - Mobile */
.cta-container {
    position: relative;
    width: 304px;
    padding: 24px 16px 32px 16px;
    border-radius: 19px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    order: 5;
    bottom: 100px;
}

.cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 0;
}

.cta-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 272px;
    height: auto;
    gap: 0;
    margin-bottom: 0;
}

.cta-title {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #EE6625;
    text-align: center;
    letter-spacing: -0.24px;
    margin: 0;
    width: 272px;
    direction: rtl;
    margin-bottom: 0;
}

.cta-description {
    font-family: 'Peyda', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    width: 272px;
    direction: rtl;
    margin-top: 0;
    margin-bottom: 0;
}

/* CTA Button - Mobile */
.cta-button {
    display: flex;
    width: 272px;
    height: 48px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    background: #FFFFFF;
    margin-top: 0;
}

.cta-button:hover {
    background: linear-gradient(135deg, #45a049 0%, #4CAF50 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.button-text {
    font-family: 'Peyda', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    direction: rtl;
}