/* Ethiocall Page Styles */

/* Body & Background */
.page--ethiocall {
    background-color: #fff;
    height: auto;
    min-height: 100vh;
    overflow: visible;
    animation: pageFadeIn 0.25s ease-out;
    transition: background-color 0.4s ease-out;
}

.hero__background--ethiocall {
    background:#fff
}

/* Header Navigation */
.header--ethiocall {
    position: relative;
    z-index: 3;
    padding: 32px 0;
    flex-shrink: 0;
    animation: slideDown 0.3s ease-out;
}

.header__container--ethiocall {
    max-width: 1280px;
    margin: 0 auto;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Hero Section - Ethiocall */
.hero {
    position: relative;
    width: 100%;
    flex: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.hero__content--ethiocall {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1280px;
    padding: 80px 0 0;
    gap: 44px;
    margin: auto;
    margin-top: 0;
    width: 100%;
}

.hero__text-wrapper {
    width: 622px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 80px;
    animation: fadeInUp 0.4s ease-out 0.1s both;
}

.hero__title-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero__title--ethiocall {
    text-align: left;
    font-size: 60px;
    line-height: 1.29em;
    color: #7A2DDD;
    margin: 0;
}

.hero__title-accent {
    display: block;
}

.hero__subtitle--ethiocall {
    text-align: left;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.29em;
    color: #3BDD2D;
    margin: 0;
}

.hero__description {
    font-weight: 450;
    font-size: 16px;
    line-height: 1.375em;
    color: #18072E;
    margin: 0;
}

.hero__buttons {
    display: flex;
    gap: 16px;
}

.hero__image {
    /* width: 622px;
    height: 557px; */
    flex-shrink: 0;
    flex:1;
    animation: fadeInRight 0.4s ease-out 0.2s both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero__image-desktop {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* App Buttons */
.app-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 20px;
    width: 161px;
    height: 44px;
    background-color: #18072E;
    border: none;
    border-radius: 800px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.app-button:active {
    transform: translateY(0);
}

.app-button__icon {
    width: 22px;
    height: 27px;
    flex-shrink: 0;
}

.app-button__text {
    font-family: 'SF Compact Display', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: -0.47px;
    color: #F8FAFC;
}

/* Features Section */
.features {
    width: 100%;
    padding: 80px 80px;
    background-color: transparent;
    animation: fadeIn 0.3s ease-out 0.25s both;
}

.features__container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background-color: #F1F5F9;
    border-radius: 16px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    /* transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
}

.feature-card__icon {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
}

.feature-card__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.feature-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-card__title {
    font-family: 'TT Firs Neue Variable', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.29em;
    color: #18072E;
    margin: 0;
}

.feature-card__text {
    font-family: 'TT Firs Neue Variable', sans-serif;
    font-weight: 450;
    font-size: 16px;
    line-height: 1.375em;
    color: #18072E;
    margin: 0;
}

/* CTA Section */
.cta {
    width: 100%;
    padding: 0 80px 80px;
    animation: fadeIn 0.3s ease-out 0.3s both;
}

.cta__container {
    max-width: 1062px;
    margin: 0 auto;
    position: relative;
    height: 240px;
    border-radius: 16px;
    /* overflow: hidden; */
}

.cta__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(168deg, #D300F7 0%, #651FFF 100%);
    border-radius: 16px;
}

.cta__background::before {
    content: '';
    position: absolute;
    right: 0;
    /* top: -13px; */
    width: 366px;
    height: 319px;
    background-image: url('../images/cta-phone-desktop2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0;
}

.cta__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.cta__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 408px;
}

.cta__title {
    display: flex;
    flex-direction: column;
}

.cta__title-main {
    font-family: 'TT Firs Neue Variable', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.29em;
    color: #FFFFFF;
}

.cta__title-sub {
    font-family: 'TT Firs Neue Variable', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.29em;
    color: #FFFFFF;
}

.cta__buttons {
    display: flex;
    gap: 16px;
}

/* Footer Ethiocall */
.footer--ethiocall {
    background-color: transparent;
    animation: fadeIn 0.3s ease-out 0.35s both;
}

.footer__container--ethiocall {
    max-width: 1280px;
    padding: 32px 80px;
    gap: 12px;
    border-radius: 800px;
    background-color: #18072E;
}

/* Desktop styles (1440px) */
@media (max-width: 1440px) {
   
    .hero__content--ethiocall {
        padding: 80px 24px 0;
    }
    .features {
        padding: 80px 24px;
    }
    
    .cta {
        padding: 0 24px 80px;
    }
    
   
}

/* Tablet styles */
@media (max-width: 1024px) {
    .header__container--ethiocall {
        padding-left: 24px;
        padding-right: 24px;
    }
    .header--ethiocall {
        padding: 24px 0;
    }
    .header__logo {
        width: 120px;
        height: auto;
    }
    .header__nav-item {
        padding: 6px 24px;
        font-size: 12px;
    }
  
    .hero__title--ethiocall {
        font-size: 32px;
    }
    .hero__subtitle--ethiocall {
        font-size: 22px;
        line-height: 1.29em;
    }
    .hero__content--ethiocall {
        gap: 20px;
        padding: 40px 32px 0;
    }
    .hero__description {
        font-size: 14px;
        line-height: 1.375em;
    }
    
    .hero__text-wrapper {
        width: 100%;
        padding-top: 40px;
        flex:1;
    }
    
    .hero__image {
        width: 100%;
        flex:1;
        height: auto;
    }
    
    .features__container {
    
        gap: 16px;
    }
   
    
    .cta__background::before {
        width: 280px;
        height: 280px;
    }
    .footer__container--ethiocall {
        padding: 16px 32px;
        gap: 12px;
        justify-content: flex-start;
    }
}

/* Mobile styles (375px) */
@media (max-width: 768px) {
    /* Header */
    .header--ethiocall {
        padding: 24px 0;
    }
    
    .header__container--ethiocall {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .header__logo {
        width: 121px;
        height: 36px;
    }
    .header__nav-item {
        padding: 4px 8px;
    }

    /* Hero */
    .hero__content--ethiocall {
        flex-direction: column-reverse;
        padding: 24px 16px;
        gap: 24px;
        max-width: 100%;
    }
    
    .hero__text-wrapper {
        width: 100%;
        max-width: 100%;
        gap: 16px;
        padding-top: 0;
    }
    
    .hero__title--ethiocall {
        font-size: 36px;
        line-height: 1.29em;
        font-weight: 700;
    }
    
    
    .hero__description {
        font-size: 16px;
        line-height: 1.375em;
        margin-bottom: 8px;
    }
    
    .hero__buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .app-button {
        width: 100%;
        height: 52px;
        padding: 16px;
    }
    
    
    /* Features */
    .features {
        padding: 24px 16px;
    }
    
    .features__container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    /* CTA */
    .cta {
        padding: 24px 16px;
    }
    
    .cta__container {
        height: auto;
        min-height: 456px;
    }
    
    .cta__background::before {
        width: 282px;
        height: 225px;
        right: 0;
        top: auto;
        bottom: 0;
    }
    
    .cta__content {
        padding: 24px;
        align-items: flex-start;
    }
    
    .cta__text {
        max-width: 100%;
    }
    
    .cta__title-main {
        font-size: 38px;
        line-height: 1.29em;
    }
    
    .cta__title-sub {
        font-size: 22px;
    }
    
    .cta__buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cta__buttons .app-button {
        width: 171px;
    }
    
    /* Footer */
    .footer__container--ethiocall {
        padding: 24px 16px;
        border-radius: 16px;
        gap: 10px;
    }
    
    .footer__item {
        font-size: 14px;
        white-space: normal;
    }
}

/* Small Mobile */
@media (max-width: 375px) {
    .hero__title--ethiocall {
        font-size: 32px;
    }
    
    .hero__subtitle--ethiocall {
        font-size: 22px;
    }
    
    .cta__title-main {
        font-size: 32px;
    }
}

/* Large Desktop (1680px+) */
@media (min-width: 1441px) {
    /* Header */
    .header__container--ethiocall {
        padding-left: 80px;
        padding-right: 80px;
        max-width: 1920px;
    }
    
    /* Hero */
    .hero__content--ethiocall {
        padding: 80px 80px 0;
        max-width: 1920px;
    }
    
    .hero__text-wrapper {
        flex:1;
    }
    .hero__image {
        flex:1;
    }
    
    .hero__title--ethiocall {
        font-size: 76px;
        line-height: 1.29em;
    }
    
    .hero__subtitle--ethiocall {
        font-size: 52px;
        line-height: 1.29em;
    }
    
    .hero__description {
        font-size: 24px;
        line-height: 1.5em;
    }
    

    
    
    /* Features */
    .features {
        padding: 80px 80px;
    }
    
    .features__container {
        max-width: 1760px;
        margin: 0 auto;
    }
    
    .feature-card__title {
        font-size: 28px;
        line-height: 1.29em;
    }
    
    .feature-card__text {
        font-size: 24px;
        line-height: 1.5em;
    }
    
    /* CTA */
    .cta {
        padding: 0 80px 80px;
    }
    
    .cta__container {
        max-width: 1458px;
    }
    
    .cta__content {
        padding: 0 48px;
    }
    
    .cta__title-main {
        font-size: 42px;
        line-height: 1.29em;
    }
    
    .cta__title-sub {
        font-size: 22px;
        line-height: 1.29em;
    }
    
    /* Footer */
    .footer__container--ethiocall {
        max-width: 1760px;
        padding: 32px 80px;
    }
    
    .footer__item {
        font-size: 16px;
        line-height: 1.29em;
    }
}

