/* ==========================================================================
   08 - Front Page
   ========================================================================== */

/* --- Hero Slider --- */
.pf-hero {
    position: relative;
    overflow: hidden;
}

/* --- Swiper Hero Slider Navigation & Pagination (Vanilla BEM CSS) --- */
.pawfect-hero-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pawfect-hero-swiper .swiper-button-prev,
.pawfect-hero-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.85;
}

.pawfect-hero-swiper .swiper-button-prev:after,
.pawfect-hero-swiper .swiper-button-next:after {
  display: none !important;
}

.pawfect-hero-swiper .swiper-button-prev svg,
.pawfect-hero-swiper .swiper-button-next svg {
  width: 22px;
  height: 22px;
  fill: #ffffff !important;
  transition: transform 0.2s ease;
}

.pawfect-hero-swiper .swiper-button-prev {
  left: 24px;
}

.pawfect-hero-swiper .swiper-button-next {
  right: 24px;
}

.pawfect-hero-swiper .swiper-button-prev:hover,
.pawfect-hero-swiper .swiper-button-next:hover {
  background-color: #ffffff;
  color: #111827;
  opacity: 1;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.pawfect-hero-swiper .swiper-button-prev:hover svg,
.pawfect-hero-swiper .swiper-button-next:hover svg {
  fill: #111827 !important;
}

.pawfect-hero-swiper .swiper-pagination,
.pf-hero-swiper .swiper-pagination,
.pf-hero__pagination {
  position: absolute !important;
  bottom: 2.25rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 35 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.pawfect-hero-swiper .swiper-pagination-bullet,
.pf-hero-swiper .swiper-pagination-bullet,
.pf-hero__pagination .swiper-pagination-bullet,
.pawfect-pagination-bullet {
  width: 8px !important;
  height: 4px !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.38) !important;
  border: none !important;
  border-radius: 999px !important;
  opacity: 1 !important;
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, transform 0.3s ease !important;
  cursor: pointer !important;
  display: inline-block !important;
}

.pawfect-hero-swiper .swiper-pagination-bullet:hover,
.pf-hero-swiper .swiper-pagination-bullet:hover,
.pf-hero__pagination .swiper-pagination-bullet:hover,
.pawfect-pagination-bullet:hover {
  width: 14px !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.pawfect-hero-swiper .swiper-pagination-bullet-active,
.pf-hero-swiper .swiper-pagination-bullet-active,
.pf-hero__pagination .swiper-pagination-bullet-active,
.pawfect-pagination-bullet.swiper-pagination-bullet-active {
  width: 38px !important;
  height: 4px !important;
  background: var(--pf-primary, var(--pawfect-primary, #F4A259)) !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 0 12px rgba(244, 162, 89, 0.7) !important;
}

.pf-hero__slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
}

.pf-hero__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.pf-hero__content-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 20;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
}

.pf-hero__content {
    /* Base styles can be extended by modifiers */
}

.pf-hero__content--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pf-hero__content--left {
    text-align: left;
}

.pf-hero__content--right {
    text-align: right;
    margin-left: auto;
}

.pf-hero__subtitle-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--pawfect-primary, #F4A259);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1 !important;
}

.pf-hero__subtitle-wrap span {
    display: inline-block;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pf-hero__subtitle-wrap--center {
    justify-content: center;
}

.pf-hero__subtitle-line {
    display: inline-block;
    width: 3.5rem;
    height: 2px;
    background-color: currentColor;
    border-radius: 9999px;
    margin: 0 !important;
    align-self: center !important;
    transform: translateY(-1px);
}

.pf-hero__title {
    font-weight: 700;
    letter-spacing: 0.025em;
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.pf-hero__title--center {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.pf-hero__title--default {
    max-width: 42rem;
}

@media (min-width: 768px) {
    .pf-hero__title {
        font-size: 3.75rem;
    }
}

.pf-hero__desc {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.pf-hero__desc--center {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.pf-hero__desc--default {
    max-width: 36rem;
}

@media (min-width: 768px) {
    .pf-hero__desc {
        font-size: 1.125rem;
    }
}

.pf-hero__btn-wrap {
    margin-top: 2rem;
}

.pf-hero__btn {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s;
    background-color: var(--pf-hero-btn-bg, var(--pf-primary-btn-bg, var(--pawfect-primary, #F4A259)));
    color: var(--pf-hero-btn-text, var(--pf-primary-btn-text, #ffffff));
    text-decoration: none;
}

.pf-hero__btn:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.swiper-button-prev.pf-hero__nav-btn,
.swiper-button-next.pf-hero__nav-btn {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    width: 3rem !important;
    height: 3rem !important;
    margin: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    z-index: 30 !important;
}

.swiper-button-prev.pf-hero__nav-btn {
    left: 2rem !important;
}

.swiper-button-next.pf-hero__nav-btn {
    right: 2rem !important;
}

.swiper-button-prev.pf-hero__nav-btn:hover,
.swiper-button-next.pf-hero__nav-btn:hover {
    background: var(--pf-primary, var(--pawfect-primary, #F4A259)) !important;
    border-color: var(--pf-primary, var(--pawfect-primary, #F4A259)) !important;
    color: #ffffff !important;
    transform: translateY(-50%) scale(1.08) !important;
    box-shadow: 0 8px 30px rgba(244, 162, 89, 0.45) !important;
}

.swiper-button-prev.pf-hero__nav-btn::after,
.swiper-button-next.pf-hero__nav-btn::after {
    display: none !important; /* Hide Swiper default icon font arrows */
}

.swiper-button-prev.pf-hero__nav-btn svg,
.swiper-button-next.pf-hero__nav-btn svg {
    fill: currentColor !important;
    width: 22px !important;
    height: 22px !important;
}

@media (max-width: 768px) {
    .swiper-button-prev.pf-hero__nav-btn,
    .swiper-button-next.pf-hero__nav-btn {
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
    .swiper-button-prev.pf-hero__nav-btn { left: 0.75rem !important; }
    .swiper-button-next.pf-hero__nav-btn { right: 0.75rem !important; }
    .pawfect-hero-swiper .swiper-pagination,
    .pf-hero-swiper .swiper-pagination,
    .pf-hero__pagination {
        bottom: 1.25rem !important;
    }
}

/* Animations */
.pf-hero__animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.pf-hero__slide.swiper-slide-active .pf-hero__animate {
    opacity: 1;
    transform: translateY(0);
}

.pf-hero__animate--subtitle { transition-delay: 0.1s; }
.pf-hero__animate--title { transition-delay: 0.3s; }
.pf-hero__animate--desc { transition-delay: 0.5s; }
.pf-hero__animate--btn { transition-delay: 0.7s; }

/* --- Feature Highlight --- */
.pf-feature {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .pf-feature {
        padding: 8rem 0;
    }
}

.pf-feature__container {
    position: relative;
    z-index: 10;
}

.pf-feature__grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

@media (min-width: 1024px) {
    .pf-feature__grid {
        flex-direction: row;
        gap: 5rem;
    }
}

.pf-feature__collage {
    position: relative;
    width: 100%;
    height: 500px;
    order: 2;
}

@media (min-width: 1024px) {
    .pf-feature__collage {
        width: 58%;
        height: 600px;
        order: 1;
    }
}

.pf-feature__collage-bg {
    position: absolute;
    inset: 0;
    opacity: 0.05;
}

.pf-feature__collage-blob {
    position: absolute;
    width: 5rem;
    height: 5rem;
    background-color: var(--pawfect-primary, #F4A259);
    border-radius: 9999px;
    filter: blur(24px);
    top: 2.5rem;
    right: 2.5rem;
}

.pf-feature__image-wrap {
    position: absolute;
    /* hover effect group handled by generic group class or specific */
}

.pf-feature__image-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.pf-feature__image {
    transition: all 0.5s;
}
.pf-feature__image-wrap:hover .pf-feature__image {
    transform: scale(1.05);
}

.pf-feature__image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4), transparent);
    padding: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.pf-feature__image-wrap:hover .pf-feature__image-overlay {
    opacity: 1;
}

.pf-feature__image-title {
    color: var(--pawfect-text);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.pf-feature__image-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    line-height: 1.625;
}

.pf-feature__content {
    width: 100%;
    text-align: center;
    order: 1;
}

@media (min-width: 1024px) {
    .pf-feature__content {
        width: 42%;
        text-align: left;
        order: 2;
    }
}

.pf-feature__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--pawfect-primary, #F4A259);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pf-feature__badge-line {
    width: 1.5rem;
    height: 1px;
    background-color: var(--pawfect-primary, #F4A259);
}

.pf-feature__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
}

.pf-feature__title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .pf-feature__title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .pf-feature__title {
        font-size: 3rem;
    }
}

.pf-feature__desc {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 2rem;
    max-width: 42rem;
    color: var(--pawfect-text-color, #4b5563);
}

.pf-feature__desc--center {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .pf-feature__desc--desktop-left {
        margin-left: 0;
        margin-right: 0;
    }
}

.pf-feature__actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 640px) {
    .pf-feature__actions {
        flex-direction: row;
    }
}

.pf-feature__actions--center {
    justify-content: center;
}

@media (min-width: 1024px) {
    .pf-feature__actions--desktop-left {
        justify-content: flex-start;
    }
}

.pf-feature__btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    transition: transform 0.3s;
}

.pawfect-btn:hover .pf-feature__btn-icon {
    transform: translateX(0.25rem);
}

.pf-feature__btn-icon--left {
    margin-left: 0;
    margin-right: 0.5rem;
}

/* --- Press Mentions --- */
.pf-press {
    position: relative;
    padding: 5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--pawfect-press-mentions-bg, var(--pawfect-secondary));
}

.pf-press__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    /* gap is set inline dynamically */
}

.pf-press__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.pf-press__item:hover {
    opacity: 1;
}

.pf-press__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.pf-press__img {
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s;
    /* height is set inline dynamically */
}

.pf-press__item:hover .pf-press__img,
.pf-press__link:hover .pf-press__img {
    opacity: 1;
    transform: scale(1.05);
}

.pf-press__text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.5rem;
    font-weight: 500;
}

.pf-press__item--text-only .pf-press__text {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.pf-press__item--text-only .pf-press__link {
    text-decoration: none;
}

/* --- Portfolio / Category Highlights --- */
.pf-portfolio {
    padding: 7rem 0;
}

.pf-portfolio__header {
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 1024px) {
    .pf-portfolio__header {
        margin-bottom: 4rem;
    }
}

.pf-portfolio__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--pawfect-primary, #F4A259);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pf-portfolio__badge-line {
    width: 1.5rem;
    height: 1px;
    background-color: var(--pawfect-primary, #F4A259);
}

.pf-portfolio__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
}

.pf-portfolio__title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--pawfect-text);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .pf-portfolio__title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .pf-portfolio__title {
        font-size: 3rem;
    }
}

.pf-portfolio__desc {
    font-size: 1rem;
    color: var(--pawfect-text); opacity: 0.8;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
}

.pf-portfolio__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 640px) {
    .pf-portfolio__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
    .pf-portfolio__grid.pf-portfolio__grid--cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
    .pf-portfolio__grid.pf-portfolio__grid--cols-3 { grid-template-columns: repeat(3, 1fr) !important; }
    .pf-portfolio__grid.pf-portfolio__grid--cols-4 { grid-template-columns: repeat(4, 1fr) !important; }
}

.pf-portfolio__card {
    position: relative;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.pf-portfolio__card:hover {
    background-color: #ffffff;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

.pf-portfolio__card-glow {
    position: absolute;
    inset: 0;
    background-color: var(--pawfect-primary, #F4A259);
    opacity: 0;
    border-radius: 1rem;
    filter: blur(24px);
    transition: opacity 0.5s;
    z-index: -10;
}

.pf-portfolio__card:hover .pf-portfolio__card-glow {
    opacity: 0.02;
}

.pf-portfolio__link {
    position: relative;
    z-index: 10;
    text-decoration: none;
    display: block;
}

.pf-portfolio__img-wrap {
    position: relative;
    height: 16rem;
    background-color: #f3f4f6;
    overflow: hidden;
}

.pf-portfolio__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s;
}

.pf-portfolio__card:hover .pf-portfolio__img {
    transform: scale(1.1);
}

.pf-portfolio__fallback {
    width: 100%;
    height: 100%;
    background-color: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pf-portfolio__fallback-icon {
    width: 4rem;
    height: 4rem;
    color: #9ca3af;
}

.pf-portfolio__img-overlay-bottom {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent, transparent);
}

.pf-portfolio__img-overlay-hover {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0);
    transition: all 0.3s;
}

.pf-portfolio__card:hover .pf-portfolio__img-overlay-hover {
    background-color: rgba(0,0,0,0.2);
}

.pf-portfolio__btn-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.75);
    transition: all 0.3s;
    z-index: 20;
}

.pf-portfolio__card:hover .pf-portfolio__btn-wrap {
    opacity: 1;
    transform: scale(1);
}

.pf-portfolio__btn-icon {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.pf-portfolio__content {
    padding: 1.5rem;
    text-align: left;
}

.pf-portfolio__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pawfect-text);
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.pf-portfolio__card:hover .pf-portfolio__card-title {
    color: var(--pawfect-primary, #F4A259);
}

.pf-portfolio__card-desc {
    color: var(--pawfect-text); opacity: 0.8;
    font-size: 0.875rem;
    line-height: 1.625;
    margin-bottom: 0.25rem;
}

.pf-portfolio__card-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0.5rem;
    color: var(--pawfect-primary, #F4A259);
    font-weight: 500;
    font-size: 0.875rem;
}

.pf-portfolio__card-action-text {
    transition: all 0.3s;
}

.pf-portfolio__card:hover .pf-portfolio__card-action-text {
    margin-right: 0.5rem;
}

.pf-portfolio__card-action-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.3s;
}

.pf-portfolio__card:hover .pf-portfolio__card-action-icon {
    transform: translateX(0.25rem);
}

/* --- WooCommerce Featured Section --- */
.pf-woo {
    padding: 7rem 0;
}

.pf-woo__header {
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 1024px) {
    .pf-woo__header {
        margin-bottom: 4rem;
    }
}

.pf-woo__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--pawfect-primary, #F4A259);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pf-woo__badge-line {
    width: 1.5rem;
    height: 1px;
    background-color: var(--pawfect-primary, #F4A259);
}

.pf-woo__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
}

.pf-woo__title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--pawfect-text);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .pf-woo__title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .pf-woo__title {
        font-size: 3rem;
    }
}

.pf-woo__desc {
    font-size: 1rem;
    color: var(--pawfect-text); opacity: 0.8;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
}

.pf-woo__slider {
    position: relative;
    padding-bottom: 3rem;
}

/* Featured Style 1 Card */
.pf-woo-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pf-woo-card:hover {
    background-color: #ffffff;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

.pf-woo-card__glow {
    position: absolute;
    inset: 0;
    background-color: var(--pawfect-primary, #F4A259);
    opacity: 0;
    border-radius: 1rem;
    filter: blur(24px);
    transition: opacity 0.5s;
    z-index: -10;
}

.pf-woo-card:hover .pf-woo-card__glow {
    opacity: 0.02;
}

.pf-woo-card__link {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-decoration: none;
}

.pf-woo-card__img-wrap {
    position: relative;
    height: 16rem;
    background-color: #f3f4f6;
    overflow: hidden;
    flex-shrink: 0;
}

.pf-woo-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s;
}

.pf-woo-card:hover .pf-woo-card__img {
    transform: scale(1.1);
}

.pf-woo-card__sale-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #ef4444; /* red-500 */
    color: var(--pawfect-text);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

.pf-woo-card__overlay-bottom {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent, transparent);
}

.pf-woo-card__overlay-hover {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0);
    transition: all 0.3s;
}

.pf-woo-card:hover .pf-woo-card__overlay-hover {
    background-color: rgba(0,0,0,0.2);
}

.pf-woo-card__btn-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.75);
    transition: all 0.3s;
    z-index: 20;
}

.pf-woo-card:hover .pf-woo-card__btn-wrap {
    opacity: 1;
    transform: scale(1);
}

.pf-woo-card__btn-icon {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.pf-woo-card__content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pf-woo-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pawfect-text);
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.pf-woo-card:hover .pf-woo-card__title {
    color: var(--pawfect-primary, #F4A259);
}

.pf-woo-card__price {
    color: #1f2937;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
}

.pf-woo-card__action {
    display: inline-flex;
    align-self: flex-start;
    width: auto;
    max-width: max-content;
    margin-top: auto;
    color: var(--pawfect-primary, #F4A259);
    font-weight: 500;
    font-size: 0.875rem;
}

.pf-woo-card__action-text {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: max-content;
    transition: color 0.3s;
}

.pf-woo-card__action-text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.pf-woo-card:hover .pf-woo-card__action-text::after,
.pf-woo-card__link:hover .pf-woo-card__action-text::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.pf-woo-card__action-icon {
    display: none !important;
}

/* Featured Style 2 List Item */
.pf-woo-list {
    position: relative;
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid #f3f4f6;
    transition: all 0.3s;
    height: 100%;
}

.pf-woo-list:hover {
    border-color: #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.pf-woo-list__accent {
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--pawfect-primary, #F4A259), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.pf-woo-list:hover .pf-woo-list__accent {
    opacity: 1;
}

.pf-woo-list__inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.pf-woo-list__img-wrap {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.3s;
}

.pf-woo-list:hover .pf-woo-list__img-wrap {
    background-color: var(--pawfect-primary, #F4A259);
    /* opacity-10 bg equivalent would normally use pseudo element or rgba */
}

.pf-woo-list__img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.pf-woo-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.pf-woo-list:hover .pf-woo-list__img {
    transform: scale(1.1);
}

.pf-woo-list__content {
    flex: 1;
    min-width: 0;
}

.pf-woo-list__title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--pawfect-text);
    transition: color 0.3s;
}

.pf-woo-list__title-link {
    text-decoration: none;
    color: var(--pawfect-text);
    transition: color 0.3s;
}

.pf-woo-list__title-link:hover {
    color: var(--pawfect-primary, #F4A259);
}

.pf-woo-list__price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pawfect-primary, #F4A259);
    margin-bottom: 0.5rem;
}

.pf-woo-list__desc {
    font-size: 0.875rem;
    line-height: 1.625;
    color: var(--pawfect-text);
    opacity: 0.7;
    transition: color 0.3s;
    /* line clamp 2 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.pf-woo-list__arrow-wrap {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(0.5rem);
    transition: all 0.3s;
}

.pf-woo-list:hover .pf-woo-list__arrow-wrap {
    opacity: 1;
    transform: translateX(0);
}

.pf-woo-list__arrow {
    width: 1rem;
    height: 1rem;
    color: #9ca3af;
}

.pf-woo-list__sale-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #ef4444;
    color: var(--pawfect-text);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

/* WooCommerce Header & Header Nav Pair */
.pf-woo__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .pf-woo__header {
        flex-direction: row;
        align-items: flex-end;
    }
}

.pf-woo__header-text {
    text-align: center;
}
@media (min-width: 768px) {
    .pf-woo__header-text {
        text-align: left;
    }
}

.pf-woo__header-nav {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

/* Swiper navigation buttons in header */
.pf-woo-nav {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin-top: 0 !important;
    width: 3rem !important;
    height: 3rem !important;
    background-color: #ffffff !important;
    border-radius: 9999px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #e5e7eb !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer;
    z-index: 10 !important;
}

.pf-woo-nav:hover:not(.swiper-button-disabled) {
    background-color: var(--pawfect-primary, #f97316) !important;
    border-color: var(--pawfect-primary, #f97316) !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.35) !important;
}

.pf-woo-nav.swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    box-shadow: none !important;
    transform: none !important;
    background-color: #f3f4f6 !important;
    border-color: #e5e7eb !important;
}

.pf-woo-nav::after {
    display: none !important;
}

.pf-woo-nav-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #374151;
    transition: color 0.3s ease, transform 0.3s ease;
}

.pf-woo-nav:hover:not(.swiper-button-disabled) .pf-woo-nav-icon {
    color: #ffffff !important;
}

.pf-woo-nav.swiper-button-disabled .pf-woo-nav-icon {
    color: #9ca3af !important;
}

.pf-woo-pagination {
    margin-top: 2rem !important;
    position: relative !important;
}

.pf-woo-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #d1d5db;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.pf-woo-pagination .swiper-pagination-bullet-active {
    width: 1.5rem !important;
    border-radius: 9999px !important;
    background-color: var(--pawfect-primary, #f97316) !important;
    opacity: 1 !important;
}

/* --- Pet Shop Section --- */
.pf-pet-shop {
    position: relative;
    padding: 3rem 0;
}

@media (min-width: 1024px) {
    .pf-pet-shop {
        padding: 4rem 0;
    }
}

.pf-pet-shop__header {
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 1024px) {
    .pf-pet-shop__header {
        margin-bottom: 4rem;
    }
}

.pf-pet-shop__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--pawfect-primary, #F4A259);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pf-pet-shop__badge-line {
    width: 1.5rem;
    height: 1px;
    background-color: var(--pawfect-primary, #F4A259);
}

.pf-pet-shop__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
}

.pf-pet-shop__title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--pawfect-text);
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .pf-pet-shop__title {
        font-size: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .pf-pet-shop__title {
        font-size: 3rem;
    }
}

.pf-pet-shop__desc {
    font-size: 1rem;
    color: var(--pawfect-text); opacity: 0.8;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
}

.pf-pet-shop__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 640px) {
    .pf-pet-shop__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pf-pet-shop__grid {
        gap: 2.5rem;
    }
    .pf-pet-shop__grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
    .pf-pet-shop__grid--cols-4 { grid-template-columns: repeat(4, 1fr); }
    .pf-pet-shop__grid--cols-5 { grid-template-columns: repeat(5, 1fr); }
}

.pf-pet-shop__card {
    text-align: center;
    /* group hover handled by parent */
}

.pf-pet-shop__link {
    display: block;
    text-decoration: none;
    transition: all 0.3s;
}

.pf-pet-shop__img-wrap {
    position: relative;
    width: 8rem;
    height: 8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .pf-pet-shop__img-wrap {
        width: 10rem;
        height: 10rem;
    }
}

.pf-pet-shop__img-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    overflow: hidden;
    background: linear-gradient(to bottom right, #f9fafb, #f3f4f6);
    transition: all 0.5s;
}

.pf-pet-shop__card:hover .pf-pet-shop__img-inner {
    transform: scale(1.1);
}

.pf-pet-shop__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.pf-pet-shop__card:hover .pf-pet-shop__img {
    transform: scale(1.1);
}

.pf-pet-shop__img-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--pawfect-primary, #F4A259);
    opacity: 0;
    transition: opacity 0.3s;
}

.pf-pet-shop__card:hover .pf-pet-shop__img-overlay {
    opacity: 0.1;
}

.pf-pet-shop__content-wrap {
    /* gap-y */
}

.pf-pet-shop__card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pawfect-text);
    transition: color 0.3s;
    margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
    .pf-pet-shop__card-title {
        font-size: 1.5rem;
    }
}

.pf-pet-shop__card:hover .pf-pet-shop__card-title {
    color: var(--pawfect-primary, #F4A259);
}

.pf-pet-shop__card-desc {
    font-size: 0.875rem;
    color: var(--pawfect-text); opacity: 0.8;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
}

.pf-pet-shop__action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.pf-pet-shop__action-text {
    position: relative;
    display: inline-block;
    color: var(--pawfect-primary, #F4A259);
    font-weight: 600;
    font-size: 0.875rem;
    padding-bottom: 2px;
}

.pf-pet-shop__action-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--pawfect-primary, #F4A259);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.pf-pet-shop__card:hover .pf-pet-shop__action-text::after,
.pf-pet-shop__link:hover .pf-pet-shop__action-text::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* --- Hero Animation Fixes --- */
/* Initial state - hide all animated elements */
.pf-hero__animate {
  opacity: 0;
  transform: translateY(30px);
}

/* Reset class to disable animations during slide change */
.pf-hero__reset {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  animation: none !important;
}

/* Active slide animations */
.swiper-slide-active .pf-hero__animate--subtitle {
  animation: pawfectHeroFadeInDown 0.8s ease-out 0.2s forwards;
}

.swiper-slide-active .pf-hero__animate--title {
  animation: pawfectHeroFadeInUp 0.8s ease-out 0.4s forwards;
}

.swiper-slide-active .pf-hero__animate--desc {
  animation: pawfectHeroFadeInUp 0.8s ease-out 0.6s forwards;
}

.swiper-slide-active .pf-hero__animate--btn {
  animation: pawfectHeroFadeInUp 0.8s ease-out 0.8s forwards;
}

/* Disable hero animations when site animations are disabled */
.pawfect-animations-disabled .pf-hero__animate {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.pawfect-animations-disabled .swiper-slide-active .pf-hero__animate--subtitle,
.pawfect-animations-disabled .swiper-slide-active .pf-hero__animate--title,
.pawfect-animations-disabled .swiper-slide-active .pf-hero__animate--desc,
.pawfect-animations-disabled .swiper-slide-active .pf-hero__animate--btn {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* --- Customizer Variable Mappings --- */
.pf-hero__title { color: var(--pawfect-hero-title, #ffffff); }
.pf-hero__subtitle-wrap, .pf-hero__subtitle-wrap span { color: var(--pawfect-hero-subtitle, #ffffff); }
.pf-hero__subtitle-line { background-color: var(--pawfect-hero-subtitle, #ffffff); }
.pf-hero__desc { color: var(--pawfect-hero-desc, #ffffff); }
.pf-hero__overlay { background-color: var(--pawfect-hero-overlay, rgba(0,0,0,0.4)); }


/* ==========================================================================
   Why Choose Us Section
   ========================================================================== */

.pf-why-choose {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

@media (min-width: 1024px) {
    .pf-why-choose {
        padding: 8rem 0;
    }
}

.pf-why-choose__bg-elements {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

.pf-why-choose__blob-1 {
    position: absolute;
    width: 24rem;
    height: 24rem;
    border-radius: 9999px;
    background-color: var(--pawfect-primary, #F4A259);
    filter: blur(64px);
    top: -12rem;
    left: -12rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.pf-why-choose__blob-2 {
    position: absolute;
    width: 16rem;
    height: 16rem;
    border-radius: 9999px;
    background-color: #9ca3af;
    filter: blur(40px);
    bottom: -8rem;
    right: -8rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 2s;
}

.pf-why-choose__inner {
    position: relative;
    z-index: 10;
}

.pf-why-choose__header {
    text-align: center;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {
    .pf-why-choose__header {
        margin-bottom: 5rem;
    }
}

.pf-why-choose__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pf-why-choose__badge-line {
    width: 1.5rem;
    height: 1px;
    background-color: var(--pawfect-primary, #F4A259);
}

.pf-why-choose__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
}

.pf-why-choose__title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    color: var(--pawfect-text);
}

@media (min-width: 768px) {
    .pf-why-choose__title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
    .pf-why-choose__title { font-size: 3rem; }
}

.pf-why-choose__desc {
    font-size: 1rem;
    line-height: 1.625;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--pawfect-text); opacity: 0.8;
}

.pf-why-choose__grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .pf-why-choose__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}
@media (min-width: 1024px) {
    .pf-why-choose__grid.pf-why-choose__grid--cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
    .pf-why-choose__grid.pf-why-choose__grid--cols-3 { grid-template-columns: repeat(3, 1fr) !important; }
    .pf-why-choose__grid.pf-why-choose__grid--cols-4 { grid-template-columns: repeat(4, 1fr) !important; }
}

/* Swiper Slider View for Why Choose */
.pf-why-choose-swiper,
.pawfect-service-swiper {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 3.5rem !important;
    overflow: hidden !important;
}

.pf-why-choose-swiper .swiper-slide,
.pawfect-service-swiper .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.pf-why-choose-swiper .pf-why-choose__card,
.pawfect-service-swiper .pf-why-choose__card {
    width: 100% !important;
    height: 100% !important;
}

.pf-why-choose__pagination {
    position: absolute !important;
    bottom: 0.5rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    z-index: 20 !important;
}

.pf-why-choose__pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 4px !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.2) !important;
    border: none !important;
    border-radius: 999px !important;
    opacity: 1 !important;
    transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.pf-why-choose__pagination .swiper-pagination-bullet:hover {
    width: 14px !important;
    background: rgba(0, 0, 0, 0.45) !important;
}

.pf-why-choose__pagination .swiper-pagination-bullet-active {
    width: 32px !important;
    height: 4px !important;
    background: var(--pf-primary, var(--pawfect-primary, #F4A259)) !important;
    border: none !important;
    border-radius: 999px !important;
}

.pf-why-choose__card {
    position: relative;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    transition: border-color 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.pf-why-choose__card--minimal {
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
}

.pf-why-choose__card:hover {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
}

.pf-why-choose__card--minimal:hover {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: none;
    transform: translateY(-3px);
}

.pf-why-choose__card-top-line {
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--pawfect-primary, #F4A259), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.pf-why-choose__card:hover .pf-why-choose__card-top-line {
    opacity: 1;
}

.pf-why-choose__card-inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.pf-why-choose__icon-wrap {
    flex-shrink: 0;
}

.pf-why-choose__icon-box {
    width: 3rem;
    height: 3rem;
    background-color: #f9fafb;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.pf-why-choose__card:hover .pf-why-choose__icon-box {
    background-color: var(--pawfect-primary, #F4A259);
}

.pf-why-choose__icon-box i,
.pf-why-choose__icon-box svg {
    color: var(--pawfect-text); opacity: 0.8;
    font-size: 1.125rem;
    transition: color 0.3s;
}

.pf-why-choose__card:hover .pf-why-choose__icon-box i,
.pf-why-choose__card:hover .pf-why-choose__icon-box svg {
    color: var(--pawfect-text);
}

.pf-why-choose__icon-img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    transition: opacity 0.3s;
}

.pf-why-choose__card:hover .pf-why-choose__icon-img {
    opacity: 0.8;
}

.pf-why-choose__content {
    flex: 1;
    min-width: 0;
}

.pf-why-choose__item-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--pawfect-text);
}

.pf-why-choose__item-desc {
    font-size: 0.875rem;
    line-height: 1.625;
    color: var(--pawfect-text); opacity: 0.8;
    margin-bottom: 1rem;
}

.pf-why-choose__link {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--pawfect-primary, #F4A259);
    text-decoration: none;
    transition: all 0.3s;
}

.pf-why-choose__link:hover {
    gap: 0.5rem;
}

.pf-why-choose__link svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
    transition: transform 0.3s;
}

.pf-why-choose__link:hover svg {
    transform: translateX(0.25rem);
}

.pf-why-choose__arrow {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(0.5rem);
    transition: all 0.3s;
}

.pf-why-choose__card:hover .pf-why-choose__arrow {
    opacity: 1;
    transform: translateX(0);
}

.pf-why-choose__arrow svg {
    width: 1rem;
    height: 1rem;
    color: #9ca3af;
}

.pf-why-choose__pagination {
    margin-top: 2rem;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */

.pf-testimonial {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .pf-testimonial { padding: 6rem 0; }
}

.pf-testimonial__header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .pf-testimonial__header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.pf-testimonial__heading-wrap {
    max-width: 32rem;
}

.pf-testimonial__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pf-testimonial__badge-line {
    width: 1.5rem;
    height: 1px;
    background-color: var(--pawfect-primary, #F4A259);
}

.pf-testimonial__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
}

.pf-testimonial__title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--pawfect-text);
}

@media (min-width: 768px) {
    .pf-testimonial__title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
    .pf-testimonial__title { font-size: 3rem; }
}

.pf-testimonial__nav-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Universal High-End Slider Navigation Buttons (No Shadow) */
.pf-testimonial__nav-btn,
.pf-woo-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none !important;
    color: #1f2937;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pf-testimonial__nav-btn:hover,
.pf-woo-nav:hover {
    background-color: var(--pawfect-primary, #111827);
    color: #ffffff;
    border-color: var(--pawfect-primary, #111827);
    transform: scale(1.08);
    box-shadow: none !important;
}

/* Hide Redundant Hover Overlay Buttons on Cards */
.pf-woo-card__btn-wrap,
.pf-portfolio__btn-wrap,
.pf-woo-card__overlay-hover,
.pf-portfolio__img-overlay-hover {
    display: none !important;
}

.pf-testimonial__nav-btn svg,
.pf-woo-nav svg {
    width: 1.25rem;
    height: 1.25rem;
    stroke-width: 2.5px;
}

.pf-testimonial__fraction {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--pawfect-text); opacity: 0.8;
    letter-spacing: 0.05em;
}

.pf-testimonial__card {
    position: relative;
    background-color: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem;
    border: 1px solid #f3f4f6;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pf-testimonial__card:hover {
    border-color: #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.pf-testimonial__card-top-line {
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--pawfect-primary, #F4A259), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.pf-testimonial__card:hover .pf-testimonial__card-top-line {
    opacity: 1;
}

.pf-testimonial__card--classic {
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
}

.pf-testimonial__classic-content {
    flex: 1;
}

.pf-testimonial__img-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pf-testimonial__img-inner {
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.pf-testimonial__card:hover .pf-testimonial__img-inner {
    transform: scale(1.1);
}

.pf-testimonial__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-testimonial__classic-img-wrap {
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-shrink: 0;
}

.pf-testimonial__content {
    flex-grow: 1;
    text-align: center;
}

.pf-testimonial__author {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pawfect-text);
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.pf-testimonial__card:hover .pf-testimonial__author {
    color: var(--pawfect-primary, #F4A259);
}

.pf-testimonial__role {
    font-size: 0.875rem;
    color: var(--pawfect-text); opacity: 0.6;
    margin-bottom: 1rem;
}

.pf-testimonial__rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--pawfect-primary, #F4A259);
}

.pf-testimonial__classic-rating {
    justify-content: flex-start;
}

.pf-testimonial__text {
    font-size: 0.875rem;
    line-height: 1.625;
    color: var(--pawfect-text); opacity: 0.8;
}

.pf-testimonial__product {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.pf-testimonial__product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-decoration: none;
}

.pf-testimonial__classic-product-link {
    justify-content: flex-start;
}

.pf-testimonial__product-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--pawfect-text);
    transition: color 0.3s;
}

.pf-testimonial__product-link:hover .pf-testimonial__product-name {
    color: var(--pawfect-primary, #F4A259);
}

/* ==========================================================================
   Mission Section
   ========================================================================== */

.pf-mission {
    position: relative;
    padding: 5rem 0;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .pf-mission {
        padding: 8rem 0;
    }
}

.pf-mission__bg-effects {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
}

.pf-mission__blob-1 {
    position: absolute;
    width: 24rem;
    height: 24rem;
    background-color: var(--pawfect-background);
    border-radius: 9999px;
    filter: blur(64px);
    top: -12rem;
    right: -12rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.pf-mission__blob-2 {
    position: absolute;
    width: 16rem;
    height: 16rem;
    background-color: var(--pawfect-background);
    border-radius: 9999px;
    filter: blur(40px);
    bottom: -8rem;
    left: -8rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 2s;
}

.pf-mission__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.pf-mission__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #000000, #000000, transparent);
    z-index: 0;
}

/* Opacity utilities for overlay */
.pf-mission__overlay--opacity-50 { opacity: 0.5; }
.pf-mission__overlay--opacity-60 { opacity: 0.6; }
.pf-mission__overlay--opacity-70 { opacity: 0.7; }
.pf-mission__overlay--opacity-80 { opacity: 0.8; }
.pf-mission__overlay--opacity-90 { opacity: 0.9; }
.pf-mission__overlay--opacity-100 { opacity: 1; }

.pf-mission__inner {
    position: relative;
    z-index: 10;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pf-mission__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--pawfect-primary, #F4A259);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pf-mission__badge-line {
    width: 1.5rem;
    height: 1px;
    background-color: var(--pawfect-primary, #F4A259);
    opacity: 0.8;
}

.pf-mission__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pawfect-primary, #F4A259);
}

.pf-mission__title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .pf-mission__title { font-size: 3rem; }
}

.pf-mission__desc {
    color: #ffffff;
    opacity: 0.95;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    line-height: 1.625;
}

.pf-mission__btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
}

.pf-mission__scroll-icon-wrap {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    opacity: 0.8;
    animation: bounce 1s infinite;
}

.pf-mission__scroll-icon {
    width: 1.5rem;
    height: 1.5rem;
}
.pf-mission__bg-img {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.pf-mission__bg-black {
    background-color: #000000;
}

/* ==========================================================================
   Promo Banner Section
   ========================================================================== */

.pf-promo-banner {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .pf-promo-banner { padding: 7rem 0; }
}

.pf-promo-banner__bg-effects {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

.pf-promo-banner__blob-1 {
    position: absolute;
    width: 24rem;
    height: 24rem;
    background-color: var(--pawfect-primary, #F4A259);
    border-radius: 9999px;
    filter: blur(64px);
    top: -12rem;
    right: -12rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.pf-promo-banner__blob-2 {
    position: absolute;
    width: 16rem;
    height: 16rem;
    background-color: #9ca3af;
    border-radius: 9999px;
    filter: blur(40px);
    bottom: -8rem;
    left: -8rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 2s;
}

.pf-promo-banner__inner {
    position: relative;
    z-index: 10;
}

.pf-promo-banner__card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

@media (min-width: 640px) {
    .pf-promo-banner__card { grid-template-columns: repeat(2, 1fr); }
}

.pf-promo-banner__card:hover {
    background-color: #ffffff;
    border-color: rgba(0, 0, 0, 0.18);
    box-shadow: none;
    transform: translateY(-3px);
}

.pf-promo-banner__card-top-line {
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--pawfect-primary, #F4A259), transparent);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 20;
}

.pf-promo-banner__card:hover .pf-promo-banner__card-top-line {
    opacity: 1;
}

.pf-promo-banner__img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 28rem;
    overflow: hidden;
}

.pf-promo-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s;
}

.pf-promo-banner__card:hover .pf-promo-banner__img {
    transform: scale(1.1);
}

.pf-promo-banner__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, transparent, rgba(0, 0, 0, 0.2));
    opacity: 0;
    transition: opacity 0.3s;
}

.pf-promo-banner__card:hover .pf-promo-banner__img-overlay {
    opacity: 1;
}

.pf-promo-banner__badge-hot {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: #ef4444;
    color: var(--pawfect-text);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

.pf-promo-banner__content {
    position: relative;
    z-index: 10;
    padding: 3rem 2rem;
}

@media (min-width: 1024px) {
    .pf-promo-banner__content { padding: 3rem 4rem; }
}

.pf-promo-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pf-promo-banner__badge-line {
    width: 1.5rem;
    height: 1px;
    background-color: var(--pawfect-promo-banner-subtitle, var(--pawfect-primary, #F4A259));
    opacity: 1;
}

.pf-promo-banner__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pawfect-promo-banner-subtitle, var(--pawfect-primary, #F4A259));
}

.pf-promo-banner__title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--pawfect-promo-banner-title, var(--pawfect-text));
}

@media (min-width: 768px) {
    .pf-promo-banner__title { font-size: 3rem; }
}

.pf-promo-banner__desc {
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 2rem;
    color: var(--pawfect-text); opacity: 0.8;
}

.pf-promo-banner__btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
}

/* ==========================================================================
   Promo Timer Section
   ========================================================================== */

.pf-promo-timer {
    position: relative;
    width: 100%;
    min-height: 28rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
}

.pf-promo-timer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.pf-promo-timer__bg-effects {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
}

.pf-promo-timer__blob-1 {
    position: absolute;
    width: 24rem;
    height: 24rem;
    background-color: var(--pawfect-background);
    border-radius: 9999px;
    filter: blur(64px);
    top: -12rem;
    right: -12rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.pf-promo-timer__blob-2 {
    position: absolute;
    width: 16rem;
    height: 16rem;
    background-color: var(--pawfect-background);
    border-radius: 9999px;
    filter: blur(40px);
    bottom: -8rem;
    left: -8rem;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation-delay: 2s;
}

.pf-promo-timer__inner {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 4rem 1.5rem;
}

@media (min-width: 1024px) {
    .pf-promo-timer__inner {
        flex-direction: row;
        align-items: center;
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.pf-promo-timer__content {
    max-width: 36rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.pf-promo-timer__badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.625rem;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.pf-promo-timer__badge-line {
    width: 1.75rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
}

.pf-promo-timer__badge-text {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
}

.pf-promo-timer__title {
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
}

@media (min-width: 768px) {
    .pf-promo-timer__title { font-size: 2.75rem; }
}
@media (min-width: 1024px) {
    .pf-promo-timer__title { font-size: 3.25rem; }
}

.pf-promo-timer__desc {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 768px) {
    .pf-promo-timer__desc { font-size: 1.25rem; }
}

/* Dynamic button system handles .pf-promo-timer button styling */

.pf-promo-timer__btn-icon {
    width: 1.125rem;
    height: 1.125rem;
    stroke-width: 2.5;
    color: #ffffff;
    margin-left: 0.25rem;
}

.pf-promo-timer__countdown-wrap {
    text-align: center;
}

.pf-promo-timer__countdown-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.25rem;
}

.pf-promo-timer__countdown-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
}

.pf-promo-timer__countdown-item {
    min-width: 4rem;
    text-align: center;
}

.pf-promo-timer__countdown-number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

@media (min-width: 768px) {
    .pf-promo-timer__countdown-number { font-size: 2.5rem; }
}

.pf-promo-timer__countdown-label {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pf-promo-timer__countdown-sep {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: -0.75rem;
}

/* ==========================================================================
   2. ADDITIONAL BEM COMPONENTS
   ========================================================================== */

/* --- Blog Section --- */
.pf-blog { position: relative; padding: 5rem 0; overflow: hidden; }
@media (min-width: 1024px) { .pf-blog { padding: 7rem 0; } }
.pf-blog__bg-decor { position: absolute; inset: 0; opacity: 0.05; pointer-events: none; }
.pf-blog__blob { position: absolute; border-radius: 9999px; filter: blur(3rem); animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.pf-blog__blob--1 { width: 24rem; height: 24rem; background-color: var(--pawfect-primary); top: -12rem; left: -12rem; }
.pf-blog__blob--2 { width: 16rem; height: 16rem; background-color: #9ca3af; bottom: -8rem; right: -8rem; animation-delay: 2s; }
.pf-blog__container { position: relative; z-index: 10; }
.pf-blog__header { text-align: center; margin-bottom: 3rem; }
@media (min-width: 1024px) { .pf-blog__header { margin-bottom: 4rem; } }
.pf-blog__subtitle-wrap { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--pawfect-text); opacity: 0.6; font-size: 0.875rem; font-weight: 500; margin-bottom: 1rem; }
.pf-blog__title { font-size: 1.875rem; font-weight: 700; color: var(--pawfect-text); letter-spacing: -0.025em; margin-bottom: 1rem; }
@media (min-width: 1024px) { .pf-blog__title { font-size: 2.25rem; } }
.pf-blog__desc { color: var(--pawfect-text); opacity: 0.8; max-width: 42rem; margin: 0 auto; font-size: 1.125rem; }

.pf-blog__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5rem;
}

/* --- Crafted Section --- */
.pf-crafted { position: relative; padding: 5rem 0; overflow: hidden; }
@media (min-width: 1024px) { .pf-crafted { padding: 7rem 0; } }
.pf-crafted__bg-decor { position: absolute; inset: 0; pointer-events: none; }
.pf-crafted__blob { position: absolute; border-radius: 9999px; filter: blur(3rem); }
.pf-crafted__blob--1 { top: 0; right: 0; width: 16rem; height: 16rem; background-color: rgba(var(--pawfect-primary-rgb), 0.05); transform: translate(50%, -50%); }
.pf-crafted__blob--2 { bottom: 0; left: 0; width: 24rem; height: 24rem; background-color: rgba(var(--pawfect-primary-rgb), 0.1); transform: translate(-50%, 50%); }
.pf-crafted__container { position: relative; z-index: 10; }
.pf-crafted__grid { display: flex; flex-direction: column; align-items: center; gap: 3rem; }
@media (min-width: 768px) { .pf-crafted__grid { flex-direction: row; gap: 4rem; align-items: center; } }
.pf-crafted__content-col { width: 100%; text-align: center; }
@media (min-width: 768px) { .pf-crafted__content-col { width: 50%; text-align: left; } }
.pf-crafted__badge { display: inline-flex; align-items: center; gap: 0.625rem; margin-bottom: 0.75rem; background: transparent; padding: 0; border-radius: 0; box-shadow: none; }
.pf-crafted__badge-line { width: 1.5rem; height: 2px; background-color: var(--pawfect-primary, #F4A259); border-radius: 9999px; display: inline-block; flex-shrink: 0; }
.pf-crafted__badge-text { font-size: 0.875rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--pawfect-primary, #F4A259); opacity: 1; }
.pf-crafted__title { font-size: 2.25rem; font-weight: 700; color: var(--pawfect-text); line-height: 1.25; margin-bottom: 1.5rem; }
@media (min-width: 1024px) { .pf-crafted__title { font-size: 3rem; } }
.pf-crafted__desc { font-size: 1.125rem; color: var(--pawfect-text); opacity: 0.8; line-height: 1.625; margin-bottom: 2rem; }

/* --- CTA Section --- */
.pf-cta { padding: 5rem 0; background-color: var(--pawfect-primary); color: var(--pawfect-text); position: relative; overflow: hidden; }
.pf-cta__bg { position: absolute; inset: 0; opacity: 0.1; pointer-events: none; }
.pf-cta__blob { position: absolute; border-radius: 9999px; filter: blur(3rem); mix-blend-mode: overlay; background-color: var(--pawfect-background); }
.pf-cta__blob--1 { top: 25%; left: 25%; width: 16rem; height: 16rem; }
.pf-cta__blob--2 { bottom: 25%; right: 25%; width: 24rem; height: 24rem; }
.pf-cta__container { position: relative; z-index: 10; }
.pf-cta__content-wrap { max-width: 56rem; margin: 0 auto; text-align: center; }
.pf-cta__title { font-size: 2.25rem; font-weight: 700; margin-bottom: 1.5rem; line-height: 1.25; }
@media (min-width: 1024px) { .pf-cta__title { font-size: 3rem; } }
.pf-cta__desc { font-size: 1.125rem; opacity: 0.9; margin-bottom: 2.5rem; line-height: 1.625; }
@media (min-width: 1024px) { .pf-cta__desc { font-size: 1.25rem; } }
.pf-cta__actions { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1rem; }
@media (min-width: 640px) { .pf-cta__actions { flex-direction: row; } }

/* --- Promo Banner Section & Badge --- */
.pf-promo-banner__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.75rem;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.pf-promo-banner__badge-line {
    width: 1.5rem;
    height: 2px;
    background-color: var(--pawfect-primary, #F4A259);
    border-radius: 9999px;
    display: inline-block;
    flex-shrink: 0;
}

.pf-promo-banner__badge-text {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--pawfect-primary, #F4A259);
    opacity: 1;
}

/* --- Shopify-Style Tilted Running Marquee Ticker Strip inside Banner Image --- */
.pf-promo-banner__img-wrap {
    position: relative;
    overflow: hidden;
}

.pf-promo-marquee,
.pf-promo-marquee--image {
    position: absolute !important;
    bottom: 1.5rem !important;
    left: -5% !important;
    width: 110% !important;
    overflow: hidden !important;
    margin-top: 0 !important;
    padding: 0.75rem 0 !important;
    background-color: var(--pawfect-primary, #F4A259) !important;
    transform: rotate(-2.5deg) scale(1.05) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    z-index: 20 !important;
    pointer-events: auto !important;
}

.pf-promo-marquee__track {
    display: flex;
    width: max-content;
}

.pf-promo-marquee__content {
    display: flex;
    gap: 2.5rem;
    animation: pf-marquee-scroll var(--pf-marquee-speed, 25s) linear infinite !important;
    white-space: nowrap;
}

.pf-promo-marquee__content span {
    font-size: 0.8125rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

@keyframes pf-marquee-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.pf-promo-marquee:hover .pf-promo-marquee__content {
    animation-play-state: paused;
}

/* --- Up-Down Staggered Instagram Feed System --- */
.pf-instagram {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.pf-instagram__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .pf-instagram__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .pf-instagram__grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 1.5rem;
    }
}

.pf-instagram__item {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 1.25rem;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

@media (min-width: 640px) {
    .pf-instagram__item:nth-child(odd),
    .pf-instagram__item--up {
        transform: translateY(-1.75rem);
    }
    .pf-instagram__item:nth-child(even),
    .pf-instagram__item--down {
        transform: translateY(1.75rem);
    }

    .pf-instagram__item:nth-child(odd):hover,
    .pf-instagram__item--up:hover {
        transform: translateY(-2rem) scale(1.015);
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: none !important;
    }
    .pf-instagram__item:nth-child(even):hover,
    .pf-instagram__item--down:hover {
        transform: translateY(1.5rem) scale(1.015);
        border-color: rgba(0, 0, 0, 0.15);
        box-shadow: none !important;
    }
}

.pf-instagram__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.pf-instagram__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pf-instagram__item:hover .pf-instagram__image {
    transform: scale(1.035);
}

.pf-instagram__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.22);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.pf-instagram__item:hover .pf-instagram__overlay {
    opacity: 1;
}

.pf-instagram__icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pawfect-primary, #F4A259);
    transform: scale(0.9);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.pf-instagram__item:hover .pf-instagram__icon-box {
    transform: scale(1);
}

.pf-instagram__icon-box svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Sleek Bottom Instagram Badge */
.pf-instagram__footer {
    display: flex;
    justify-content: center;
    margin-top: 5.5rem;
}

.pf-instagram__sleek-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 1.5rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
    color: #1f2937;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: none !important;
}

.pf-instagram__sleek-badge:hover {
    background-color: var(--pawfect-primary, #F4A259);
    border-color: var(--pawfect-primary, #F4A259);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: none !important;
}

.pf-instagram__sleek-icon {
    width: 18px;
    height: 18px;
    fill: var(--pawfect-primary, #F4A259);
    transition: fill 0.3s ease;
}

.pf-instagram__sleek-badge:hover .pf-instagram__sleek-icon {
    fill: #ffffff;
}

.pf-instagram__sleek-handle {
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: -0.01em;
}

.pf-instagram__sleek-divider {
    opacity: 0.4;
    font-size: 0.75rem;
}

.pf-instagram__sleek-subtext {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* --- Pet Shop --- */
.pf-pet-shop { padding: 5rem 0; }
.pf-pet-shop__header { text-align: center; margin-bottom: 3rem; }
.pf-pet-shop__subtitle { display: inline-block; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.1em; color: var(--pawfect-primary); text-transform: uppercase; margin-bottom: 0.75rem; }
.pf-pet-shop__title { font-size: 1.875rem; font-weight: 800; color: var(--pawfect-text); margin-bottom: 1rem; }
@media (min-width: 1024px) { .pf-pet-shop__title { font-size: 2.25rem; } }
.pf-pet-shop__desc { color: var(--pawfect-text); opacity: 0.8; max-width: 42rem; margin: 0 auto; }
.pf-pet-shop__grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 640px) { .pf-pet-shop__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.pf-pet-shop__grid--3 { /* Modifiers applied by PHP directly */ }
@media (min-width: 1024px) { 
    .pf-pet-shop__grid.pf-pet-shop__grid--cols-1 { grid-template-columns: 1fr; }
    .pf-pet-shop__grid.pf-pet-shop__grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pf-pet-shop__grid.pf-pet-shop__grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .pf-pet-shop__grid.pf-pet-shop__grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .pf-pet-shop__grid.pf-pet-shop__grid--cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
    .pf-pet-shop__grid.pf-pet-shop__grid--cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
.pf-pet-shop__card { display: block; }
.pf-pet-shop__image-wrap { position: relative; aspect-ratio: 4/5; border-radius: 1rem; overflow: hidden; background-color: #f3f4f6; margin-bottom: 1rem; }
.pf-pet-shop__image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.pf-pet-shop__card:hover .pf-pet-shop__image { transform: scale(1.05); }
.pf-pet-shop__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6), transparent); opacity: 0.6; transition: opacity 0.3s; }
.pf-pet-shop__card:hover .pf-pet-shop__overlay { opacity: 0.8; }
.pf-pet-shop__content-overlay { position: absolute; bottom: 0; left: 0; width: 100%; padding: 1.5rem; transform: translateY(1rem); transition: transform 0.3s; }
.pf-pet-shop__card:hover .pf-pet-shop__content-overlay { transform: translateY(0); }
.pf-pet-shop__icon-wrap { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 9999px; background-color: var(--pawfect-background); color: var(--pawfect-text); opacity: 0; transform: translateY(1rem); transition: all 0.3s; }
.pf-pet-shop__card:hover .pf-pet-shop__icon-wrap { opacity: 1; transform: translateY(0); }
.pf-pet-shop__item-title { font-size: 1.25rem; font-weight: 700; color: var(--pawfect-text); margin-bottom: 0.25rem; transition: color 0.3s; }
.pf-pet-shop__card:hover .pf-pet-shop__item-title { color: var(--pawfect-primary); }
.pf-pet-shop__item-count { font-size: 0.875rem; font-weight: 500; color: var(--pawfect-text); opacity: 0.6; }

/* --- Portfolio --- */
.pf-portfolio { padding: 5rem 0; }
.pf-portfolio__header { display: block; text-align: center; max-width: 42rem; margin: 0 auto 2.75rem auto; }
@media (min-width: 1024px) { .pf-portfolio__header { display: block; text-align: center; margin: 0 auto 2.75rem auto; } }
.pf-portfolio__header-content { max-width: 42rem; }
.pf-portfolio__subtitle { display: inline-block; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.1em; color: var(--pawfect-primary); text-transform: uppercase; margin-bottom: 0.75rem; }
.pf-portfolio__title { font-size: 1.875rem; font-weight: 800; color: var(--pawfect-text); margin-bottom: 1rem; }
@media (min-width: 1024px) { .pf-portfolio__title { font-size: 2.25rem; } }
.pf-portfolio__desc { color: var(--pawfect-text); opacity: 0.8; font-size: 1.125rem; }
.pf-portfolio__view-all { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; color: var(--pawfect-primary); transition: color 0.3s; }
.pf-portfolio__view-all:hover { color: var(--pawfect-secondary); }
.pf-portfolio__item { display: block; position: relative; border-radius: 1rem; overflow: hidden; background-color: #f3f4f6; aspect-ratio: 4/5; }
.pf-portfolio__image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.pf-portfolio__item:hover .pf-portfolio__image { transform: scale(1.05); }
.pf-portfolio__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2), transparent); opacity: 0.6; transition: opacity 0.3s; }
.pf-portfolio__item:hover .pf-portfolio__overlay { opacity: 0.8; }
.pf-portfolio__item .pf-portfolio__content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 1.5rem; }
@media (min-width: 1024px) { .pf-portfolio__item .pf-portfolio__content { padding: 2rem; } }
.pf-portfolio__card .pf-portfolio__content { position: relative; bottom: auto; left: auto; width: 100%; padding: 1.5rem; background-color: #ffffff; text-align: left; z-index: 5; }
.pf-portfolio__card .pf-portfolio__card-title { font-size: 1.25rem; font-weight: 700; color: var(--pawfect-text); margin-bottom: 0.5rem; opacity: 1; }
.pf-portfolio__card .pf-portfolio__card-desc { font-size: 0.875rem; color: var(--pawfect-text); opacity: 0.75; margin-bottom: 1rem; line-height: 1.5; }
.pf-portfolio__item-category { display: inline-block; padding: 0.25rem 0.75rem; background-color: var(--pawfect-primary); color: var(--pawfect-text); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 9999px; margin-bottom: 1rem; transform: translateY(0); transition: transform 0.3s; }
.pf-portfolio__item:hover .pf-portfolio__item-category { transform: translateY(-0.25rem); }
.pf-portfolio__item-title { font-size: 1.5rem; font-weight: 700; color: var(--pawfect-text); margin-bottom: 0.5rem; }
.pf-portfolio__item-desc { color: #d1d5db; font-size: 0.875rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; opacity: 0; transform: translateY(1rem); transition: all 0.3s; }
.pf-portfolio__item:hover .pf-portfolio__item-desc { opacity: 1; transform: translateY(0); }

/* --- Press Mentions (Secondary Background Color) --- */
.pf-press { padding: 4rem 0; background-color: var(--pawfect-secondary, #313134) !important; color: #ffffff !important; }
.pf-press__container { text-align: center; }
.pf-press__subtitle { display: inline-block; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.1em; color: var(--pawfect-primary); opacity: 0.6; text-transform: uppercase; margin-bottom: 2rem; }
.pf-press__grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem; }
@media (min-width: 768px) { .pf-press__grid { gap: 4rem; } }
@media (min-width: 1024px) { .pf-press__grid { gap: 6rem; } }
.pf-press__item { display: block; position: relative; }
.pf-press__image { height: 2rem; width: auto; object-fit: contain; opacity: 0.5; filter: grayscale(100%); transition: all 0.3s; }
@media (min-width: 768px) { .pf-press__image { height: 2.5rem; } }
@media (min-width: 1024px) { .pf-press__image { height: 3rem; } }
.pf-press__item:hover .pf-press__image { opacity: 1; filter: grayscale(0%); }

/* --- Promo Banner --- */
.pf-promo-banner__wrapper { position: relative; border-radius: 1.5rem; overflow: hidden; background-color: var(--pawfect-primary); color: var(--pawfect-text); box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
.pf-promo-banner__bg { position: absolute; inset: 0; }
.pf-promo-banner__bg-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.pf-promo-banner__bg-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--pawfect-primary), rgba(var(--pawfect-primary-rgb), 0.9), transparent); }
.pf-promo-banner__content { position: relative; z-index: 10; padding: 4rem 1.5rem; }
@media (min-width: 768px) { .pf-promo-banner__content { padding: 4rem; } }
@media (min-width: 1024px) { .pf-promo-banner__content { padding: 5rem; } }
.pf-promo-banner__inner { max-width: 42rem; }
.pf-promo-banner__badge { display: inline-block; padding: 0.375rem 1rem; background-color: rgba(255,255,255,0.2); backdrop-filter: blur(4px); border-radius: 9999px; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 1.5rem; }
.pf-promo-banner__title { font-size: 2.25rem; font-weight: 800; margin-bottom: 1.5rem; line-height: 1.25; }
@media (min-width: 768px) { .pf-promo-banner__title { font-size: 3rem; } }
@media (min-width: 1024px) { .pf-promo-banner__title { font-size: 3.75rem; } }
.pf-promo-banner__desc { font-size: 1.125rem; opacity: 0.9; margin-bottom: 2.5rem; max-width: 36rem; }
@media (min-width: 768px) { .pf-promo-banner__desc { font-size: 1.25rem; } }

/* --- Promo Timer (Main rules defined in section above) --- */

/* --- Why Choose --- */
.pf-why-choose { padding: 5rem 0; }
.pf-why-choose__header { text-align: center; margin-bottom: 4rem; }
.pf-why-choose__subtitle { display: inline-block; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.1em; color: var(--pawfect-primary); text-transform: uppercase; margin-bottom: 0.75rem; }
.pf-why-choose__title { font-size: 1.875rem; font-weight: 700; color: var(--pawfect-text); }
.pf-why-choose__item { text-align: center; }
.pf-why-choose__icon { display: inline-flex; align-items: center; justify-content: center; width: 5rem; height: 5rem; border-radius: 1rem; background-color: var(--pawfect-background); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); color: var(--pawfect-primary); margin-bottom: 1.5rem; transition: transform 0.3s; }
.pf-why-choose__item:hover .pf-why-choose__icon { transform: translateY(-0.5rem); }
.pf-why-choose__item-title { font-size: 1.25rem; font-weight: 700; color: var(--pawfect-text); margin-bottom: 1rem; }
.pf-why-choose__item-desc { color: var(--pawfect-text); opacity: 0.8; line-height: 1.625; }



/* --- WooCommerce Slider specific classes --- */
.pf-woo__header-content { text-align: center; margin-bottom: 3rem; }
@media (min-width: 1024px) { .pf-woo__header-content { margin-bottom: 4rem; } }
.pf-woo__desc { font-size: 1rem; color: var(--pawfect-text); max-width: 42rem; line-height: 1.625; }
.pf-woo__swiper { position: relative !important; padding: 0.5rem 0 2rem 0 !important; overflow: hidden !important; }
.pf-woo__slide { padding-bottom: 2rem; height: auto; }
.pf-woo-card { display: flex; flex-direction: column; height: 100%; position: relative; background-color: #ffffff; border-radius: 1rem; box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.08); overflow: hidden; transition: border-color 0.3s ease, transform 0.3s ease; }
.pf-woo-card:hover { box-shadow: none; border-color: rgba(0, 0, 0, 0.16); transform: translateY(-3px); }
.pf-woo-card__add-btn { width: 100%; justify-content: center; z-index: 10; margin-top: 1rem; }

/* --- Inner Blog Classes --- */
.pf-blog { position: relative; padding: 5rem 0; }
.pf-blog__subtitle-wrap { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; }
.pf-blog__subtitle-line { width: 1.5rem; height: 2px; background-color: var(--pawfect-primary); border-radius: 9999px; }
.pf-blog__subtitle-text { text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; font-size: 0.8125rem; color: var(--pawfect-primary); }
.pf-blog__title { font-size: 2.25rem; font-weight: 800; color: #111827; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
@media (min-width: 768px) { .pf-blog__title { font-size: 2.75rem; } }
.pf-blog__desc { color: #4b5563; font-size: 1.125rem; max-width: 36rem; margin: 0 auto; }
.pf-blog__header { text-align: center; margin-bottom: 3.5rem; }

.pf-blog__container.pawfect-container-narrow { max-width: 960px; margin-left: auto; margin-right: auto; }

.pf-blog__grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
.pf-blog__grid--cols-1 { grid-template-columns: 1fr; }
.pf-blog__grid--cols-2 { grid-template-columns: 1fr; }
.pf-blog__grid--cols-3 { grid-template-columns: 1fr; }
.pf-blog__grid--cols-4 { grid-template-columns: 1fr; }

@media (min-width: 640px) {
    .pf-blog__grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pf-blog__grid--cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pf-blog__grid--cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .pf-blog__grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pf-blog__grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .pf-blog__grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.pf-blog-card { position: relative; background-color: #ffffff; border-radius: 1.25rem; box-shadow: none; border: 1px solid rgba(0, 0, 0, 0.08); overflow: hidden; transition: border-color 0.3s ease, transform 0.3s ease; display: block; }
.pf-blog-card:hover { border-color: rgba(0, 0, 0, 0.16); box-shadow: none; transform: translateY(-3px); }

.pf-blog-card--featured { grid-column: 1 / -1; }

.pf-blog-card__inner { position: relative; z-index: 10; display: flex; flex-direction: column; height: 100%; }
@media (min-width: 1024px) { .pf-blog-card--featured .pf-blog-card__inner { flex-direction: row; min-height: 400px; } }

.pf-blog-card__img-wrap { position: relative; aspect-ratio: 16/10; overflow: hidden; background-color: #f3f4f6; }
.pf-blog-card--featured .pf-blog-card__img-wrap { width: 100%; aspect-ratio: 16/10; }
@media (min-width: 1024px) { .pf-blog-card--featured .pf-blog-card__img-wrap { width: 50%; aspect-ratio: auto; } }

.pf-blog-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.pf-blog-card:hover .pf-blog-card__img { transform: scale(1.08); }

.pf-blog-card__img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.35), transparent 60%); opacity: 0.6; transition: opacity 0.3s; }
.pf-blog-card:hover .pf-blog-card__img-overlay { opacity: 0.9; }

.pf-blog-card__category { position: absolute; top: 1rem; left: 1rem; background-color: var(--pawfect-primary, #f97316); color: #ffffff !important; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 0.35rem 0.85rem; border-radius: 9999px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); z-index: 20; }

.pf-blog-card__hover-icon-wrap { position: absolute; bottom: 1rem; right: 1rem; opacity: 0; transform: scale(0.8); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 20; }
.pf-blog-card:hover .pf-blog-card__hover-icon-wrap { opacity: 1; transform: scale(1); }

.pf-blog-card__hover-icon-bg { width: 2.75rem; height: 2.75rem; background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(4px); border-radius: 9999px; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15); }
.pf-blog-card__hover-icon { width: 1.25rem; height: 1.25rem; color: var(--pawfect-primary, #f97316); }

.pf-blog-card__content { position: relative; z-index: 10; padding: 1.75rem; display: flex; flex-direction: column; justify-content: space-between; flex: 1; background-color: #ffffff; }
@media (min-width: 1024px) { .pf-blog-card--featured .pf-blog-card__content { padding: 3rem; width: 50%; } }

.pf-blog-card__meta { display: flex; align-items: center; gap: 1.25rem; font-size: 0.8125rem; font-weight: 500; color: #6b7280; margin-bottom: 0.875rem; }
.pf-blog-card__meta-item { display: flex; align-items: center; gap: 0.375rem; }
.pf-blog-card__meta-icon { width: 1rem; height: 1rem; color: var(--pawfect-primary, #f97316); }

.pf-blog-card__title { font-size: 1.25rem; font-weight: 700; color: #111827; line-height: 1.35; margin-bottom: 0.875rem; transition: color 0.3s; }
@media (min-width: 1024px) { .pf-blog-card--featured .pf-blog-card__title { font-size: 1.875rem; line-height: 1.3; } }
.pf-blog-card:hover .pf-blog-card__title { color: var(--pawfect-primary, #f97316); }

.pf-blog-card__excerpt { color: #4b5563; line-height: 1.625; margin-bottom: 1.5rem; font-size: 0.875rem; opacity: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pf-blog-card--featured .pf-blog-card__excerpt { font-size: 1rem; -webkit-line-clamp: 4; }

.pf-blog-card__read-more { display: inline-flex; align-items: center; color: var(--pawfect-primary, #f97316); font-weight: 700; font-size: 0.875rem; transition: all 0.3s; margin-top: auto; }
.pf-blog-card:hover .pf-blog-card__read-more { gap: 0.5rem; }
.pf-blog-card__read-more-icon { width: 1rem; height: 1rem; margin-left: 0.35rem; transition: transform 0.3s; }
.pf-blog-card:hover .pf-blog-card__read-more-icon { transform: translateX(0.35rem); }

.pf-blog__footer { text-align: center; margin-top: 3.5rem; }
.pf-blog__btn-icon { width: 1.25rem; height: 1.25rem; margin-left: 0.5rem; }

/* --- Classic Blog Card Styling --- */
.pf-blog-post { 
    position: relative; 
    background: transparent;
    background-color: transparent; 
    border-radius: 0; 
    box-shadow: none; 
    border: none; 
    overflow: hidden; 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pf-blog-post:hover { 
    border-color: transparent; 
    box-shadow: none; 
    transform: translateY(-4px); 
}

.pf-blog-post__inner { 
    display: flex; 
    flex-direction: column; 
    height: 100%; 
    width: 100%;
}

.pf-blog-post__img-wrap { 
    position: relative; 
    aspect-ratio: 16/10; 
    overflow: hidden; 
    border-radius: 0.75rem;
    background-color: #f3f4f6; 
    margin-bottom: 0;
}
.pf-blog-post__img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); 
}
.pf-blog-post:hover .pf-blog-post__img { 
    transform: scale(1.08); 
}

.pf-blog-post__category { 
    position: absolute; 
    top: 1rem; 
    left: 1rem; 
    background-color: var(--pawfect-primary, #f97316); 
    color: #ffffff !important; 
    font-size: 0.75rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
    padding: 0.35rem 0.85rem; 
    border-radius: 9999px; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
    z-index: 20; 
}

.pf-blog-post__content { 
    padding: 1.5rem 0 0 0; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    flex: 1; 
    background: transparent;
    background-color: transparent; 
}

.pf-blog-post__meta { 
    display: flex; 
    align-items: center; 
    gap: 1.25rem; 
    font-size: 0.8125rem; 
    font-weight: 500; 
    color: #6b7280; 
    margin-bottom: 0.875rem; 
}
.pf-blog-post__meta-item { 
    display: flex; 
    align-items: center; 
    gap: 0.375rem; 
}
.pf-blog-post__meta-icon { 
    width: 1rem; 
    height: 1rem; 
    color: var(--pawfect-primary, #f97316); 
}

.pf-blog-post__title { 
    font-size: 1.25rem; 
    font-weight: 700; 
    color: #111827; 
    line-height: 1.35; 
    margin-bottom: 0.875rem; 
}
.pf-blog-post__title-link { 
    color: #111827; 
    transition: color 0.3s; 
}
.pf-blog-post:hover .pf-blog-post__title-link { 
    color: var(--pawfect-primary, #f97316); 
}

.pf-blog-post__excerpt { 
    color: #4b5563; 
    line-height: 1.625; 
    margin-bottom: 1.5rem; 
    font-size: 0.875rem; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
}

.pf-blog-post__read-more-wrap { 
    margin-top: auto; 
}
.pf-blog-post__read-more { 
    position: relative !important;
    display: inline-block !important; 
    color: var(--pawfect-primary, #f97316) !important; 
    font-weight: 700 !important; 
    font-size: 0.875rem !important; 
    text-decoration: none !important;
    border-bottom: none !important;
    padding-bottom: 2px !important;
}
.pf-blog-post__read-more::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    width: 100% !important;
    height: 2px !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: var(--pawfect-primary, #f97316) !important;
    transform: scaleX(0) !important;
    transform-origin: right !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    z-index: 10 !important;
}
.pf-blog-post:hover .pf-blog-post__read-more::after,
.pf-blog-post__read-more:hover::after { 
    transform: scaleX(1) !important;
    transform-origin: left !important;
}
.pf-blog-post__read-more-icon { 
    display: none !important;
}

.pf-crafted__image-col { position: relative; width: 100%; height: 450px; }
@media (min-width: 768px) {
    .pf-crafted__image-col { width: 50%; height: 520px; }
}
.pf-crafted__image-glow { position: absolute; inset: 0; background-color: var(--pawfect-primary); opacity: 0; border-radius: 1.5rem; filter: blur(2rem); transition: opacity 0.5s; z-index: -1; }
.pf-crafted__image-col:hover .pf-crafted__image-glow { opacity: 0.1; }

.pf-crafted__image-main { position: absolute; top: 0; left: 0; width: 80%; height: 80%; border-radius: 1.5rem; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); box-shadow: none; transition: border-color 0.3s, transform 0.5s; }
.pf-crafted__image-main:hover { box-shadow: none; border-color: rgba(0,0,0,0.16); transform: scale(1.02); }
.pf-crafted__image-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.pf-crafted__image-main:hover img { transform: scale(1.05); }

.pf-crafted__image-secondary { position: absolute; bottom: 0; right: 0; width: 60%; height: 60%; border-radius: 1.5rem; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); box-shadow: none; transition: border-color 0.3s, transform 0.5s; animation-delay: 200ms; }
.pf-crafted__image-secondary:hover { box-shadow: none; border-color: rgba(0,0,0,0.16); transform: scale(1.02); }
.pf-crafted__image-secondary img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.pf-crafted__image-secondary:hover img { transform: scale(1.05); }

/* Testimonial Header Spacing Hierarchy Alignment */
.pf-testimonial__header,
.pawfect-testimonial-heading {
    margin-bottom: 3.5rem;
}
.pf-testimonial__title,
.pawfect-testimonial-heading h2 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
    font-weight: 800;
}
@media (min-width: 768px) {
    .pf-testimonial__title,
    .pawfect-testimonial-heading h2 {
        font-size: 2.75rem;
    }
}
.pf-testimonial__desc,
.pawfect-testimonial-heading-desc {
    margin-top: 0.5rem;
    color: #4b5563;
    font-size: 1.125rem;
    line-height: 1.625;
}

/* Master Hero-Style Section Slider Navigation Buttons */
.pf-woo__header-nav,
.pawfect-testimonial-heading .pawfect-flex {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.pf-woo-nav,
.pf-woo-nav--prev,
.pf-woo-nav--next,
.pf-woo-prev,
.pf-woo-next,
.pf-woo__header-nav .swiper-button-prev,
.pf-woo__header-nav .swiper-button-next,
.swiper-button-prev.pf-woo-nav,
.swiper-button-next.pf-woo-nav,
.pawfect-testimonial-prev,
.pawfect-testimonial-next,
.pf-testimonial-prev,
.pf-testimonial-next,
.pf-testimonial__nav-btn,
.pawfect-slider-prev,
.pawfect-slider-next {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: #1f2937 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    flex-shrink: 0 !important;
}

.pf-woo-nav:after,
.pf-woo-nav--prev:after,
.pf-woo-nav--next:after,
.pf-woo__header-nav .swiper-button-prev:after,
.pf-woo__header-nav .swiper-button-next:after,
.pawfect-testimonial-prev:after,
.pawfect-testimonial-next:after,
.pf-testimonial__nav-btn:after {
    display: none !important;
    content: "" !important;
}

.pf-woo-nav svg,
.pf-woo-nav-icon,
.pf-woo__header-nav svg,
.pawfect-testimonial-prev svg,
.pawfect-testimonial-next svg,
.pf-testimonial-prev svg,
.pf-testimonial-next svg,
.pf-testimonial__nav-btn svg {
    width: 20px !important;
    height: 20px !important;
    color: #1f2937 !important;
    stroke: #1f2937 !important;
    transition: color 0.2s ease, transform 0.2s ease !important;
}

.pf-woo-nav:hover,
.pf-woo-nav--prev:hover,
.pf-woo-nav--next:hover,
.pf-woo-prev:hover,
.pf-woo-next:hover,
.pf-woo__header-nav .swiper-button-prev:hover,
.pf-woo__header-nav .swiper-button-next:hover,
.pawfect-testimonial-prev:hover,
.pawfect-testimonial-next:hover,
.pf-testimonial-prev:hover,
.pf-testimonial-next:hover,
.pf-testimonial__nav-btn:hover,
.pawfect-slider-prev:hover,
.pawfect-slider-next:hover {
    background-color: var(--pawfect-primary, #F4A259) !important;
    border-color: var(--pawfect-primary, #F4A259) !important;
    color: #ffffff !important;
    transform: none !important;
    box-shadow: none !important;
}

.pf-woo-nav:hover svg,
.pf-woo-nav-icon:hover,
.pf-woo-nav--prev:hover svg,
.pf-woo-nav--next:hover svg,
.pf-woo__header-nav .swiper-button-prev:hover svg,
.pf-woo__header-nav .swiper-button-next:hover svg,
.pawfect-testimonial-prev:hover svg,
.pawfect-testimonial-next:hover svg,
.pf-testimonial-prev:hover svg,
.pf-testimonial-next:hover svg,
.pf-testimonial__nav-btn:hover svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}



/* ==========================================================================
   Legacy template section styles (pawfect-* hooks used by front-page templates)
   ========================================================================== */

/* --- Hero slider content --- */
.pawfect-hero-overlay {
    background-color: var(--pawfect-hero-overlay, rgba(0, 0, 0, 0.4));
}

.pawfect-hero-slide-content {
    position: relative;
    z-index: 5;
    max-width: 760px;
}

.pawfect-hero-subtitle-line {
    background-color: currentColor !important;
}

/* Hero entrance animations */
.pawfect-hero-animate-subtitle { animation: pawfectFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both; }
.pawfect-hero-animate-title { animation: pawfectFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both; }
.pawfect-hero-animate-description { animation: pawfectFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both; }
.pawfect-hero-animate-button { animation: pawfectFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both; }

@keyframes pawfectFadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .pawfect-hero-animate-subtitle,
    .pawfect-hero-animate-title,
    .pawfect-hero-animate-description,
    .pawfect-hero-animate-button {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* --- Section swiper containers --- */
.pawfect-happy-customers-swiper,
.pawfect-service-swiper,
.pawfect-product-swiper {
    width: 100%;
    max-width: 100%;
}

.pawfect-testimonial-pagination {
    position: static !important;
    width: auto !important;
}

/* --- Countdown timer --- */
.pawfect-countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- Press mentions --- */
.pawfect-press-mentions {
    background-color: var(--pawfect-press-mentions-bg, var(--pawfect-secondary, #313134));
}

.pawfect-press-mentions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pawfect-press-mentions-item {
    text-align: center;
}

/* --- Section heading wrappers (consistent typography hooks) --- */
.pawfect-mission-heading,
.pawfect-instagram-heading,
.pawfect-blog-heading,
.pawfect-crafted-heading,
.pawfect-why-choose-heading,
.pawfect-category-highlights-heading,
.pawfect-shop-by-pet-heading,
.pawfect-woocommerce-subtitle-wrapper {
    position: relative;
}

.pawfect-section-wrapper {
    position: relative;
}

/* --- Instagram gallery section --- */
.pawfect-instagram-section {
    position: relative;
}

/* --- Blog section --- */
.pawfect-blog-section {
    position: relative;
}

/* --- Why choose / service items --- */
.pawfect-why-choose {
    position: relative;
}

/* --- Hero fallbacks (dynamic CSS overrides these with customizer values) --- */
.pawfect-hero-section {
    position: relative;
    overflow: hidden;
}

.pawfect-hero-animate {
    will-change: transform, opacity;
}

.pawfect-hero-title {
    color: var(--pawfect-hero-title, #ffffff);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.pawfect-hero-subtitle {
    color: var(--pawfect-hero-subtitle, #ffffff);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pawfect-hero-description {
    color: var(--pawfect-hero-desc, #ffffff);
}

.pawfect-hero-button-wrapper {
    position: relative;
}

/* --- Section wrapper hooks --- */
.pawfect-countdown-sale {
    position: relative;
}

.pawfect-countdown-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pawfect-crafted-section {
    position: relative;
}

.pawfect-feature-highlight {
    position: relative;
}

.pawfect-feature-highlight-title {
    color: var(--pf-gray-900);
}

.pawfect-feature-highlight-desc {
    color: var(--pf-gray-700);
}

.pawfect-image-wrapper {
    position: relative;
}

.pawfect-collage-container {
    position: relative;
}

.pawfect-content-area {
    position: relative;
}

.pawfect-portfolio-section {
    position: relative;
}

.pawfect-pet-category {
    position: relative;
}

.pawfect-promo-banner,
.pawfect-promo-banner-section {
    position: relative;
}

.pawfect-promo-banner-heading {
    position: relative;
}

.pawfect-promo-banner-title {
    color: var(--pawfect-promo-banner-title, var(--pf-gray-900, #1f2937));
}

.pawfect-promo-banner-subtitle {
    color: var(--pawfect-promo-banner-subtitle, var(--pf-gray-600, #374151));
}

.pawfect-promo-timer-heading {
    position: relative;
}

.pawfect-promo-timer-desc {
    color: var(--pawfect-promo-timer-desc, #ffffff);
}

.pawfect-shop-by-pets {
    position: relative;
}

.pawfect-blog-posts {
    position: relative;
}

.pawfect-page {
    position: relative;
}

/* --- Navigation hooks (fallbacks; real styling comes from pf-nav-*) --- */
@media (min-width: 1024px) {
    .pawfect-primary-nav-menu,
    .pawfect-menu-item,
    .pawfect-nav-link {
        display: inline-block;
    }
}

@media (max-width: 1023px) {
    .pawfect-primary-nav-menu,
    .pf-nav-menu,
    .pf-nav-menu--scrolled {
        display: none !important;
    }
}

.pawfect-page-menu-fallback ul,
.pawfect-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pawfect-mobile-nav {
    width: 100%;
}

.pawfect-mobile-menu-item a,
.pawfect-mobile-menu-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* --- Utility icon/button hooks --- */
.pawfect-cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pawfect-cart-trigger,
.pawfect-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
}

.pawfect-mobile-menu-extras {
    margin-top: 1.5rem;
}

.pawfect-mobile-menu-fallback ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pawfect-mobile-menu-fallback ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* --- Testimonial hooks --- */
.pawfect-testimonial-section {
    position: relative;
}

.pawfect-testimonial-author {
    font-family: var(--pf-font-heading, inherit);
}

.pawfect-testimonial-rating {
    color: var(--pawfect-testimonial-accent, #f59e0b);
    letter-spacing: 0.1em;
}

.pawfect-testimonial-content {
    line-height: 1.7;
}

/* --- Wishlist count badge hook --- */
.pawfect-wishlist-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pawfect-plugin-required {
    position: relative;
}

.pawfect-plugin-notice {
    position: relative;
}

/* ==========================================================================
   Detailed Services Section (Pro Only)
   ========================================================================== */
.pf-detailed-services {
    position: relative;
    padding: 5.5rem 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .pf-detailed-services {
        padding: 3.5rem 0;
    }
}

.pf-detailed-services__header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.pf-detailed-services__title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--pawfect-text, #111827);
    line-height: 1.25;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .pf-detailed-services__title {
        font-size: 2.75rem;
    }
}

.pf-detailed-services__desc {
    font-size: 1.0625rem;
    color: var(--pawfect-text, #4b5563);
    opacity: 0.85;
    max-width: 42rem;
    margin: 0 auto;
    line-height: 1.6;
}

.pf-detailed-services__grid {
    display: grid;
    gap: 2rem;
    align-items: stretch;
}

@media (min-width: 992px) {
    .pf-detailed-services__grid--cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .pf-detailed-services__grid--cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .pf-detailed-services__grid--cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) and (min-width: 640px) {
    .pf-detailed-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 639px) {
    .pf-detailed-services__grid {
        grid-template-columns: 1fr;
    }
}

/* Service Card Anatomy */
.pf-service-card {
    position: relative;
    background-color: #ffffff;
    border: 1.5px solid var(--pf-gray-200, #e5e7eb);
    border-radius: var(--pf-radius-lg, 1.25rem);
    padding: 2.5rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.pf-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08);
    border-color: var(--pf-primary, #F4A259);
}

/* Featured Service Card Variant */
.pf-service-card--featured {
    border: 2px solid var(--pf-primary, #F4A259);
    box-shadow: 0 12px 30px -5px rgba(244, 162, 89, 0.15);
    transform: translateY(-4px);
}

.pf-service-card--featured:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 45px -8px rgba(244, 162, 89, 0.25);
}

.pf-service-card__badge-pill {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--pf-primary, #F4A259);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 1.25rem;
    border-radius: 9999px;
    box-shadow: 0 4px 12px rgba(244, 162, 89, 0.35);
    white-space: nowrap;
    z-index: 10;
}

.pf-service-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pf-service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.pf-service-card__icon-box {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background-color: rgba(244, 162, 89, 0.12);
    color: var(--pf-primary, #F4A259);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    overflow: hidden;
    flex-shrink: 0;
}

.pf-service-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pf-service-card__svg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pf-service-card__svg svg {
    width: 1.75rem;
    height: 1.75rem;
    fill: currentColor;
    display: block;
}

.pf-service-card:hover .pf-service-card__icon-box {
    transform: scale(1.08) rotate(3deg);
}

.pf-service-card__icon-box--featured {
    background-color: var(--pf-primary, #F4A259);
    color: #ffffff;
}

.pf-service-card__tag {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pf-primary, #F4A259);
    background-color: rgba(244, 162, 89, 0.1);
    padding: 0.3rem 0.85rem;
    border-radius: 9999px;
}

.pf-service-card__heading {
    margin-bottom: 1rem;
}

.pf-service-card__title {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--pawfect-text, #111827);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.pf-service-card__duration {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.pf-service-card__price-wrap {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}

.pf-service-card__price {
    font-size: 2.125rem;
    font-weight: 800;
    color: var(--pawfect-text, #111827);
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-family: 'Bricolage Grotesque', system-ui, sans-serif;
}

.pf-service-card__divider {
    border: none;
    border-top: 1px solid #f3f4f6;
    margin: 0.5rem 0 1.5rem 0;
}

.pf-service-card__checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    flex-grow: 1;
}

.pf-service-card__feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.45;
}

.pf-service-card__check-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: rgba(244, 162, 89, 0.15);
    color: var(--pf-primary, #F4A259);
    flex-shrink: 0;
    margin-top: 2px;
}

.pf-service-card--featured .pf-service-card__check-circle {
    background-color: var(--pf-primary, #F4A259);
    color: #ffffff;
}

.pf-service-card__footer {
    margin-top: auto;
}

.pf-service-card__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 700;
    border-radius: var(--pf-btn-radius, 0.5rem);
    background-color: var(--pf-secondary, #313134);
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.pf-service-card__btn:hover {
    background-color: var(--pf-primary, #F4A259) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(244, 162, 89, 0.3);
}

.pf-service-card__btn--featured {
    background-color: var(--pf-primary, #F4A259);
    color: #ffffff !important;
}

.pf-service-card__btn--featured:hover {
    background-color: var(--pf-secondary, #313134) !important;
    color: #ffffff !important;
}

.pf-service-card__btn-arrow {
    transition: transform 0.3s ease;
}

.pf-service-card__btn:hover .pf-service-card__btn-arrow {
    transform: translateX(4px);
}

