﻿/* Pet Services Marketing — Figma node 7404:28028 */

.ps-page {
    overflow-x: hidden;
}

.ps-accent {
    color: #7b61ff;
}

/* Hero — desktop ≥992 / tablet ≤991 / mobile ≤767 (healthcare pattern) */
.ps-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 110px 0 60px;
    background: url('../images/pet-services-marketing/hero.png') right center / cover no-repeat;
    overflow: hidden;
}

.ps-hero-mobile-bg {
    display: none;
}

.ps-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.75) 42%, rgba(255,255,255,0.15) 68%, rgba(255,255,255,0) 82%);
    z-index: 0;
}

.ps-hero-content-wrap {
    position: relative;
    z-index: 1;
}

.ps-hero-inner {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 740px;
}

.ps-hero-eyebrow {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1a1a4d;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ps-hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(36px, 4vw, 55px);
    line-height: 1.15;
    color: #05053e;
    margin: 0 0 24px;
    letter-spacing: 0.004em;
}

.ps-hero-services-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #05053e;
    margin: 0 0 12px;
}

.ps-hero-bullets {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 715px;
}

.ps-hero-bullets li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #05053e;
    flex: 0 1 auto;
}

.ps-hero-bullets i {
    color: #7b61ff;
    font-size: 14px;
    flex-shrink: 0;
}

.ps-hero-check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.ps-hero-cta__icon {
    width: 24px;
    height: 24px;
    display: block;
}

.ps-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #6b5bff 0%, #b8a7ff 100%);
    color: #fff !important;
    font-size: 16px;
    line-height: 26px;
    padding: 9px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ps-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(107, 91, 255, 0.35);
    color: #fff !important;
}

.ps-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 960px;
    margin-top: 40px;
}

.ps-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d8d8ff;
    color: #05053e;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 24px;
    border-radius: 35px;
    white-space: nowrap;
}

.ps-hero-tag img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.ps-hero-tag i {
    font-size: 14px;
    color: #05053e;
}

/* Desktop laptops: fit header + hero in first viewport.
   Ultra-wide (â‰¥1600) â€” auto height so cover bg doesn't over-crop. */
@media (min-width: 992px) and (max-width: 1599.98px) {
    .ps-hero {
        --ps-header-offset: 122px;
        box-sizing: border-box;
        min-height: calc(100dvh - var(--ps-header-offset));
        height: calc(100dvh - var(--ps-header-offset));
        padding-top: clamp(36px, 5vh, 72px);
        padding-bottom: clamp(28px, 4vh, 56px);
        align-items: center;
    }

    .ps-hero h1 {
        margin-bottom: clamp(14px, 2vh, 24px);
    }

    .ps-hero-services-title {
        margin-bottom: 8px;
    }

    .ps-hero-bullets {
        margin-bottom: clamp(16px, 2.4vh, 28px);
        gap: clamp(6px, 1.1vh, 10px) 12px;
    }

    .ps-hero-tags {
        margin-top: clamp(20px, 3vh, 40px);
    }
}

@media (min-width: 1600px) {
    .ps-hero {
        height: auto;
        min-height: min(760px, calc(100dvh - 110px));
        padding: 110px 0 60px;
        background-image: url('../images/pet-services-marketing/hero.png');
        background-position: right center;
        background-size: cover;
    }

    .ps-hero::before {
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.94) 0%,
            rgba(255, 255, 255, 0.78) 34%,
            rgba(255, 255, 255, 0.2) 58%,
            rgba(255, 255, 255, 0) 74%
        );
    }
}

/* Stats */
.ps-stats {
    padding: 80px 0;
    background: radial-gradient(ellipse 130% 140% at 50% -5%, #b4a4ff 0%, #cec4ff 35%, #e0dbff 65%, #ece8ff 100%);
    text-align: center;
}

.ps-stats-header {
    max-width: 978px;
    margin: 0 auto 44px;
}

.ps-stats-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.2;
    color: #1a1a4d;
    margin: 0;
}

.ps-stat-card {
    background: #f5f6ff;
    border: 1px solid rgba(168, 174, 208, 0.25);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ps-stat-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #05053e;
    margin: 0 0 6px;
}

.ps-stat-card p {
    font-size: 16px;
    line-height: 26px;
    color: #1a1a4d;
    margin: 0;
}

/* AI Demo */
/* Calendly â€” pet-services-marketing overrides */
.ps-page .strategys-bookings-sections {
    padding: 40px 16px 24px;
    overflow-x: hidden;
}

.ps-page .strategys-bookings-sections .calendly-inline-widget,
.ps-page .strategys-bookings-sections .cal-inline-embed,
.ps-page .strategys-bookings-sections #my-cal-inline {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100%;
}

@media (min-width: 992px) {
    .ps-page .strategys-bookings-sections {
        padding: 64px 48px 32px;
    }
}


.ps-page .strategys-bookings-sections h2 {
    text-align: left;
    color: #ffffff;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

.ps-page .strategys-bookings-sections h2 .cal-accent-now {
    color: #7B61FF;
}

/* Contact form header â€” pet-services-marketing only */
.ps-contact-form-header {
    background: linear-gradient(90deg, #7b61ff 0%, #b8a7ff 100%);
    padding: 26px 24px;
    text-align: center;
}

.ps-contact-form-header h2 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

/* Growth Loop */
.ps-growth {
    padding: 50px 0 80px;
    background: linear-gradient(135deg, #eceaff 0%, #f0eeff 50%, #f5f3ff 100%);
}

.ps-growth-header {
    text-align: center;
    max-width: 647px;
    margin: 0 auto 40px;
}

.ps-growth-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #7b61ff;
    margin-bottom: 8px;
}

.ps-growth-label::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #7b61ff;
}

.ps-growth-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.2;
    color: #05053e;
    margin: 0 0 16px;
}

.ps-growth-header p {
    color: #474650;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.ps-growth-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.ps-growth-diagram {
    position: relative;
    min-height: 499px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-growth-diagram img {
    max-width: 100%;
    height: auto;
}

.ps-growth-stages {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ps-growth-stage-nav {
    display: flex;
    gap: 6px;
    margin-top: 16px;
}

.ps-growth-stage-nav button {
    flex: 1;
    height: 4px;
    border: none;
    border-radius: 2px;
    background: #e6e2ff;
    cursor: pointer;
    padding: 0;
}

.ps-growth-stage-nav button.active {
    background: #7b61ff;
}

.ps-growth-next {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7b61ff;
    font-weight: 600;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 12px;
    padding: 0;
}

.ps-growth-card {
    background: #fff;
    border: 1px solid #e6e2ff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 17px 16.5px rgba(11, 11, 46, 0.04);
}

.ps-growth-card.dark {
    background: #05053e;
    border-color: #e6e2ff;
}

.ps-growth-card-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.ps-growth-card-num {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background: #05053e;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-growth-card.dark .ps-growth-card-num {
    background: #7b61ff;
}

.ps-growth-card-eyebrow span {
    font-size: 16px;
    font-weight: 500;
    color: #05053e;
}

.ps-growth-card.dark .ps-growth-card-eyebrow span {
    color: #fff;
}

.ps-growth-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #05053e;
    margin: 0 0 16px;
}

.ps-growth-card.dark h3 {
    color: #fff;
}

.ps-growth-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.ps-growth-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e6e2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #7b61ff;
    font-size: 18px;
}

.ps-growth-feature h4 {
    font-size: 16px;
    font-weight: 500;
    color: #05053e;
    margin: 0 0 2px;
}

.ps-growth-feature p {
    font-size: 14px;
    line-height: 20px;
    color: #5f5d68;
    margin: 0;
}

.ps-growth-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ps-growth-tag {
    background: #e6e2ff;
    color: #05053e;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 100px;
}

/* Niches â€” two business cards (Figma 7048:6271) */
.ps-niches {
    padding: 80px 0;
    background: #fff;
}

.ps-niches-header {
    max-width: 986px;
    margin-bottom: 42px;
}

.ps-niches-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #7b61ff;
    margin-bottom: 8px;
}

.ps-niches-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 52px;
    color: #0b0b2e;
    margin: 0 0 12px;
}

.ps-niches-header p {
    color: #474650;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.192px;
    margin: 0;
}

.ps-niche-card {
    background: #f5f6ff;
    border: 1px solid #e6e2ff;
    border-radius: 44px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ps-niche-card__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.ps-niche-card__num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #7b61ff;
}

.ps-niche-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #0b0b2e;
    margin: 0;
}

.ps-niche-card__tags {
    font-size: 15px;
    line-height: 24px;
    color: #7b61ff;
    font-weight: 500;
    margin: 0;
}

.ps-niche-card p:not(.ps-niche-card__tags) {
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0;
}

/* Reviews */
.ps-reviews {
    padding: 50px 0 80px;
    background: #fff;
}

.ps-reviews-header {
    margin-bottom: 32px;
}

.ps-reviews-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 3vw, 44px);
    line-height: 52px;
    color: #0b0b2e;
    margin: 0 0 8px;
}

.ps-reviews-header p {
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0;
}

.ps-review-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(11, 11, 46, 0.06);
    padding: 27px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ps-review-stars {
    color: #f5a524;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
}

.ps-review-quote {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #474650;
    margin: 0;
    flex: 1;
}

.ps-review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.ps-review-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.ps-review-name {
    font-size: 16px;
    font-weight: 600;
    color: #0b0b2e;
    margin: 0;
}

.ps-reviews-cta-btn {
    background: #05053e;
}

.ps-reviews-cta-btn:hover {
    background: #151545;
}

.ps-reviews-cta {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.ps-reviews-cta p {
    font-size: 16px;
    font-weight: 500;
    color: #0b0b2e;
    margin: 0;
}

/* Comparison */
.ps-comparison {
    padding: 50px 0 80px;
    background: linear-gradient(90deg, #fef0f0 50%, #fff 50%);
}

.ps-comparison-header {
    text-align: center;
    max-width: 1022px;
    margin: 0 auto 24px;
}

.ps-comparison-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 52px;
    color: #0f172a;
    margin: 0;
}

.ps-comparison-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: start;
    max-width: 1086px;
    margin: 0 auto;
}

.ps-comparison-col-header {
    text-align: center;
    margin-bottom: 20px;
}

.ps-comparison-col-header .label {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
}

.ps-comparison-col-header.problems .label {
    color: rgba(153, 27, 27, 0.72);
}

.ps-comparison-col-header.solutions .label {
    color: rgba(22, 101, 52, 0.72);
}

.ps-comparison-col-header h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.ps-comparison-col-header.problems h3 {
    color: #991b1b;
}

.ps-comparison-col-header.solutions h3 {
    color: #166534;
}

.ps-comparison-connector {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.ps-comparison-connector img {
    width: 100%;
    height: auto;
}

.ps-compare-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 11px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
}

.ps-compare-card-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.ps-compare-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}

.ps-compare-icon.problem {
    background: #fef2f2;
    color: #991b1b;
}

.ps-compare-icon.solution {
    background: rgba(22, 101, 52, 0.12);
    color: #166534;
}

.ps-compare-card h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #05053e;
    margin: 0;
}

.ps-compare-card p {
    font-size: 14px;
    line-height: 20px;
    color: #474650;
    margin: 0;
}

/* Services grid */
.ps-services {
    padding: 50px 0 80px;
    background: #fff;
}

.ps-services-header {
    max-width: 933px;
    margin-bottom: 34px;
}

.ps-services-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 52px;
    color: #05053e;
    margin: 0 0 10px;
}

.ps-services-header p {
    color: #474650;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.ps-service-card {
    background: #f5f6ff;
    border: 1px solid #e6e2ff;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.ps-service-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #7b61ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 16px;
}

.ps-service-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #0b0b2e;
    margin: 0 0 8px;
}

.ps-service-card p {
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0;
}

.ps-service-card.wide {
    grid-column: span 2;
}

.ps-services-footnote {
    max-width: 1040px;
    margin-top: 34px;
    color: #474650;
    font-size: 16px;
    line-height: 26px;
}

/* Why Us */
.ps-why {
    padding: 72px 0;
    background: #05053e;
}

.ps-why-header {
    text-align: center;
    max-width: 834px;
    margin: 0 auto 40px;
}

.ps-why-header .label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

.ps-why-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.15;
    color: #fff;
    margin: 0;
    letter-spacing: -0.01em;
}

.ps-why-card {
    background: #151545;
    border: 1px solid rgba(180, 177, 238, 0.56);
    border-radius: 20px;
    padding: 26px;
    height: 100%;
}

.ps-why-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(180, 177, 238, 0.2);
    background: linear-gradient(137deg, rgba(180, 177, 238, 0.2) 10%, rgba(180, 177, 238, 0.1) 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    overflow: hidden;
}

.ps-why-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.ps-why-icon i {
    color: #d8d8ff;
    font-size: 20px;
}

.ps-why-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 16px;
}

.ps-why-card p {
    font-size: 16px;
    line-height: 26px;
    color: #d8d5d5;
    margin: 0;
}

.ps-why-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}

.ps-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ps-why-photo {
    border-radius: 20px;
    overflow: hidden;
    min-height: 100%;
}

.ps-why-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .ps-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .ps-why-grid {
        grid-template-columns: 1fr;
    }
}

/* FAQ */
.ps-faq {
    padding: 50px 0 70px;
    background: #e6e2ff;
}

.ps-faq-header {
    max-width: 755px;
    margin-bottom: 48px;
}

.ps-faq-label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #05053e;
    margin-bottom: 16px;
}

.ps-faq-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 52px;
    color: #05053e;
    margin: 0;
}

.ps-faq .faq-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden;
}

.ps-faq .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    cursor: pointer;
}

.ps-faq .faq-question h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #05053e;
    margin: 0;
    flex: 1;
}

.ps-faq-toggle {
    width: 30px;
    height: 30px;
    border: 2px solid #d4d6f0;
    border-radius: 15px;
    background: transparent;
    color: #9b97e8;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    line-height: 1;
}

.ps-faq .faq-answer {
    padding: 0 20px 16px;
    display: none;
}

.ps-faq .faq-item.active .faq-answer {
    display: block;
}

.ps-faq .faq-answer p {
    font-size: 14px;
    line-height: 20px;
    color: #474650;
    margin: 0;
}

/* Contact Section */
.ps-contact-section {
    position: relative;
    min-height: 840px;
    background: url('../images/pet-services-marketing/contact-bg.png') center / cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.ps-contact-inner {
    width: 86%;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-right: 2%;
}

.ps-contact-form-card {
    width: 52%;
    max-width: 826px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    padding: 0;
}

.ps-contact-form-card iframe {
    width: 100% !important;
    min-height: 580px;
    height: auto;
    border: none;
    display: block;
}

/* ============================================================
   RESPONSIVE â€” aligned with industry-religious.php patterns
   ============================================================ */
@media (max-width: 1199px) {
    .ps-growth-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        justify-items: center;
    }

    .ps-growth-stages {
        justify-self: center;
        max-width: 400px;
        width: 100%;
    }

    .ps-growth-diagram {
        min-height: 0;
        width: 100%;
    }

    .ps-growth-diagram img,
    .ps-growth-diagram svg {
        max-width: min(100%, 420px);
        height: auto;
    }

    .ps-comparison {
        background: #fff;
    }

    .ps-comparison-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ps-comparison-connector {
        display: none;
    }
}

@media (max-width: 991px) {
    .ps-hero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        height: auto;
        padding: 96px 0 48px;
        background-color: #fff;
        background-image: url('../images/pet-services-marketing/hero.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
    }

    .ps-hero::before {
        display: block;
        content: '';
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.97) 0%,
            rgba(255, 255, 255, 0.92) 38%,
            rgba(255, 255, 255, 0.65) 58%,
            rgba(255, 255, 255, 0.2) 78%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .ps-hero-mobile-bg {
        display: none;
    }

    .ps-hero-content-wrap {
        position: relative;
        z-index: 1;
        order: 1;
        width: 100%;
        padding-bottom: 0;
    }

    .ps-hero-inner {
        width: 100%;
        max-width: 100%;
    }

    .ps-hero h1 {
        font-size: 44px !important;
        line-height: 52px !important;
    }

    .ps-hero-bullets {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        max-width: none;
    }

    .ps-hero-cta {
        display: inline-flex;
        width: auto;
        margin-bottom: 0;
    }

    .ps-hero-tags {
        display: flex;
        margin-top: 40px;
        max-width: none;
    }

    .ps-stats-header,
    .ps-niches-header,
    .ps-comparison-header,
    .ps-reviews-header,
    .ps-services-header,
    .ps-why-header,
    .ps-faq-header {
        max-width: 100%;
    }

    .ps-niche-cell {
        padding: 24px 20px;
        min-height: 72px;
    }

    .ps-niche-name {
        font-size: 16px;
    }

    .ps-contact-form-card {
        width: min(100%, 820px);
        max-width: 100%;
    }

    .ps-contact-form-header h2 {
        font-size: clamp(24px, 5vw, 36px);
    }

    .ps-contact-inner {
        width: 92%;
        padding-right: 0;
        justify-content: center;
    }

    .ps-page .strategys-bookings-sections {
        padding: 40px 0 24px;
    }
}

/* Mobile â€” image behind text (right half), not stacked below */
@media (max-width: 767px) {
    .ps-hero {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        height: auto;
        padding: 96px 0 48px;
        background-color: #fff;
        background-image: url('../images/pet-services-marketing/hero.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
        overflow: hidden;
    }

    .ps-hero::before {
        display: block;
        content: '';
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.97) 0%,
            rgba(255, 255, 255, 0.94) 42%,
            rgba(255, 255, 255, 0.7) 62%,
            rgba(255, 255, 255, 0.25) 82%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .ps-hero-mobile-bg {
        display: none;
    }

    .ps-hero-content-wrap {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        order: 1;
    }

    .ps-hero-inner {
        width: 100%;
        max-width: none;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .ps-hero h1 {
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 700;
        font-size: 32px !important;
        line-height: 42px !important;
        letter-spacing: 0.004em;
        color: #05053e;
        margin: 0 0 24px;
    }

    .ps-hero-services-title {
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #05053e;
        margin: 0 0 12px;
    }

    .ps-hero-bullets {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        max-width: none;
        margin: 0 0 24px;
        padding: 0;
    }

    .ps-hero-bullets li {
        gap: 8px;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #05053e;
        align-items: center;
    }

    .ps-hero-cta {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 16px;
        box-sizing: border-box;
        padding: 12px 16px;
        border-radius: 6px;
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.012em;
        background: linear-gradient(90deg, #6b5bff 0%, #b8a7ff 100%);
        margin-bottom: 0;
    }

    .ps-hero-tags {
        display: none;
    }

    .ps-stats,
    .ps-growth,
    .ps-services,
    .ps-why,
    .ps-faq,
    .ps-reviews,
    .ps-niches,
    .ps-comparison,
    .ps-problems,
    .ps-process {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .ps-niches-header h2,
    .ps-comparison-header h2,
    .ps-reviews-header h2,
    .ps-services-header h2,
    .ps-why-header h2,
    .ps-faq-header h2,
    .ps-stats-header h2 {
        line-height: 1.25;
    }

    .ps-niche-cell {
        padding: 20px 16px;
        gap: 12px;
        min-height: 64px;
    }

    .ps-niche-num {
        font-size: 14px;
    }

    .ps-niche-name {
        font-size: 15px;
    }

    .ps-reviews-cta {
        align-items: stretch;
    }

    .ps-reviews-cta .ps-hero-cta {
        width: 100%;
    }

    .ps-compare-card {
        padding: 16px;
    }

    .ps-contact-section {
        background-position: top center;
        padding-top: 180px;
        padding-bottom: 48px;
        min-height: 0;
    }

    .ps-contact-form-card {
        width: 100%;
        max-width: 100%;
    }

    .ps-contact-form-card iframe {
        min-height: 520px;
    }

    .ps-contact-inner {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        justify-content: center;
        padding-right: 16px;
    }

    .ps-page .strategys-bookings-sections h2 {
        font-size: clamp(28px, 7vw, 40px);
    }
}

@media (max-width: 575px) {
    .ps-niches-grid {
        grid-template-columns: 1fr;
    }

    .ps-niche-cell {
        border-right: none !important;
        border-bottom: 1px solid #1e224f;
    }

    .ps-niche-cell:last-child {
        border-bottom: none;
    }

    .ps-hero h1 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .ps-hero-tag {
        font-size: 13px;
        padding: 8px 16px;
        white-space: normal;
    }

    .ps-stat-card {
        padding: 20px 16px;
    }

    .ps-contact-form-header {
        padding: 20px 16px;
    }
}

/* Large / ultra-wide â€” mirror healthcare content scaling */
@media (min-width: 1200px) {
    .ps-hero-inner {
        max-width: 780px;
    }

    .ps-hero-bullets {
        max-width: 740px;
    }
}

@media (min-width: 1600px) {
    .ps-hero-inner {
        max-width: 820px;
    }

    .ps-niches,
    .ps-comparison,
    .ps-services,
    .ps-why,
    .ps-faq,
    .ps-stats {
        padding-top: clamp(64px, 5vw, 96px);
        padding-bottom: clamp(64px, 5vw, 96px);
    }
}

@media (min-width: 1920px) {
    .ps-hero-inner {
        max-width: 860px;
    }

    .ps-hero-tags {
        max-width: 1100px;
    }
}



