/* -------------------------------- 

File#: _1_hero
Title: Hero
Descr: A full-width callout section
Usage: codyhouse.co/license

-------------------------------- */

/* reset */
*,
*::after,
*::before {
    box-sizing: border-box;
}

* {
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: hsl(0, 0%, 100%);
    font-family: system-ui, sans-serif;
    color: hsl(230, 7%, 23%);
    font-size: 1.125rem; /* 18px */
    line-height: 1.4;
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
    color: hsl(230, 13%, 9%);
    font-weight: 700;
}

h1 {
    font-size: 2.5rem; /* 40px */
}

h2 {
    font-size: 2.125rem; /* 34px */
}

h3 {
    font-size: 1.75rem; /* 28px */
}

h4 {
    font-size: 1.375rem; /* 22px */
}

ol,
ul,
menu {
    list-style: none;
}

button,
input,
textarea,
select {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
video,
svg {
    display: block;
    max-width: 100%;
}

/* -------------------------------- 

Buttons 

-------------------------------- */

.cd-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375em;
    font-size: 1em;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    transition: 0.2s;
    will-change: transform;
}

.cd-btn:focus-visible {
    outline: none;
}

.cd-btn:active {
    transform: translateY(2px);
}

.cd-btn--primary {
    background: hsl(250, 84%, 54%);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
        0 1px 3px hsla(250, 84%, 38%, 0.25), 0 2px 6px hsla(250, 84%, 38%, 0.1),
        0 6px 10px -2px hsla(250, 84%, 38%, 0.25);
    color: hsl(0, 0%, 100%);
}

.cd-btn--primary:hover {
    background: hsl(250, 84%, 60%);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
        0 1px 2px hsla(250, 84%, 38%, 0.25), 0 1px 4px hsla(250, 84%, 38%, 0.1),
        0 3px 6px -2px hsla(250, 84%, 38%, 0.25);
}

.cd-btn--primary:focus-visible {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
        0 1px 2px hsla(250, 84%, 38%, 0.25), 0 1px 4px hsla(250, 84%, 38%, 0.1),
        0 3px 6px -2px hsla(250, 84%, 38%, 0.25), 0 0 0 2px hsl(0, 0%, 100%),
        0 0 0 4px hsl(250, 84%, 54%);
}

/* -------------------------------- 

Component 

-------------------------------- */

.hero {
    position: relative;
    z-index: 1;
    padding: 4.5rem 0;
    background-color: hsl(240, 4%, 95%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.hero__label {
    font-size: 0.9375rem;
    color: hsla(230, 13%, 9%, 0.4);
}

.hero__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.hero--center {
    text-align: center;
}

.hero--center .hero__cta {
    justify-content: center;
}

.hero--right {
    text-align: right;
}

.hero--right .hero__cta {
    justify-content: end;
}

.hero--overlay-layer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.65);
    z-index: 1;
}

.hero--overlay-layer > * {
    position: relative;
    z-index: 2;
}

.hero--full-screen {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 64rem) {
    .hero {
        padding: 7rem 0;
    }
}

/* -------------------------------- 

Utilities 

-------------------------------- */

.cd-margin-bottom-2xs {
    margin-bottom: 0.75rem;
}

.cd-margin-bottom-xs {
    margin-bottom: 1rem;
}

.cd-margin-bottom-sm {
    margin-bottom: 1.5rem;
}

.cd-container {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
}

.cd-max-width-xs {
    max-width: 42rem;
}

.cd-max-width-adaptive-sm,
.cd-max-width-adaptive-md,
.cd-max-width-adaptive-lg {
    max-width: 32rem;
}

@media (min-width: 48rem) {
    .cd-max-width-adaptive-sm,
    .cd-max-width-adaptive-md,
    .cd-max-width-adaptive-lg {
        max-width: 48rem;
    }
}

@media (min-width: 64rem) {
    .cd-max-width-adaptive-md,
    .cd-max-width-adaptive-lg {
        max-width: 64rem;
    }
}

@media (min-width: 85.5rem) {
    .cd-max-width-adaptive-lg {
        max-width: 80rem;
    }
}

.cd-flex {
    display: flex;
}

.cd-justify-end {
    justify-content: end;
}



@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.hero_btm_cont {
    position: relative;
    padding-bottom: var(--sp-m);
    margin-bottom: var(--sp-m);
}

.hero_btm_cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        #e5e7eb 0%,
        #e5e7eb 50%,
        rgba(229, 231, 235, 0) 100%
    );
}

.hero_container_01 {
    background-color: white;
    padding: var(--sp-xx);
    border-radius: 0.25em;
    animation: subtleShadow 8s ease-in-out infinite;
    pointer-events: auto; /* Re-enable pointer events for the content */
    position: relative; /* Ensure it's above the background */
    z-index: 2; /* Keep content clickable */
}

@keyframes subtleShadow {
    0% {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    }
    25% {
        box-shadow: 8px 4px 16px rgba(0, 0, 0, 0.06);
    }
    50% {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    }
    75% {
        box-shadow: -8px 4px 16px rgba(0, 0, 0, 0.06);
    }
    100% {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    }
}

.hero_outer_line {
    padding: var(--sp-m);
    position: relative;
}

.hero_outer_line::after {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    background: 
    /* Top-left corner */ linear-gradient(#86b6f3, #86b6f3) top
            left,
        linear-gradient(#86b6f3, #86b6f3) top left,
        /* Top-right corner */ linear-gradient(#86b6f3, #86b6f3) top right,
        linear-gradient(#86b6f3, #86b6f3) top right,
        /* Bottom-right corner */ linear-gradient(#86b6f3, #86b6f3) bottom right,
        linear-gradient(#86b6f3, #86b6f3) bottom right,
        /* Bottom-left corner */ linear-gradient(#86b6f3, #86b6f3) bottom left,
        linear-gradient(#86b6f3, #86b6f3) bottom left;

    background-size: 30px 1px, /* Horizontale Linien */ 1px 30px; /* Vertikale Linien */
    background-repeat: no-repeat;
}

.text_4279BC {
    color: #4279bc;
}

.blob {
    background: #4279bc;
    border-radius: 50%;
    margin: 10px;
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse 3s infinite;
}

.blob_div {
    display: flex;
    background-color: white;
    box-shadow: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 0.5em;
    align-items: center;
    padding: 0 3px;
    padding-right: 10px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #4279bcb3;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.97);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.soon_not_btn {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 2px 7px;
    border-radius: 4em;
    background-color: #b8d7ff;
    font-size: var(--text-size-80);
}

.relative_btn {
    position: relative;
}

.hero_div {
    height: 80vh;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    pointer-events: none;
}

.feature_part {
    margin: var(--sp-xxx) 0;
}

.preview-area {
    position: relative;
    width: 800px;
    height: 450px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.preview-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; /* This will cover the area, potentially cropping the video */
    /* alternatively use: object-fit: contain; to show the whole video with possible letterboxing */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: none;
    box-shadow: inset 0px 1px 0px hsla(var(--mc4-color-white-hsl), 0.1),
        0px 0px 0px 1px hsla(var(--mc4-color-black-hsl), 0.02),
        0px 1px 3px -1px hsla(var(--mc4-color-black-hsl), 0.2),
        0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05),
        0 3.5px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0.25em;
}

.preview-video.show {
    opacity: 1;
    display: block;
}

@media (max-width: 767px) {
    .hero_container_01 {
        padding: var(--sp-x) var(--sp-m);
        margin: var(--sp-m);
    }

    .hero_div {
        height: auto;
        padding: var(--sp-m) 0px;
    }
    .hero__cta {
        gap: 10px;
    }

    .cd-link {
        font-size: var(--text-size-95);
    }
}

:root {
    --primary: #4279bc;
    --primary-dark: #265a99;
    --secondary: #2c344c;
    --secondary-dark: #010616;
    --dark: #1f2937;
    --light: #f9fafb;
    --gray: #9ca3af;
    --gray-light: #e5e7eb;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1rem;
}

.section-title p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    color: var(--gray);
}

.comparison {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.column {
    flex: 1;
    min-width: 300px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.column:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 15px 25px rgba(0, 0, 0, 0.05);
}

.column-header {
    padding: 2rem;
    text-align: center;
}

.paper-test .column-header {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.digital-test .column-header {
    background: linear-gradient(
        135deg,
        var(--secondary),
        var(--secondary-dark)
    );
}

.column-header h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.column-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.feature-list {
    padding: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

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

.icon-wrapper {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.paper-test .icon-wrapper {
    background: rgba(66, 121, 188, 0.11);
    color: var(--primary);
}

.digital-test .icon-wrapper {
    background: rgba(25, 30, 45, 0.1);
    color: var(--secondary);
}

.icon {
    width: 20px;
    height: 20px;
}

.feature-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--dark);
}

.feature-content p {
    color: grey;
    font-size: 0.95rem;
}

.cta-wrapper {
    padding: 1.5rem 2rem;
    text-align: center;
    background: var(--gray-light);
}

.cta-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 100%;
}

.paper-test .cta-button {
    background: var(--primary);
    color: white;
}

.paper-test .cta-button:hover {
    background: var(--primary-dark);
}

.digital-test .cta-button {
    background: var(--secondary);
    color: white;
}

.digital-test .cta-button:hover {
    background: var(--secondary-dark);
}

.more-info {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--gray-light);
}

.more-link {
    display: inline-block;
    margin-top: 0.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.paper-test .more-link {
    color: var(--primary);
}

.paper-test .more-link:hover {
    color: var(--primary-dark);
}

.digital-test .more-link {
    color: var(--secondary);
}

.digital-test .more-link:hover {
    color: var(--secondary-dark);
}

.p_c_alg {
    text-align: center;
}

.vimeo-container {
    display: none;
    width: 100%;
}

.vimeo-container.show {
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

/* Button text */
.btn-text {
    position: relative;
    z-index: 2;
}

.main_hd_p_btns {
    display: flex;
    gap: var(--sp-s);
    justify-content: center;
}

.main_hd_se_btn {
    position: relative;
    display: flex;
    gap: var(--sp-xs);
    background-color: white;
    color: grey;
    cursor: pointer;
    border-radius: 0.15em;
    border: none;
    text-decoration: none;
    align-items: center;
    text-align: center;
    font-weight: 400;
    min-width: 300px;
    padding: var(--sp-mm) var(--sp-xxx);
    font-size: var(--text-size-300);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
    box-shadow: inset 0px 1px 0px hsla(var(--mc4-color-white-hsl), 0.1),
        0px 0px 0px 1px hsla(var(--mc4-color-black-hsl), 0.02),
        0px 1px 3px -1px hsla(var(--mc4-color-black-hsl), 0.2),
        0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05),
        0 3.5px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0.7;
    flex-direction: column;
}

/* Button text */
.btn-text {
    position: relative;
    z-index: 2;
}

/* Active state */
.main_hd_se_btn.active_btn_s {
    opacity: 1;
    color: #2c5282;
    box-shadow: inset 0px 1px 0px hsla(var(--mc4-color-white-hsl), 0.2),
        0px 0px 0px 2px #4279bc,
        0px 2px 6px -1px hsla(var(--mc4-color-black-hsl), 0.3),
        0 0.3px 0.4px rgba(0, 0, 0, 0.035), 0 0.9px 1.5px rgba(0, 0, 0, 0.07),
        0 3.5px 6px rgba(0, 0, 0, 0.15);
}

/* Hover state */
.main_hd_se_btn:hover {
    opacity: 1;
    color: #265a99;
    box-shadow: inset 0px 1px 0px hsla(var(--mc4-color-white-hsl), 0.2),
        0px 0px 0px 2px #4279bc,
        0px 2px 6px -1px hsla(var(--mc4-color-black-hsl), 0.3),
        0 0.3px 0.4px rgba(0, 0, 0, 0.035), 0 0.9px 1.5px rgba(0, 0, 0, 0.07),
        0 3.5px 6px rgba(0, 0, 0, 0.15);
}

/* Focus state for accessibility */
.main_hd_se_btn:focus {
    outline: none;
    box-shadow: inset 0px 1px 0px hsla(var(--mc4-color-white-hsl), 0.2),
        0px 0px 0px 2px #4279bc,
        0px 2px 6px -1px hsla(var(--mc4-color-black-hsl), 0.3),
        0 0.3px 0.4px rgba(0, 0, 0, 0.035), 0 0.9px 1.5px rgba(0, 0, 0, 0.07),
        0 3.5px 6px rgba(0, 0, 0, 0.15);
}

.svg_hero_lp {
    width: 26px;
    height: 26px;
    fill: currentColor; /* This makes the SVG inherit the text color */
    /* margin-right: var(--sp-s); */ /* Add space between SVG and text */
    /* flex-shrink: 12; */ /* Prevent SVG from shrinking */
    /* stroke-width: 2; */
}

/* Background image approach */
.background-section {
    background-image: url("/placeholder_img/mesh_01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5em;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.steps_inner_flex{
  display: flex;
  flex-direction: column;
  gap: var(--sp-m);
  align-items: center;
}

@media (max-width: 767px) {

.background-section {
    min-height: 350px;
}

}