/* ==================================================
   PAGE / WORDPRESS SPACING RESET
================================================== */

body.page main,
body.page .entry-content,
body.page .wp-block-post-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.page .wp-block-post-content > .pddl-journey-landing:first-child {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}


.wp-block-group:has(.pddl-journey-landing) {
    padding-top: 0 !important;
}
/* ==================================================
   CUSTOMER JOURNEY WORKSHEET LANDING PAGE
================================================== */

.pddl-journey-landing {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    width: 100vw !important;
    max-width: none !important;

    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 50% !important;
    margin-block-start: 0 !important;

    transform: translateX(-50%);

    padding: 72px 24px 64px;

    background: #1f3a5f;
    text-align: center;
}


/* ==================================================
   WATERMARK
================================================== */

.pddl-journey-landing::before {
    content: "";

    position: absolute;
    z-index: 0;

    width: 950px;
    height: 950px;

    top: 52%;
    left: 76%;

    transform: translate(-50%, -50%);

    /* RESTORE YOUR ACTUAL WATERMARK URL HERE */
    background-image: url("https://pinkdeskdiagnostic.com/wp-content/uploads/2026/07/Gold-compass.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: 0.05;

    pointer-events: none;
}


/* Keep all real content above watermark */
.pddl-journey-landing > * {
    position: relative;
    z-index: 1;
}


/* ==================================================
   TITLE
================================================== */

.pddl-journey-landing__title {
    max-width: 760px;

    margin: 0 auto 18px !important;

    color: #fbfaf3 !important;

    font-size: clamp(2.5rem, 3.7vw, 3.4rem);
    line-height: 1.05;

    text-align: center;
}


/* ==================================================
   INTRO
================================================== */

.pddl-journey-landing__intro,
.pddl-journey-landing p.pddl-journey-landing__intro {
    max-width: 760px;

    margin: 0 auto 30px !important;

    color: rgba(251, 250, 243, 0.88) !important;

    font-size: 1.05rem;
    line-height: 1.6;

    text-align: center;
}


/* ==================================================
   WORKSHEET PREVIEW
================================================== */

.pddl-journey-landing__worksheet {
    width: min(100%, 390px);

    margin: 0 auto 22px !important;
}

.pddl-journey-landing__worksheet img {
    display: block;

    width: 100%;
    height: auto;

    margin: 0 auto;

    filter: drop-shadow(
        0 14px 22px rgba(0, 0, 0, 0.22)
    );
}


/* ==================================================
   KIT FORM
================================================== */

.pddl-journey-landing .formkit-form {
    width: min(100%, 900px) !important;
    max-width: 900px !important;

    margin: 0 auto !important;

    background: transparent !important;
}


/* Remove Kit's internal spacing */

.pddl-journey-landing
.formkit-form[data-uid="4c99adc366"]
[data-style="clean"] {
    padding: 0 !important;
}


/* Form row */

.pddl-journey-landing
.formkit-form
.formkit-fields {
    display: grid !important;

    grid-template-columns: 1fr 1fr auto;
    gap: 12px;

    align-items: stretch;

    margin: 0 !important;
}


/* Remove Kit margins */

.pddl-journey-landing
.formkit-form
.formkit-field,

.pddl-journey-landing
.formkit-form
.formkit-submit {
    width: 100% !important;

    margin: 0 !important;

    flex: none !important;
}


/* ==================================================
   INPUTS
================================================== */

.pddl-journey-landing
.formkit-form
.formkit-input {
    width: 100% !important;
    height: 54px;

    padding: 0 18px !important;

    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 4px !important;

    background: #ffffff !important;
    color: #1f3a5f !important;

    font-size: 1rem !important;

    box-shadow: none !important;
}

.pddl-journey-landing
.formkit-form
.formkit-input::placeholder {
    color: #5d6874 !important;
    opacity: 1 !important;
}

.pddl-journey-landing
.formkit-form
.formkit-input:focus {
    border-color: #e97fb2 !important;

    outline: 2px solid rgba(233, 127, 178, 0.25) !important;
    outline-offset: 1px;
}


/* ==================================================
   BUTTON
================================================== */

.pddl-journey-landing
.formkit-form
.formkit-submit {
    min-width: 220px;
    height: 54px;

    border: 0 !important;
    border-radius: 4px !important;

    background: #e97fb2 !important;
    color: #1f3a5f !important;

    font-size: 1rem !important;
    font-weight: 700 !important;

    transition:
        transform 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.pddl-journey-landing
.formkit-form
.formkit-submit > span {
    display: flex !important;

    align-items: center;
    justify-content: center;

    height: 100%;

    padding: 0 24px !important;

    background: transparent !important;
}

.pddl-journey-landing
.formkit-form
.formkit-submit:hover {
    transform: translateY(-1px);

    background: #f092bf !important;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.16);
}


/* ==================================================
   KIT MESSAGES
================================================== */

.pddl-journey-landing
.formkit-form
.formkit-alert {
    grid-column: 1 / -1;

    margin: 12px 0 0 !important;
}


/* ==================================================
   TABLET / MOBILE
================================================== */

@media (max-width: 760px) {

    .pddl-journey-landing {
        padding: 56px 22px 52px;
    }

    .pddl-journey-landing::before {
        width: 520px;
        height: 520px;

        top: 52%;
        left: 50%;

        opacity: 0.08;
    }

    .pddl-journey-landing__title {
        font-size: clamp(2.2rem, 10vw, 3rem);
    }

    .pddl-journey-landing__worksheet {
        width: min(82%, 330px);

        margin-bottom: 26px !important;
    }

    .pddl-journey-landing
    .formkit-form
    .formkit-fields {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .pddl-journey-landing
    .formkit-form
    .formkit-submit {
        min-width: 0;
    }
}