body.zippalot-fullscreen {
    margin: 0;
    background: #f3f1ed;
}

body.admin-bar .zp-nav {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .zp-nav {
        top: 46px;
    }
}

#zippalot {
    --ink: #111214;
    --paper: #f3f1ed;
    --surface: #fffdf8;
    --blue: #b8e5fb;
    --pink: #f8c4f2;
    --hot: #ff3a9a;
    --green: #bfe8d0;
    --line: rgba(17, 18, 20, 0.14);

    min-height: 100vh;
    color: var(--ink);
    background: var(--paper);
    font: 16px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
    overflow-x: clip;
    isolation: isolate;
}

#zippalot * {
    box-sizing: border-box;
}

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

#zippalot a:focus-visible,
#zippalot button:focus-visible,
#zippalot input:focus-visible,
#zippalot select:focus-visible,
#zippalot textarea:focus-visible {
    outline: 3px solid var(--hot);
    outline-offset: 3px;
}

#zippalot img,
#zippalot video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#zippalot button,
#zippalot input,
#zippalot select,
#zippalot textarea {
    font: inherit;
}

.zp-shell {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}

.zp-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(243, 241, 237, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}

.zp-navin {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.zp-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
}

.zp-brand img {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
}

.zp-logo {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, var(--blue), var(--pink));
    font-weight: 950;
}

.zp-menu {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 14px;
    font-weight: 800;
}

.zp-menu a[aria-current="page"]:not(.zp-btn) {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.zp-toggle {
    display: none;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 11px;
    background: var(--surface);
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
}

.zp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid var(--ink);
    border-radius: 8px;
    background: var(--ink);
    color: #fff !important;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-align: center;
}

.zp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(17, 18, 20, 0.2);
}

.zp-btn.outline {
    background: transparent;
    color: var(--ink) !important;
}

.zp-btn.light {
    background: #fff;
    color: #111 !important;
    border-color: #fff;
}

.zp-hero {
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    padding: 70px 0 76px;
}

.zp-subhero {
    min-height: 58vh;
    display: grid;
    align-items: end;
    padding: 104px 0 76px;
    background: var(--blue);
    border-bottom: 1px solid var(--line);
}

.zp-view-preorder .zp-subhero {
    background: var(--pink);
}

.zp-view-privacy .zp-subhero {
    background: #e8ebe7;
}

.zp-subhero h1 {
    max-width: 940px;
    margin: 0;
    font-size: 78px;
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: 0;
}

.zp-subhero p:not(.zp-kicker) {
    max-width: 700px;
    margin: 28px 0 0;
    font-size: 20px;
    color: rgba(17, 18, 20, 0.7);
}

.zp-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
    gap: 56px;
    align-items: center;
}

.zp-kicker {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.zp-hero h1,
.zp-section h2,
.zp-formcopy h2,
.zp-footer h2 {
    margin: 0.15em 0;
    line-height: 0.95;
    letter-spacing: 0;
    font-weight: 950;
}

.zp-hero h1 {
    max-width: 760px;
    font-size: 92px;
}

.zp-hero h1 em {
    display: block;
    font-style: normal;
    color: var(--paper);
    -webkit-text-stroke: 2px var(--ink);
    paint-order: stroke fill;
    letter-spacing: 0.012em;
}

.zp-lead {
    max-width: 590px;
    font-size: 22px;
    color: rgba(17, 18, 20, 0.68);
}

.zp-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.zp-release {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 850;
}

.zp-release::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--hot);
    box-shadow: 0 0 0 7px rgba(255, 58, 154, 0.14);
}

.zp-heroimg {
    height: 620px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #999;
    box-shadow: 0 30px 90px rgba(17, 18, 20, 0.2);
    transform: rotate(1deg);
}

.zp-heroimg::after {
    content: "Griffig. Direkt. Zippalot.";
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: calc(100% - 48px);
    padding: 13px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    font-weight: 900;
}

.zp-placeholder {
    height: 100%;
    min-height: 260px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(184, 229, 251, 0.8), rgba(248, 196, 242, 0.8)),
        repeating-linear-gradient(135deg, #7d828a 0 16px, #6b7078 16px 32px);
    color: #fff;
    letter-spacing: 0.18em;
}

.zp-marquee {
    padding: 15px;
    background: var(--ink);
    color: #fff;
    overflow: hidden;
    transform: rotate(-1deg) scale(1.02);
}

.zp-marquee div {
    display: flex;
    width: max-content;
    gap: 35px;
    animation: zp-marquee 20s linear infinite;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.zp-marquee span::after {
    content: " +";
    color: var(--pink);
}

@keyframes zp-marquee {
    to {
        transform: translateX(-50%);
    }
}

.zp-section {
    padding: 112px 0;
}

.zp-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
    gap: 40px;
    align-items: end;
    margin-bottom: 48px;
}

.zp-section h2,
.zp-formcopy h2,
.zp-footer h2 {
    font-size: 70px;
}

.zp-copy {
    margin: 0;
    font-size: 19px;
    color: rgba(17, 18, 20, 0.68);
}

.zp-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.zp-card,
.zp-faqitem {
    min-height: 250px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zp-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.zp-card:nth-child(2) {
    background: var(--blue);
    transform: translateY(28px);
}

.zp-card:nth-child(3) {
    background: var(--pink);
}

.zp-card > b {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", monospace;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}

.zp-card h3,
.zp-faqitem h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.15;
}

.zp-card h3 {
    font-weight: 700;
}

.zp-faqitem h3 {
    font-weight: 800;
}

.zp-card p,
.zp-faqitem p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(17, 18, 20, 0.72);
}

.zp-card p {
    font-weight: 450;
}

.zp-card > b,
.zp-cardcopy {
    position: relative;
    z-index: 2;
    transition: color 0.25s ease;
}

.zp-cardmedia {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zp-cardmedia::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(17, 18, 20, 0.42),
        rgba(17, 18, 20, 0.76)
    );
}

.zp-cardmedia img,
.zp-cardmedia video,
.zp-cardmedia .zp-placeholder {
    height: 100%;
    min-height: 0;
    transform: scale(1.04);
    transition: transform 0.45s ease;
}

@media (hover: hover) {
    .zp-card.has-hover-image:hover .zp-cardmedia {
        opacity: 1;
    }

    .zp-card.has-hover-image:hover .zp-cardmedia img,
    .zp-card.has-hover-image:hover .zp-cardmedia video,
    .zp-card.has-hover-image:hover .zp-cardmedia .zp-placeholder {
        transform: scale(1);
    }

    .zp-card.has-hover-image:hover > b,
    .zp-card.has-hover-image:hover .zp-cardcopy h3 {
        color: #fff;
    }

    .zp-card.has-hover-image:hover .zp-cardcopy p {
        color: rgba(255, 255, 255, 0.84);
    }
}

.zp-dark {
    background: var(--ink);
    color: #fff;
}

.zp-dark .zp-copy {
    color: rgba(255, 255, 255, 0.66);
}

.zp-show {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 18px;
}

.zp-slider {
    position: relative;
    height: 680px;
    border-radius: 12px;
    overflow: hidden;
    background: #292a2d;
}

.zp-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.zp-slide.active {
    opacity: 1;
}

.zp-quote {
    padding: 40px;
    border-radius: 8px;
    background: #222326;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zp-quote blockquote {
    margin: 0;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 950;
}

.zp-quote p {
    color: rgba(255, 255, 255, 0.68);
}

.zp-motion {
    height: 70vh;
    min-height: 520px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #222;
}

.zp-reel {
    position: absolute;
    inset: 0;
}

.zp-frame {
    position: absolute;
    inset: -4%;
    opacity: 0;
    animation: zp-reel 15s infinite;
}

.zp-frame:nth-child(2) {
    animation-delay: 5s;
}

.zp-frame:nth-child(3) {
    animation-delay: 10s;
}

@keyframes zp-reel {
    0%,
    30% {
        opacity: 1;
        transform: scale(1.03);
    }

    34%,
    100% {
        opacity: 0;
        transform: scale(1.12);
    }
}

.zp-motiontext {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8));
}

.zp-motiontext h2 {
    margin: 0;
    font-size: 78px;
    line-height: 0.95;
    letter-spacing: 0;
}

.zp-colors {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

.zp-color {
    height: 180px;
    padding: 18px;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 750;
    letter-spacing: 0;
    border: 1px solid var(--line);
    background: var(--zp-swatch, #fff);
    color: var(--zp-swatch-text, var(--ink));
    overflow-wrap: anywhere;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.zp-colormedia {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.zp-colormedia::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 35%, rgba(17, 18, 20, 0.72));
}

.zp-colormedia img,
.zp-colormedia video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zp-colorlabel {
    position: relative;
    z-index: 2;
}

.zp-color.has-media {
    color: #fff;
}

.zp-faq {
    background: #e8ebe7;
}

.zp-faqgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.zp-faqitem {
    min-height: 210px;
    justify-content: flex-start;
    gap: 12px;
}

.zp-faqitem h3 {
    margin-bottom: 0;
}

.zp-section-first {
    padding-top: 84px;
}

.zp-home-cta {
    background: var(--green);
}

.zp-cta-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
}

.zp-cta-row h2 {
    max-width: 760px;
    margin: 0;
    font-size: 58px;
    line-height: 1;
    letter-spacing: 0;
}

.zp-legal {
    max-width: 780px;
    margin-left: 0;
}

.zp-legal h2,
.zp-legal h3 {
    margin: 1.7em 0 0.5em;
    line-height: 1.1;
    letter-spacing: 0;
}

.zp-legal h2:first-child {
    margin-top: 0;
}

.zp-legal h2 {
    font-size: 38px;
}

.zp-legal h3 {
    font-size: 24px;
}

.zp-legal p,
.zp-legal li {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(17, 18, 20, 0.74);
}

.zp-pre {
    padding: 112px 0;
    background: linear-gradient(135deg, var(--blue), var(--pink));
}

.zp-formgrid {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    gap: 48px;
    align-items: start;
}

.zp-formcopy {
    position: sticky;
    top: 110px;
}

.zp-formcopy p {
    font-size: 18px;
}

.zp-form {
    padding: 34px;
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 30px 90px rgba(17, 18, 20, 0.2);
}

.zp-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.zp-field {
    margin-bottom: 16px;
}

.zp-field label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

#zippalot .zp-field input,
#zippalot .zp-field select,
#zippalot .zp-field textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(17, 18, 20, 0.22);
    border-radius: 8px;
    background: #fafafa;
    color: var(--ink);
    font-size: 16px;
    font-weight: 500;
}

.zp-field textarea {
    resize: vertical;
}

.zp-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(17, 18, 20, 0.7);
}

.zp-check input {
    margin-top: 3px;
}

.zp-check a {
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.zp-newsletter-option {
    padding: 14px 0 16px;
    margin: 4px 0 16px;
    border-top: 1px solid rgba(17, 18, 20, 0.14);
    border-bottom: 1px solid rgba(17, 18, 20, 0.14);
}

.zp-newsletter-title {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 850;
    color: var(--ink);
}

.zp-form .zp-btn {
    width: 100%;
    margin-top: 18px;
}

.zp-alert {
    padding: 14px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    font-weight: 850;
}

.zp-ok {
    background: #e7f8ec;
    color: #17622d;
}

.zp-info {
    background: #eef5ff;
    color: #174b82;
}

.zp-err {
    background: #fff0f0;
    color: #8d1a1a;
}

.zp-honey {
    position: absolute;
    left: -9999px;
}

.zp-footer {
    padding: 58px 0;
    background: var(--ink);
    color: #fff;
}

.zp-foot {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
}

.zp-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

.zp-links a:hover {
    color: #fff;
}

.zp-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.zp-reveal.visible {
    opacity: 1;
    transform: none;
}

.zp-cookie {
    display: none;
    position: fixed;
    z-index: 100;
    left: 20px;
    right: 20px;
    bottom: 20px;
    max-width: 720px;
    margin: auto;
    padding: 18px;
    border-radius: 8px;
    background: rgba(17, 18, 20, 0.96);
    color: #fff;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4);
}

.zp-cookie.open {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.zp-cookie p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.76);
}

.zp-cookie button {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .zp-hero h1 {
        font-size: 78px;
    }

    .zp-section h2,
    .zp-formcopy h2,
    .zp-footer h2 {
        font-size: 58px;
    }

    .zp-quote blockquote {
        font-size: 44px;
    }
}

@media (max-width: 900px) {
    .zp-toggle {
        display: block;
    }

    .zp-menu {
        display: none;
        position: absolute;
        left: 20px;
        right: 20px;
        top: 78px;
        padding: 14px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 20px 70px rgba(17, 18, 20, 0.2);
        flex-direction: column;
        align-items: stretch;
    }

    .zp-menu.open {
        display: flex;
    }

    .zp-menu a {
        padding: 10px;
    }

    .zp-grid,
    .zp-head,
    .zp-show,
    .zp-formgrid {
        grid-template-columns: 1fr;
    }

    .zp-features,
    .zp-faqgrid {
        grid-template-columns: 1fr;
    }

    .zp-card:nth-child(2) {
        transform: none;
    }

    .zp-cta-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .zp-heroimg {
        height: 520px;
    }

    .zp-formcopy {
        position: static;
    }

    .zp-colors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .zp-shell {
        width: calc(100% - 24px);
    }

    .zp-navin {
        min-height: 66px;
    }

    .zp-section,
    .zp-pre {
        padding: 78px 0;
    }

    .zp-hero {
        padding: 50px 0 64px;
    }

    .zp-hero h1 {
        font-size: 52px;
    }

    .zp-subhero {
        min-height: 48vh;
        padding: 84px 0 58px;
    }

    .zp-subhero h1 {
        font-size: 48px;
    }

    .zp-subhero p:not(.zp-kicker) {
        font-size: 18px;
    }

    .zp-cta-row h2 {
        font-size: 42px;
    }

    .zp-lead {
        font-size: 18px;
    }

    .zp-section h2,
    .zp-formcopy h2,
    .zp-footer h2,
    .zp-motiontext h2 {
        font-size: 42px;
    }

    .zp-heroimg {
        height: 430px;
        border-radius: 12px;
    }

    .zp-heroimg::after {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: none;
    }

    .zp-fields {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .zp-form {
        padding: 22px;
    }

    .zp-slider {
        height: 520px;
    }

    .zp-motion {
        min-height: 460px;
    }

    .zp-motiontext {
        padding: 26px;
    }

    .zp-cookie.open {
        align-items: stretch;
        flex-direction: column;
    }

    .zp-foot {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    #zippalot *,
    #zippalot *::before,
    #zippalot *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .zp-reveal {
        opacity: 1;
        transform: none;
    }

    .zp-cardmedia img,
    .zp-cardmedia video,
    .zp-cardmedia .zp-placeholder {
        transform: none;
    }
}
