﻿/* Claude Day Pass design - adapted only for ASP.NET Web Forms */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Nunito:wght@400;500;600;700;800&display=swap');

.day-pass-page {
    width: 100%;
    font-family: 'Nunito', sans-serif;
    color: #27231F;
    background: #FFFFFF;
    line-height: 1.5;
    overflow: hidden;
}

    .day-pass-page * {
        box-sizing: border-box
    }

    .day-pass-page h1, .day-pass-page h2, .day-pass-page h3, .day-pass-page h4 {
        font-family: 'Inter',sans-serif;
        margin-top: 0
    }

    .day-pass-page a {
        color: #986B58;
        text-decoration: none
    }

        .day-pass-page a:hover {
            color: #7a5645
        }

.dp-cover {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.day-pass-page input[type=range] {
    cursor: pointer
}

@keyframes pulseGlow {
    0%,100% {
        box-shadow: 0 0 0 0 rgba(246,242,239,.35)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(246,242,239,0)
    }
}

@media(max-width:980px) {
    .day-pass-page section {
        padding-left: 24px !important;
        padding-right: 24px !important
    }

        .day-pass-page section[style*="grid-template-columns:1.1fr 0.9fr"],
        .day-pass-page div[style*="grid-template-columns:0.85fr 1.15fr"],
        .day-pass-page div[style*="grid-template-columns:0.8fr 1.2fr"] {
            grid-template-columns: 1fr !important
        }

    .day-pass-page div[style*="grid-template-columns:repeat(4,1fr)"] {
        grid-template-columns: repeat(2,1fr) !important
    }
}

@media(max-width:680px) {
    .day-pass-page section {
        padding-left: 18px !important;
        padding-right: 18px !important
    }

        .day-pass-page section[style*="grid-template-columns:1.1fr 0.9fr"] {
            padding-top: 42px !important
        }

    .day-pass-page div[style*="grid-template-columns:repeat(3"] {
        grid-template-columns: 1fr !important
    }

    .day-pass-page div[style*="grid-template-columns:repeat(4,1fr)"] {
        grid-template-columns: 1fr !important
    }

    .day-pass-page h1 {
        font-size: 42px !important
    }
}

/* Latest Claude full-width hero */

.dp-hero {
    position: relative;
    width: 100%;
    min-height: 680px;
    padding: 100px 48px 110px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.dp-hero__background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.dp-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.dp-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 90deg, rgba(20, 15, 12, 0.88) 0%, rgba(39, 31, 26, 0.72) 35%, rgba(39, 31, 26, 0.28) 65%, rgba(39, 31, 26, 0.08) 100% );
}

.dp-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 720px;
    padding-top: 55px;
}

.dp-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.08);
    color: #e8cabd;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dp-hero__title {
    margin: 26px 0 0;
    color: #ffffff;
    font-size: clamp(46px, 6vw, 80px);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.dp-hero__description {
    max-width: 560px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 19px;
    line-height: 1.6;
}

.dp-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;.dp-form-field label
}

.dp-hero__button {
    display: inline-flex;
    min-height: 58px;
    padding: 16px 28px;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.2s ease;
}

    .dp-hero__button:hover {
        transform: translateY(-2px);
    }

.dp-hero__button--primary {
    background: #f6f2ef;
    color: #27231f !important;
}

.dp-hero__button--secondary {
    border: 1.5px solid rgba(255, 255, 255, 0.32);
    background: transparent;
    color: #ffffff !important;
}

@media (max-width: 680px) {
    .dp-hero {
        min-height: 650px;
        padding: 72px 20px 82px;
    }

    .dp-hero__title {
        font-size: 48px !important;
        line-height: 1;
    }

    .dp-hero__description {
        font-size: 17px;
    }

    .dp-hero__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .dp-hero__button {
        width: 100%;
    }
}

.dp-enquiry-heading {
    margin-top: 44px;
    text-align: center;
}

    .dp-enquiry-heading h3 {
        margin: 0 0 6px;
        color: #27231f;
        font-size: 26px;
    }

    .dp-enquiry-heading p {
        margin: 0;
        color: #6f6862;
        font-size: 15.5px;
    }

.dp-enquiry {
    width: 100%;
    max-width: 900px;
    margin: 24px auto 0;
}

.dp-enquiry-steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 26px;
}

.dp-enquiry-step {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a89e95;
}

    .dp-enquiry-step span {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid rgba(118, 110, 100, 0.25);
        border-radius: 50%;
        background: #f6f2ef;
        color: #a89e95;
        font-size: 13px;
        font-weight: 800;
    }

    .dp-enquiry-step strong {
        font-size: 13px;
    }

    .dp-enquiry-step.is-active {
        color: #27231f;
    }

        .dp-enquiry-step.is-active span {
            border-color: #986b58;
            background: #986b58;
            color: #ffffff;
        }

    .dp-enquiry-step.is-complete {
        color: #27231f;
    }

        .dp-enquiry-step.is-complete span {
            border-color: #986b58;
            color: #986b58;
        }

.dp-enquiry-card {
    padding: 36px;
    border: 1px solid rgba(118, 110, 100, 0.16);
    border-radius: 24px;
    background: #ffffff;
}

.dp-form-step {
    display: none;
}

    .dp-form-step.is-active {
        display: block;
    }

    .dp-form-step h3 {
        margin: 0 0 4px;
        color: #27231f;
        font-size: 20px;
    }

    .dp-form-step > p {
        margin: 0 0 22px;
        color: #6f6862;
        font-size: 13.5px;
    }

.dp-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dp-form-field label {
    display: block;
    margin-bottom: 6px;
    color: #27231f;
    font-size: 13px;
    font-weight: 700;
}

.dp-form-field input,
.dp-form-field select,
.dp-form-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(118, 110, 100, 0.25);
    border-radius: 10px;
    background: #f6f2ef;
    color: #27231f;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.dp-form-field textarea {
    resize: vertical;
}

.dp-form-field--full {
    margin-top: 16px;
}

.dp-form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.dp-form-button {
    padding: 13px 30px;
    border-radius: 99px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.dp-form-button--back {
    border: 1px solid rgba(118, 110, 100, 0.3);
    background: transparent;
    color: #27231f;
}

.dp-form-button--primary {
    margin-left: auto;
    border: 0;
    background: #986b58;
    color: #ffffff;
}

.dp-form-success {
    padding: 48px;
    border: 1px solid rgba(118, 110, 100, 0.16);
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
}

.dp-form-success__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #986b58;
    color: #ffffff;
    font-size: 24px;
}

.dp-form-success h3 {
    margin-bottom: 8px;
    color: #27231f;
    font-size: 24px;
}

.dp-form-success p {
    margin: 0;
    color: #6f6862;
    font-size: 15px;
}

@media (max-width: 680px) {
    .dp-enquiry-steps {
        gap: 10px;
    }

    .dp-enquiry-step strong {
        display: none;
    }

    .dp-enquiry-card {
        padding: 24px 18px;
    }

    .dp-form-grid {
        grid-template-columns: 1fr;
    }
}