:root {
    --fp-bg: #f6faf9;
    --fp-surface: #ffffff;
    --fp-surface-alt: #e7f3f0;
    --fp-text: #13322f;
    --fp-text-soft: #4d6763;
    --fp-brand: #0f766e;
    --fp-brand-dark: #0b4f4a;
    --fp-border: rgba(19, 50, 47, 0.12);
    --fp-shadow: 0 24px 60px rgba(15, 118, 110, 0.12);
    --fp-radius-lg: 28px;
    --fp-radius-md: 18px;
    --fp-radius-sm: 12px;
    --fp-shell: 1120px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Zalando Sans", system-ui, sans-serif;
    color: var(--fp-text);
    background:
        radial-gradient(circle at top left, rgba(15, 118, 110, 0.12), transparent 32%),
        linear-gradient(180deg, #fcfffe 0%, var(--fp-bg) 100%);
}

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

a {
    color: inherit;
    text-decoration: none;
}

.fp-shell {
    width: min(calc(100% - 32px), var(--fp-shell));
    margin: 0 auto;
}

.fp-mobile-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: rgba(252, 255, 254, 0.84);
    border-bottom: 1px solid rgba(19, 50, 47, 0.08);
}

.fp-header-inner,
.fp-header-actions,
.fp-cta-row,
.fp-store-grid,
.fp-footer-grid,
.fp-redirect-actions {
    display: flex;
    gap: 12px;
}

.fp-header-inner {
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
}

.fp-brand img {
    width: auto;
    height: 34px;
}

.fp-link-button,
.fp-button,
.fp-store-card {
    border-radius: 999px;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.fp-link-button,
.fp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    font-weight: 700;
}

.fp-link-button {
    color: var(--fp-brand-dark);
    background: rgba(15, 118, 110, 0.08);
}

.fp-link-button-primary,
.fp-button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--fp-brand) 0%, #11998e 100%);
    box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
}

.fp-button-secondary {
    background: #fff;
    color: var(--fp-brand-dark);
    border: 1px solid rgba(15, 118, 110, 0.18);
}

.fp-link-button:hover,
.fp-button:hover,
.fp-store-card:hover {
    transform: translateY(-1px);
}

.fp-hero,
.fp-section {
    padding: 72px 0;
}

.fp-hero-grid,
.fp-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 36px;
    align-items: center;
}

.fp-eyebrow {
    margin: 0 0 14px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fp-brand);
}

.fp-hero-copy h1,
.fp-section-heading h2,
.fp-info-panel h2,
.fp-redirect-card h1 {
    margin: 0;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.fp-hero-copy h1 {
    font-size: clamp(2.4rem, 5vw, 4.3rem);
    max-width: 11ch;
}

.fp-lead,
.fp-section-heading p,
.fp-card p,
.fp-info-panel p,
.fp-footer p,
.fp-faq-item p,
.fp-redirect-message,
.fp-noscript-note {
    color: var(--fp-text-soft);
    font-size: 1.02rem;
    line-height: 1.7;
}

.fp-cta-row {
    flex-wrap: wrap;
    margin: 28px 0 18px;
}

.fp-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--fp-text-soft);
}

.fp-trust-list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--fp-brand);
}

.fp-device-frame,
.fp-card,
.fp-info-panel,
.fp-redirect-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--fp-border);
    box-shadow: var(--fp-shadow);
}

.fp-device-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 34px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fp-device-image {
    width: min(100%, 320px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 30px 60px rgba(15, 118, 110, 0.16));
}

.fp-section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.fp-section-heading h2,
.fp-info-panel h2 {
    font-size: clamp(1.9rem, 3vw, 3rem);
    margin-bottom: 14px;
}

.fp-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fp-card,
.fp-info-panel {
    padding: 28px;
    border-radius: var(--fp-radius-lg);
}

.fp-card h3 {
    margin: 0 0 12px;
    font-size: 1.28rem;
}

.fp-section-muted {
    background: linear-gradient(180deg, rgba(231, 243, 240, 0.45) 0%, rgba(231, 243, 240, 0.2) 100%);
}

.fp-two-column {
    align-items: stretch;
}

.fp-info-highlight {
    background: linear-gradient(180deg, #0f766e 0%, #0b5b55 100%);
    color: #fff;
}

.fp-info-highlight .fp-eyebrow,
.fp-info-highlight p,
.fp-info-highlight h2 {
    color: inherit;
}

.fp-store-grid {
    flex-wrap: wrap;
    margin-top: 22px;
}

.fp-store-card {
    display: block;
    min-width: 220px;
    padding: 18px 20px;
    border: 1px solid rgba(15, 118, 110, 0.15);
    background: #fff;
    border-radius: var(--fp-radius-md);
}

.fp-store-card strong,
.fp-footer h2 {
    display: block;
    margin-bottom: 8px;
}

.fp-button-wide {
    width: 100%;
    margin-top: 18px;
}

.fp-faq-list {
    display: grid;
    gap: 14px;
}

.fp-faq-item {
    border: 1px solid var(--fp-border);
    background: rgba(255, 255, 255, 0.86);
    border-radius: var(--fp-radius-md);
    padding: 0 22px;
}

.fp-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 0;
    font-weight: 700;
}

.fp-faq-item summary::-webkit-details-marker {
    display: none;
}

.fp-faq-item[open] p {
    padding-bottom: 22px;
    margin: 0;
}

.fp-footer {
    padding: 36px 0 56px;
    background: #0b2f2c;
    color: rgba(255, 255, 255, 0.9);
}

.fp-footer-grid {
    justify-content: space-between;
    align-items: start;
    gap: 24px;
}

.fp-footer-grid > div {
    flex: 1;
}

.fp-footer a {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.88);
}

.fp-redirect-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
}

.fp-redirect-page {
    width: 100%;
    max-width: 720px;
}

.fp-redirect-card {
    border-radius: 32px;
    padding: 36px;
    text-align: center;
}

.fp-redirect-brand {
    display: inline-flex;
    margin-bottom: 18px;
}

.fp-redirect-card h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 12px;
}

.fp-redirect-actions {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

@media (max-width: 960px) {
    .fp-hero-grid,
    .fp-two-column,
    .fp-card-grid {
        grid-template-columns: 1fr;
    }

    .fp-hero-copy h1 {
        max-width: none;
    }
}

@media (max-width: 720px) {
    .fp-header-inner,
    .fp-header-actions,
    .fp-footer-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-link-button,
    .fp-button,
    .fp-store-card {
        width: 100%;
    }

    .fp-hero,
    .fp-section {
        padding: 56px 0;
    }

    .fp-card,
    .fp-info-panel,
    .fp-redirect-card {
        padding: 22px;
    }
}
