/* Score App CTA Section */

/* Score App CTA Section - Light Version */

.score-cta-section-c34bec67 {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 90px 0;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
}

.score-cta-bg-overlay-c34bec67 {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.score-cta-particles-c34bec67 {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.score-cta-particle-c34bec67 {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 158, 224, 0.22);
    border-radius: 50%;
    animation: score-cta-float-particle-c34bec67 linear infinite;
}

@keyframes score-cta-float-particle-c34bec67 {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-500px) scale(0.5);
        opacity: 0;
    }
}

.score-cta-container-c34bec67 {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 70px;
}

.score-cta-left-c34bec67 {
	padding: 0 5px;
    flex: 1;
    min-width: 0;
}

.score-cta-badge-c34bec67 {
    display: inline-block;
    padding: 7px 16px;
    background: rgba(222, 11, 45, 0.08);
    border: 1px solid rgba(222, 11, 45, 0.18);
    border-radius: 50px;
    color: #de0b2d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: none;
}

.score-cta-heading-c34bec67 {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 900;
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.12;
    margin: 0 0 18px 0;
    max-width: 640px;
}

.score-cta-subtext-c34bec67 {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.7;
    margin: 0 0 28px 0;
    max-width: 590px;
}

.score-cta-features-c34bec67 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.score-cta-feature-c34bec67 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
}

.score-cta-feature-icon-c34bec67 svg {
    width: 20px;
    height: 20px;
    fill: #de0b2d;
}

.score-cta-right-c34bec67 {
    flex: 0 0 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.score-cta-loading-topics-c34bec67 {
	white-space: nowrap;
    display: grid;
	justify-content: center;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 390px;
    margin-bottom: 26px;
}

.score-cta-disclaimer-c34bec67 {
  text-align: center;
  font-size: 15px;
  color: #5f6675;
  margin: 0 0 16px;
}
.score-cta-disclaimer-c34bec67 span {
  font-style: italic;
  opacity: .75;
}

.score-cta-topic-c34bec67 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 15px 21px;
    border-radius: 14px;
    color: #111827;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    animation: floatingTopic 3s ease-in-out infinite;
}

.score-cta-topic-c34bec67 span {
    font-size: 17px;
    font-weight: 600;
	font-style: italic;
}

.score-cta-topic-c34bec67 strong {
    font-size: 14px;
    font-weight: 900;
}

.score-cta-topic-c34bec67:nth-child(2) {
    animation-delay: .2s;
}

.score-cta-topic-c34bec67:nth-child(3) {
    animation-delay: .4s;
}

.score-cta-topic-c34bec67:nth-child(4) {
    animation-delay: .6s;
}

.score-cta-topic-c34bec67:nth-child(5) {
    animation-delay: .8s;
}

.score-cta-topic-c34bec67:nth-child(6) {
    animation-delay: 1s;
}

.score-cta-main-button-c34bec67 {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, #de0b2d 0%, #bd1232 65%, #009ee0 160%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(219, 25, 52, 0.28);
    transition: all .3s ease;
}

.score-cta-main-button-c34bec67:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 22px rgba(219, 25, 52, 0.42);
    color: #ffffff;
    text-decoration: none;
}

.score-cta-main-button-c34bec67 span {
    font-size: 20px;
    transition: transform .3s ease;
}

.score-cta-main-button-c34bec67:hover span {
    transform: translateX(4px);
}

.score-cta-gauge-wrapper-c34bec67 {
    position: relative;
    width: 300px;
    height: 300px;
    perspective: 800px;
    animation: score-cta-hover-3d-c34bec67 6s ease-in-out infinite;
    cursor: default;
}

@keyframes score-cta-hover-3d-c34bec67 {
    0%, 100% {
        transform: rotateY(-7deg) rotateX(4deg);
    }

    50% {
        transform: rotateY(7deg) rotateX(-4deg);
    }
}

.score-cta-gauge-glow-c34bec67 {
    position: absolute;
    inset: -30px;
    background: radial-gradient(circle,
        rgba(222, 11, 45, 0.12) 0%,
        rgba(0, 158, 224, 0.12) 45%,
        transparent 72%);
    border-radius: 50%;
    animation: score-cta-pulse-glow-c34bec67 3s ease-in-out infinite;
}

@keyframes score-cta-pulse-glow-c34bec67 {
    0%, 100% {
        opacity: 0.55;
        transform: scale(1);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.08);
    }
}

.score-cta-gauge-svg-c34bec67 {
    width: 100%;
    height: 100%;
}

.score-cta-gauge-progress-c34bec67 {
    transition: stroke-dashoffset 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.score-cta-gauge-center-c34bec67 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.score-cta-final-text-c34bec67 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #111827;
    max-width: 220px;
    margin: auto;
}

.score-cta-final-text-c34bec67 strong {
    font-size: 30px;
    line-height: 1.12;
    font-weight: 900;
    margin-bottom: 10px;
}

.score-cta-final-text-c34bec67 span {
    font-size: 15px;
    color: #6b7280;
    opacity: 1;
}

.score-cta-bottom-cta-c34bec67 {
    margin-top: 24px;
    text-align: center;
    color: #6b7280;
    font-size: 13px;
    letter-spacing: .4px;
}

#scoreapp-modal-c34bec67 {
    display: none;
}

#scoreapp-modal-c34bec67.is-open {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 9999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.scoreapp-modal-overlay-c34bec67 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.scoreapp-modal-content-c34bec67 {
    position: relative;
    z-index: 2;
    width: min(980px, 100%);
    max-height: 90vh;
    overflow: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px 25px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
}

.scoreapp-modal-close-c34bec67 {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 3;
    background: transparent;
    border: 0;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    color: #111;
}

@keyframes floatingTopic {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 900px) {
    .score-cta-section-c34bec67 {
        padding: 70px 18px;
    }

    .score-cta-container-c34bec67 {
        flex-direction: column;
        text-align: center;
        gap: 42px;
    }

    .score-cta-subtext-c34bec67 {
        max-width: 100%;
    }

    .score-cta-features-c34bec67 {
        align-items: center;
    }

    .score-cta-right-c34bec67 {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 520px) {
    .score-cta-loading-topics-c34bec67 {
        grid-template-columns: 1fr;
    }

    .score-cta-feature-c34bec67 span {
        text-align: start;
    }
	
}

/*

DARK MODE

.score-cta-section-c34bec67 {
    position: relative;
	 width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    overflow: hidden;
    padding: 90px 0;
    background: url('https://aim-higher.de/wp-content/uploads/2026/05/ScoreAppCTABG.png') center center / cover no-repeat;
    background-color: #07111f;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
}

.score-cta-bg-overlay-c34bec67 {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 25% 45%, rgba(222, 11, 45, 0.36) 0%, transparent 55%),
        radial-gradient(ellipse at 75% 30%, rgba(0, 158, 224, 0.30) 0%, transparent 55%),
        linear-gradient(180deg, rgba(5, 8, 18, 0.35) 0%, rgba(5, 8, 18, 0.82) 100%);
    z-index: 1;
}

.score-cta-particles-c34bec67 {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.score-cta-particle-c34bec67 {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    animation: score-cta-float-particle-c34bec67 linear infinite;
}

@keyframes score-cta-float-particle-c34bec67 {

    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(-500px) scale(0.5);
        opacity: 0;
    }
}

.score-cta-container-c34bec67 {
    position: relative;
	padding-left:20px;
    padding-right:20px;
    box-sizing:border-box;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 70px;
}

.score-cta-left-c34bec67 {
    flex: 1;
    min-width: 0;
}

.score-cta-badge-c34bec67 {
    display: inline-block;
    padding: 7px 16px;
    background: rgba(222, 11, 45, 0.18);
    border: 1px solid rgba(222, 11, 45, 0.45);
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 0 18px rgba(222, 11, 45, 0.18);
}

.score-cta-heading-c34bec67 {
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.12;
    margin: 0 0 18px 0;
    max-width: 640px;
}

.score-cta-subtext-c34bec67 {
    font-size: 17px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin: 0 0 28px 0;
    max-width: 590px;
}

.score-cta-features-c34bec67 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.score-cta-feature-c34bec67 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    font-weight: 600;
}

.score-cta-feature-icon-c34bec67 svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.score-cta-right-c34bec67 {
    flex: 0 0 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.score-cta-loading-topics-c34bec67 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    max-width: 390px;
    margin-bottom: 26px;
}

.score-cta-topic-c34bec67 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    padding: 11px 13px;
    border-radius: 14px;
    color: #fff;
    animation: floatingTopic 3s ease-in-out infinite;
}

.score-cta-topic-c34bec67 span {
    font-size: 13px;
    font-weight: 600;
}

.score-cta-topic-c34bec67 strong {
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
}

.score-cta-topic-c34bec67:nth-child(2) {
    animation-delay: .2s;
}

.score-cta-topic-c34bec67:nth-child(3) {
    animation-delay: .4s;
}

.score-cta-topic-c34bec67:nth-child(4) {
    animation-delay: .6s;
}

.score-cta-topic-c34bec67:nth-child(5) {
    animation-delay: .8s;
}

.score-cta-topic-c34bec67:nth-child(6) {
    animation-delay: 1s;
}

.score-cta-main-button-c34bec67 {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, #de0b2d 0%, #bd1232 65%, #009ee0 160%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 0 14px rgba(219, 25, 52, 0.42);
    transition: all .3s ease;
}

.score-cta-main-button-c34bec67:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 22px rgba(219, 25, 52, 0.58);
    color: #ffffff;
    text-decoration: none;
}

.score-cta-main-button-c34bec67 span {
    font-size: 20px;
    transition: transform .3s ease;
}

.score-cta-main-button-c34bec67:hover span {
    transform: translateX(4px);
}

.score-cta-gauge-wrapper-c34bec67 {
    cursor: default;
}

@media (max-width: 520px) {
    .score-cta-loading-topics-c34bec67 {
        grid-template-columns: 1fr;
    }
	
	.score-cta-feature-c34bec67 span {
    text-align: start;
}

}

.score-cta-loading-topics-c34bec67 span:nth-child(2) {
    animation-delay: .2s;
}

.score-cta-loading-topics-c34bec67 span:nth-child(3) {
    animation-delay: .4s;
}

.score-cta-loading-topics-c34bec67 span:nth-child(4) {
    animation-delay: .6s;
}

.score-cta-loading-topics-c34bec67 span:nth-child(5) {
    animation-delay: .8s;
}

.score-cta-loading-topics-c34bec67 span:nth-child(6) {
    animation-delay: 1s;
}

@keyframes floatingTopic {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0px);
    }
}

.score-cta-gauge-wrapper-c34bec67 {
    position: relative;
    width: 300px;
    height: 300px;
    perspective: 800px;
    animation: score-cta-hover-3d-c34bec67 6s ease-in-out infinite;
}

@keyframes score-cta-hover-3d-c34bec67 {

    0%,100% {
        transform: rotateY(-7deg) rotateX(4deg);
    }

    50% {
        transform: rotateY(7deg) rotateX(-4deg);
    }
}

.score-cta-gauge-glow-c34bec67 {
    position: absolute;
    inset: -30px;
    background: radial-gradient(circle,
        rgba(222,11,45,0.25) 0%,
        rgba(0,158,224,0.16) 45%,
        transparent 72%);
    border-radius: 50%;
    animation: score-cta-pulse-glow-c34bec67 3s ease-in-out infinite;
}

@keyframes score-cta-pulse-glow-c34bec67 {

    0%,100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

.score-cta-gauge-svg-c34bec67 {
    width: 100%;
    height: 100%;
}

.score-cta-gauge-progress-c34bec67 {
    transition: stroke-dashoffset 2s cubic-bezier(0.4,0,0.2,1);
}

.score-cta-gauge-center-c34bec67 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.score-cta-final-text-c34bec67 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    max-width: 220px;
    margin: auto;
}

.score-cta-final-text-c34bec67 strong {
    font-size: 30px;
    line-height: 1.12;
    font-weight: 900;
    margin-bottom: 10px;
}

.score-cta-final-text-c34bec67 span {
    font-size: 15px;
    opacity: .82;
}

.score-cta-bottom-cta-c34bec67 {
    margin-top: 24px;
    text-align: center;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    letter-spacing: .4px;
}

@media (max-width: 900px) {

    .score-cta-section-c34bec67 {
        padding: 70px 18px;
    }

    .score-cta-container-c34bec67 {
        flex-direction: column;
        text-align: center;
        gap: 42px;
    }

    .score-cta-subtext-c34bec67 {
        max-width: 100%;
    }

    .score-cta-features-c34bec67 {
        align-items: center;
    }

    .score-cta-right-c34bec67 {
        flex: none;
        width: 100%;
    }
}
#scoreapp-modal-c34bec67 {
    display: none;
}

.score-cta-gauge-wrapper-c34bec67 {
    cursor: default;
}

#scoreapp-modal-c34bec67.is-open {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 9999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.scoreapp-modal-overlay-c34bec67 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.scoreapp-modal-content-c34bec67 {
    position: relative;
    z-index: 2;
    width: min(980px, 100%);
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px 25px;
    box-shadow: 0 25px 80px rgba(0,0,0,0.35);
}

.scoreapp-modal-close-c34bec67 {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 3;
    background: transparent;
    border: 0;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    color: #111;
}

*/