
:root {
    --dark-blue: #0e2e73;
    --medium-blue: #2f7dd9;
    --light-blue: #4a90e2;
    --lighter-blue: #a1c7ff;
    --wave-index: 1;
    --below-content-index: 2;
    --content-index: 3;
    --above-context-index:4;
}

.dark-blue-bg {
    background-color: var(--dark-blue);
}

.dark-blue-fill {
    fill: var(--dark-blue);
}

.dark-blue-section {
    background-color: var(--dark-blue);
    color: white;
    padding: 5rem 0;
    margin-bottom: -1px;
}

.light-blue-bg {
    background-color: var(--light-blue);
}

.light-blue-fill {
    fill: var(--light-blue);
}

.light-blue-section {
    background-color: var(--light-blue);
    padding: 5rem 0;
    margin-bottom: -1px;
}

.white-background {
    background-color: white;
}

.white-fill {
    fill: white;
}

.white-section {
    background-color: white;
    color: initial;
    padding: 5rem 0;
    margin-bottom: -1px;
}

.app-badge {
    transition: transform 0.3s;
    position: relative;
    display: inline-block;
    margin: 10px;
}

.app-badge:hover {
    transform: scale(1.05);
}

.coming-soon-label {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

.benefit-card {
    border-radius: 15px;
    padding: 2rem;
    /*margin-bottom: 1.5rem;*/
    /*margin-top: 1.5rem;*/
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-image.phone-image {
    position: relative;
    max-width: 50vw;
    max-height: 75vh;
    border-radius: 15px;
    z-index: 10;
}

#third-section .phone-image {
    position: relative;
    max-height: 35rem;
    border-radius: 15px;
    top: -15rem;
    z-index: 10;

}

.wave-transition {
    /*position: relative;*/
    z-index: var(--wave-index);
    margin-bottom:-1px;
}

.below-wave {
}

.above-wave {
}

#hero-section {
}

#second-section {
}

#third-section {
    /*padding: 0rem;*/
}


#second-transition-icons {
    height: 0;
    margin: 0;
    padding: 0;
}

.circle-container {
    position: relative;
    overflow-x: clip;
    z-index: var(--below-content-index);
}