/* ============================================
   WHIMZEES DentalPet App - Campaign Landing Page
   ============================================ */

:root {
    --dp-green: #667f3c;
    --dp-green-dark: #4a5d2a;
    --dp-green-light: #e8eddf;
    --dp-green-pale: #f4f7ef;
    --dp-olive: #8a9a5b;
    --dp-text: #53565A;
    --dp-text-light: rgba(83, 86, 90, 0.7);
    --dp-white: #ffffff;
    --dp-container: 1150px;
}

/* ---- HEADER (positive / static) ---- */

.page-template-tpl-dentalpet {
    padding-top: 0 !important;
}

.page-template-tpl-dentalpet #main-header {
    position: relative;
}

/* ---- HERO SECTION ---- */

.dp-hero {
    position: relative;
    background: linear-gradient(135deg, var(--dp-green-pale) 0%, var(--dp-green-light) 50%, var(--dp-green-pale) 100%);
    overflow: hidden;
    padding: 80px 0 80px;
}

.dp-hero__leaves {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 10% 80%, rgba(102, 127, 60, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 20%, rgba(102, 127, 60, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 90%, rgba(102, 127, 60, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.dp-hero__container {
    max-width: var(--dp-container);
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.dp-hero__content {
    flex: 1;
    min-width: 0;
}

.dp-hero__title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    color: var(--dp-green);
    line-height: 1.15;
    margin: 0 0 20px;
}

.dp-hero__subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    color: var(--dp-text);
    line-height: 1.6;
    margin: 0 0 30px;
}

.dp-hero__highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.dp-hero__highlights li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: var(--dp-text);
}

.dp-hero__highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background: var(--dp-olive);
    border-radius: 50%;
}

.dp-hero__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.dp-hero__phone {
    flex: 0 0 320px;
}

/* ---- PHONE MOCKUP ---- */

.dp-phone-mockup {
    position: relative;
    width: 280px;
    margin: 0 auto;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1);
    border: none;
    background: #fff;
}

.dp-phone-mockup img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---- STORE BADGES ---- */

.dp-store-badge {
    display: inline-block;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.dp-store-badge:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.dp-store-badge--apple svg {
    width: 140px;
    height: 47px;
}

.dp-store-badge--google svg {
    width: 158px;
    height: 47px;
}

/* ---- FEATURES SECTION ---- */

.dp-features {
    padding: 100px 0;
    background: var(--dp-white);
}

.dp-features__container {
    max-width: var(--dp-container);
    width: 85%;
    margin: 0 auto;
}

.dp-features__title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: var(--dp-green);
    text-align: center;
    margin: 0 0 60px;
}

.dp-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.dp-feature {
    text-align: center;
    padding: 30px 20px;
}

.dp-feature__number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--dp-green);
    color: var(--dp-white);
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.dp-feature__title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--dp-green-dark);
    margin: 0 0 12px;
}

.dp-feature__desc {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    color: var(--dp-text-light);
    line-height: 1.6;
    margin: 0;
}

/* ---- SCREENSHOTS SECTION ---- */

.dp-screenshots {
    padding: 80px 0 100px;
    background: var(--dp-green-pale);
    overflow: hidden;
}

.dp-screenshots__header {
    max-width: var(--dp-container);
    width: 85%;
    margin: 0 auto;
}

.dp-screenshots__title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: var(--dp-green);
    text-align: center;
    margin: 0 0 50px;
}

/* Carousel - full width, items bleed out */
.dp-screenshots__carousel {
    width: 100%;
    cursor: grab;
}

.dp-screenshots__carousel:active {
    cursor: grabbing;
}

.dp-screenshots__carousel .glide__slides {
    margin: 0;
    padding: 20px 0;
}

.dp-screenshots__carousel .glide__slide {
    height: auto;
}

.dp-screenshots__item {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.dp-screenshots__carousel .glide__slide.is-active .dp-screenshots__item {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.dp-screenshots__item img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-drag: none;
}

/* Navigation arrows */
.dp-screenshots__controls {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.dp-screenshots__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--dp-green);
    background: var(--dp-white);
    color: var(--dp-green);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, color 0.25s ease;
    position: static !important;
    transform: none !important;
    top: auto !important;
}

.dp-screenshots__arrow:hover {
    background: var(--dp-green);
    color: var(--dp-white);
}

.dp-screenshots__arrow svg {
    width: 20px;
    height: 20px;
    transform: none !important;
}

.dp-screenshots__arrow.glide__arrow--disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* ---- ABOUT SECTION ---- */

.dp-about {
    padding: 100px 0;
    background: var(--dp-white);
}

.dp-about__container {
    max-width: var(--dp-container);
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.dp-about__content {
    flex: 1;
    min-width: 0;
}

.dp-about__title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: var(--dp-green);
    margin: 0 0 24px;
}

.dp-about__text {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: var(--dp-text);
    line-height: 1.7;
    margin-bottom: 40px;
}

.dp-about__text p {
    margin: 0 0 16px;
}

.dp-about__stats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.dp-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--dp-green);
    border: none;
}

.dp-stat__number {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--dp-white);
    line-height: 1;
}

.dp-stat__label {
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    margin-top: 4px;
    padding: 0 10px;
    line-height: 1.3;
}

.dp-about__phone {
    flex: 0 0 320px;
}

/* ---- CTA SECTION ---- */

.dp-cta {
    padding: 80px 0 100px;
    background: var(--dp-green);
    text-align: center;
}

.dp-cta__container {
    max-width: 700px;
    width: 85%;
    margin: 0 auto;
}

.dp-cta__title {
    font-family: 'brandon-grotesque', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: var(--dp-white);
    margin: 0 0 16px;
}

.dp-cta__text {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 0 40px;
}

.dp-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ---- RESPONSIVE ---- */

@media screen and (max-width: 1024px) {
    .dp-hero__container {
        flex-direction: column;
        text-align: center;
    }

    .dp-hero__highlights {
        display: inline-block;
        text-align: left;
    }

    .dp-hero__buttons {
        justify-content: center;
    }

    .dp-hero__phone {
        flex: 0 0 auto;
    }

    .dp-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dp-about__container {
        flex-direction: column;
        text-align: center;
    }

    .dp-about__stats {
        justify-content: center;
    }

    .dp-about__phone {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .dp-hero {
        padding: 100px 0 60px;
    }

    .dp-hero__phone {
        width: 100%;
    }

    .dp-phone-mockup {
        width: 220px;
    }

    .dp-features {
        padding: 60px 0;
    }

    .dp-features__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dp-feature {
        padding: 20px;
    }

    .dp-screenshots {
        padding: 60px 0 80px;
    }

    .dp-about {
        padding: 60px 0;
    }

    .dp-stat {
        width: 110px;
        height: 110px;
    }

    .dp-stat__number {
        font-size: 26px;
    }

    .dp-cta {
        padding: 60px 0 80px;
    }

    .dp-store-badge--apple svg {
        width: 120px;
        height: 40px;
    }

    .dp-store-badge--google svg {
        width: 135px;
        height: 40px;
    }
}
