/* latin-ext */
@font-face {
    font-family: 'Fredoka';
    font-style: normal;
    font-weight: 300 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(fonts/fredoka/v17/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWg89XgHPyhRMw.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Fredoka';
    font-style: normal;
    font-weight: 300 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(fonts/fredoka/v17/X7n64b87HvSqjb_WIi2yDCRwoQ_k7367_DWu89XgHPyh.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Love Ya Like A Sister';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/loveyalikeasister/v23/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-BeL-3xdkmKicaNU.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Love Ya Like A Sister';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/loveyalikeasister/v23/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-BeL9XxdkmKicQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --font-sans: 'Fredoka', ui-sans-serif, system-ui, sans-serif;
    --font-header: 'Love Ya Like A Sister', ui-sans-serif, system-ui, sans-serif;

    --color-white: #fff;

    --color-grey-50: oklch(98.5% 0 0);
    --color-grey-100: oklch(96.7% 0.001 286.375);
    --color-grey-200: oklch(92% 0.004 286.32);
    --color-grey-300: oklch(87.1% 0.006 286.286);
    --color-grey-400: oklch(70.5% 0.015 286.067);
    --color-grey-500: oklch(55.2% 0.016 285.938);
    --color-grey-600: oklch(44.2% 0.017 285.786);
    --color-grey-700: oklch(37% 0.013 285.805);
    --color-grey-900: oklch(21% 0.006 285.885);

    --color-primary-50: oklch(0.972 0.023 75.85);
    --color-primary-100: oklch(0.951 0.041 76.74);
    --color-primary-200: oklch(0.9 0.085 76.1);
    --color-primary-300: oklch(0.857 0.122 74.65);
    --color-primary-400: oklch(0.813 0.154 71.3);
    --color-primary-500: oklch(0.776 0.172 65);
    --color-primary-600: oklch(0.672 0.153 63.06);
    --color-primary-700: oklch(0.551 0.125 63.88);

    --color-secondary-50: oklch(0.965 0.023 224.8);
    --color-secondary-100: oklch(0.936 0.04 226.96);
    --color-secondary-300: oklch(0.798 0.145 219.19);
    --color-secondary-400: oklch(0.732 0.132 218.79);
    --color-secondary-500: oklch(0.628 0.114 219.1);
    --color-secondary-600: oklch(0.535 0.097 218.76);
    --color-secondary-700: oklch(0.432 0.079 219.73);

    --color-tertiary-50: oklch(0.948 0.038 335.37);
    --color-tertiary-100: oklch(0.9 0.075 336.28);
    --color-tertiary-400: oklch(0.69 0.266 342.37);
    --color-tertiary-500: oklch(0.665 0.282 345.74);

    --radius-card: 1.5rem;
    --shadow-card: 0 1px 2px rgb(0 0 0 / 0.05);
    --shadow-lift: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
}

html {
    line-height: 1.5;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
}

body {
    min-width: 20rem;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--color-grey-900);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img,
svg {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--color-secondary-700);
    text-decoration: inherit;
    text-underline-offset: 0.2em;
}

a:hover {
    color: var(--color-secondary-500);
}

:focus-visible {
    outline: 2px solid var(--color-primary-500);
    outline-offset: 2px;
}

.logo:focus-visible {
    outline-offset: 4px;
    border-radius: 0.125rem;
}

.button--primary:focus-visible {
    outline-color: var(--color-secondary-400);
}

.footer-panel a:focus-visible,
.footer-bottom a:focus-visible {
    border-radius: 0.125rem;
}

h1,
h2,
h3 {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.15;
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}

ol,
ul {
    list-style: none;
}

address {
    font-style: normal;
}

/* Layout */

.container {
    width: 100%;
    max-width: 72rem;
    margin-inline: auto;
    padding-inline: 1.25rem;
}

.section {
    padding-block: clamp(2.5rem, 6vw, 5rem);
}

.section--hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block: 0.75rem clamp(2.5rem, 6vw, 5rem);
    background-image: linear-gradient(to bottom right, var(--color-primary-50), var(--color-white) 60%);
}

@media (min-width: 48rem) {
    .section--hero {
        padding-top: 1rem;
    }
}

.section--hero .section {
    padding-top: clamp(1.25rem, 3vw, 2rem);
}

.section--tinted {
    background-image: linear-gradient(to bottom, var(--color-white), var(--color-secondary-50));
}

.section-head {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.eyebrow {
    font-size: 1.125rem;
    line-height: 1.75;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: var(--color-primary-500);
    text-shadow:
        0 1px 0 rgb(0 0 0 / 0.075),
        0 1px 1px rgb(0 0 0 / 0.075),
        0 2px 2px rgb(0 0 0 / 0.075);
}

@media (min-width: 64rem) {
    .eyebrow {
        font-size: 1.25rem;
        line-height: 1.75;
    }
}

.section-title {
    font-family: var(--font-header);
    font-size: 3rem;
    letter-spacing: 0.025em;
    text-wrap: pretty;
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (min-width: 64rem) {
    .section-title {
        font-size: 3.75rem;
    }
}

.lead {
    font-size: 1rem;
    line-height: 1.75;
    text-wrap: pretty;
    max-width: 36rem;
    margin-inline: auto;
}

@media (min-width: 64rem) {
    .lead {
        font-size: 1.125rem;
        line-height: 2;
        max-width: initial;
        margin-inline: initial;
    }
}

.muted {
    color: var(--color-grey-600);
}

/* Header */

.site-header {
    padding-block: 0.75rem;
}

.site-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.logo img {
    width: auto;
    height: 1.75rem;
    max-height: 1.75rem;
}

@media (min-width: 48rem) {
    .logo img {
        height: 2rem;
        max-height: 2rem;
    }
}

/* Hero */

.hero {
    display: grid;
    gap: clamp(2rem, 5vw, 3rem);
    align-items: center;
}

@media (min-width: 64rem) {
    .hero {
        grid-template-columns: 1fr 1fr;
    }
}

.hero__copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

@media (min-width: 64rem) {
    .hero__copy {
        text-align: left;
    }
}

.hero__title {
    font-family: var(--font-header);
    font-size: 3rem;
    letter-spacing: 0.025em;
    text-wrap: pretty;
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (min-width: 64rem) {
    .hero__title {
        font-size: 3.75rem;
    }
}

.highlight {
    background-image: linear-gradient(to bottom right, var(--color-primary-500) 10%, var(--color-tertiary-400) 90%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.hero__actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-top: 0.75rem;
}

@media (min-width: 40rem) {
    .hero__actions {
        flex-direction: row;
        justify-content: center;
    }
}

@media (min-width: 64rem) {
    .hero__actions {
        justify-content: flex-start;
    }
}

.hero__media {
    position: relative;
    width: 100%;
    max-width: 34rem;
    margin-inline: auto;
    border: 1px solid var(--color-white);
    border-radius: 3rem 0.75rem 3rem 0.75rem;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    overflow: hidden;
}

.hero__media img {
    display: block;
    width: 100%;
    filter: brightness(1.08);
}

.hero__media::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(
            90% 75% at 78% 82%,
            rgb(255 255 255 / 0.5) 0%,
            rgb(255 255 255 / 0.14) 40%,
            transparent 70%
        ),
        radial-gradient(
            120% 100% at 50% 38%,
            rgb(255 255 255 / 0.18) 0%,
            transparent 65%
        );
    mix-blend-mode: soft-light;
    pointer-events: none;
}

@media (min-width: 40rem) {
    .hero__media {
        border-radius: 5rem 0.75rem 5rem 0.75rem;
    }
}

/* Buttons */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.375rem;
    font: inherit;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-decoration: none;
    border-radius: 999px;
    transition: transform 0.3s ease-out;
}

.button:hover {
    transform: scale(0.94);
}

.button__inner {
    display: block;
    width: 100%;
    padding: 0.5rem 1.25rem;
    text-align: center;
    border: 2px dashed currentColor;
    border-radius: 999px;
}

.button--primary {
    color: var(--color-white);
    background-image: linear-gradient(to bottom right, var(--color-secondary-300), var(--color-secondary-400), var(--color-secondary-300));
    box-shadow: 0 10px 15px -3px color-mix(in oklab, var(--color-secondary-400) 50%, transparent);
    text-shadow: 0 1px 0 rgb(0 0 0 / 0.6);
}

.button--primary:hover {
    color: var(--color-white);
}

.button--outline {
    padding: 0.875rem 1.5rem;
    color: var(--color-grey-900);
    background-color: var(--color-white);
    box-shadow: inset 0 0 0 1px var(--color-grey-300), var(--shadow-card);
}

.button--outline:hover {
    color: var(--color-grey-900);
}

/* Steps */

.steps {
    display: grid;
    row-gap: clamp(2rem, 5vw, 3rem);
    column-gap: 2rem;
}

@media (min-width: 48rem) {
    .steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

.step {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
    max-width: 26.25rem;
    margin-inline: auto;
}

.step__marker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.step__connector {
    display: none;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(100% - 59px);
    color: var(--color-tertiary-400);
    pointer-events: none;
}

.step__connector--flipped {
    top: 50%;
    transform: rotate(180deg);
}

.step__connector svg {
    display: block;
    width: 9.375rem;
    max-width: none;
    height: 1.5rem;
}

@media (min-width: 48rem) {
    .step__connector {
        display: block;
    }
}

@media (min-width: 64rem) {
    .step__connector {
        left: calc(100% - 84px);
    }

    .step__connector svg {
        width: 12.5rem;
    }
}

.step__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    font-family: var(--font-header);
    font-size: 3.75rem;
    line-height: 1;
    padding-top: 0.5rem;
    color: var(--color-white);
    border-radius: 999px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 0.6);
}

@media (min-width: 64rem) {
    .step__number {
        width: 6rem;
        height: 6rem;
    }
}

.step:nth-child(1) .step__number {
    background-color: var(--color-secondary-400);
}

.step:nth-child(2) .step__number {
    background-color: var(--color-tertiary-400);
}

.step:nth-child(3) .step__number {
    background-color: var(--color-primary-500);
}

.step__title {
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    margin-bottom: 0.5rem;
}

@media (min-width: 64rem) {
    .step__title {
        font-size: 1.5rem;
    }
}

.step p {
    font-size: 1rem;
    line-height: 1.75;
    text-wrap: pretty;
}

@media (min-width: 64rem) {
    .step p {
        font-size: 1.125rem;
        line-height: 2;
    }
}

/* Cards */

.cards {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 40rem) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.75rem;
    }
}

@media (min-width: 64rem) {
    .cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    padding: 1.75rem 1.75rem 2rem;
    border: 0;
    border-radius: var(--radius-card);
    background-color: var(--color-white);
    box-shadow:
        0 1px 3px color-mix(in oklab, var(--color-secondary-500) 12%, transparent),
        0 8px 28px -10px color-mix(in oklab, var(--color-secondary-500) 24%, transparent);
}

.card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    color: var(--color-primary-700);
    background-color: var(--color-primary-100);
}

.card__icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.card:nth-child(3n + 2) .card__icon {
    color: var(--color-secondary-700);
    background-color: var(--color-secondary-100);
}

.card:nth-child(3n) .card__icon {
    color: var(--color-tertiary-500);
    background-color: var(--color-tertiary-100);
}

.card__title {
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    margin-bottom: 0.5rem;
}

@media (min-width: 64rem) {
    .card__title {
        font-size: 1.5rem;
    }
}

.card p,
.audience__item p {
    font-size: 1rem;
    line-height: 1.75;
    text-wrap: pretty;
}

@media (min-width: 64rem) {
    .card p,
    .audience__item p {
        font-size: 1.125rem;
        line-height: 2;
    }
}

/* Audience */

.audience {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 48rem) {
    .audience {
        grid-template-columns: repeat(2, 1fr);
    }
}

.audience__item {
    padding: 1.75rem;
    border-radius: var(--radius-card);
    background-image: linear-gradient(to bottom right, var(--color-primary-50), var(--color-white));
    border: 1px solid var(--color-primary-100);
}

.audience__item:nth-child(2) {
    background-image: linear-gradient(to bottom right, var(--color-tertiary-50), var(--color-white));
    border-color: var(--color-tertiary-100);
}

/* Call to action */

.cta {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    text-align: center;
    padding: clamp(2rem, 5vw, 3.5rem);
    border: 0;
    border-radius: 2.5rem;
    background-color: var(--color-white);
    box-shadow:
        0 1px 3px color-mix(in oklab, var(--color-tertiary-400) 12%, transparent),
        0 8px 28px -10px color-mix(in oklab, var(--color-tertiary-400) 24%, transparent);
}

.cta .lead {
    max-width: initial;
    margin-inline: initial;
}

.cta__title {
    font-family: var(--font-header);
    font-size: 3rem;
    letter-spacing: 0.025em;
    text-wrap: pretty;
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (min-width: 64rem) {
    .cta__title {
        font-size: 3.75rem;
    }
}

/* Footer */

.site-footer {
    padding-block: 2.5rem;
}

@media (min-width: 48rem) {
    .site-footer {
        padding-block: 3.75rem;
    }
}

@media (min-width: 64rem) {
    .site-footer {
        padding-block: 5rem;
    }
}

.site-footer .container {
    max-width: 90rem;
    padding-inline: 1rem;
}

@media (min-width: 48rem) {
    .site-footer .container {
        padding-inline: 2rem;
    }
}

@media (min-width: 64rem) {
    .site-footer .container {
        padding-inline: 4rem;
    }
}

.footer-panel {
    padding: 1.5rem;
    border-radius: 1rem;
    color: var(--color-white);
    text-shadow: 0 1px 0 rgb(0 0 0 / 0.6);
    background-image: linear-gradient(to bottom right, var(--color-secondary-300), var(--color-secondary-400), var(--color-secondary-300));
}

@media (min-width: 48rem) {
    .footer-panel {
        padding: 2rem;
    }
}

@media (min-width: 64rem) {
    .footer-panel {
        padding: 4rem;
    }
}

.footer-panel a {
    color: var(--color-white);
    text-decoration: none;
}

.footer-panel a:hover {
    color: var(--color-primary-500);
}

.footer-grid {
    display: grid;
    gap: 2.5rem;
}

@media (min-width: 48rem) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
        row-gap: 3rem;
    }

    .footer-grid > #datenschutz {
        grid-column: 1 / -1;
    }
}

.footer-title {
    font-size: 1.25rem;
    letter-spacing: 0.025em;
    margin-bottom: 1rem;
}

@media (min-width: 64rem) {
    .footer-title {
        font-size: 1.5rem;
    }
}

.footer-grid address,
.footer-grid p,
.footer-grid dl {
    font-size: 1rem;
    line-height: 1.75;
}

@media (min-width: 64rem) {
    .footer-grid address,
    .footer-grid p,
    .footer-grid dl {
        font-size: 1.125rem;
    }
}

.footer-grid p + p {
    margin-top: 1rem;
}

.footer-grid dt {
    font-weight: 500;
    margin-top: 0.75rem;
}

.footer-bottom {
    margin-inline: 1.5rem;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
    text-align: center;
    font-weight: 500;
    background-image: linear-gradient(to bottom right, var(--color-primary-300), var(--color-primary-400), var(--color-primary-300));
}

@media (min-width: 48rem) {
    .footer-bottom {
        margin-inline: 2rem;
        padding: 1.5rem 2rem;
        text-align: left;
    }
}

@media (min-width: 64rem) {
    .footer-bottom {
        margin-inline: 3rem;
        padding: 2rem 4rem;
        font-size: 1.125rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .button:hover {
        transform: none;
    }
}
