/* Creator Network Section Styling */
.pf-creator-network {
  position: relative;
  background: transparent;
  padding: 120px 0 60px;
  overflow-x: clip;
  overflow-y: visible;
  color: #111;
}

.pf-creator-network-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.pf-creator-network-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pf-creator-network-title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pf-creator-network-subtitle {
  font-size: 20px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}

.pf-creator-network-visual-container {
  margin: 40px 0 20px 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.pf-creator-network-black-box {
  background: transparent;
  border-radius: 24px;
  padding: 50px;
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
}

.pf-creator-network-left-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  text-align: left;
  margin: 0;
  flex: 0 0 200px;
}

.pf-creator-network-video-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  flex: 1;
}

.pf-creator-network-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 17px;
}

.pf-creator-network-content {
  text-align: center;
  margin-bottom: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pf-creator-network-description {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.85;
  margin: 0 auto;
}

.pf-creator-network-links {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.pf-creator-link {
  color: #3E6CFF;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-bottom: 2px solid rgba(62, 108, 255, 0.3);
}

.pf-creator-link:hover {
  color: #2455ff;
  border-bottom-color: #2455ff;
}

@media (max-width: 991px) {
  .pf-creator-network-black-box {
    flex-direction: column;
    gap: 30px;
  }
  
  .pf-creator-network-left-title {
    flex: 0 0 auto;
    text-align: center;
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .pf-creator-network {
    padding: 80px 0 40px;
  }
  
  .pf-creator-network-container {
    padding: 0 22px;
  }
  
  .pf-creator-network-title {
    font-size: 36px;
  }
  
  .pf-creator-network-subtitle {
    font-size: 14px;
  }
  
  .pf-creator-network-description {
    font-size: 16px;
  }
  
  .pf-creator-network-links {
    font-size: 16px;
  }
  
  .pf-creator-network-black-box {
    padding: 30px 20px;
    border-radius: 18px;
    flex-direction: column;
    gap: 20px;
  }
  
  .pf-creator-network-left-title {
    font-size: 20px !important;
    text-align: center;
    flex: 0 0 auto;
  }
  
  .pf-creator-network-video-wrap {
    border-radius: 15px;
    border-width: 2px;
  }
  
  .pf-creator-network-video {
    border-radius: 13px;
  }
}

/* Marketing Suite Section Styling */
.pf-marketing-suite {
  position: relative;
  background: transparent;
  padding: 120px 0 40px;
  overflow-x: clip;
  overflow-y: visible;
  color: #111;
}

@media (max-width: 1099px) {
  .pf-marketing-suite {
    padding-bottom: 64px;
  }
}

.pf-marketing-suite::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  opacity: 0;
  pointer-events: none;
}

.pf-marketing-suite-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.pf-marketing-suite-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pf-marketing-suite-title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.pf-marketing-suite-subtitle {
  font-size: 20px;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto;
}

/* Carousel Navigation */
.pf-carousel-nav-wrap {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 18px;
}

.pf-carousel-nav-scroll {
  position: absolute;
  right: 12px;
  top: 72px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7 4l6 6-6 6' fill='none' stroke='rgba(17,17,17,0.86)' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  cursor: pointer;
  z-index: 3;
}

.pf-carousel-nav-scroll--left {
  left: 12px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

.pf-carousel-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .pf-carousel-nav-wrap {
    margin: 0 -40px 28px;
    overflow-x: clip;
    overflow-y: visible;
    padding-top: 18px;
  }

  .pf-carousel-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 40px 14px;
    padding-left: 88px;
    padding-right: 140px;
    margin: 0;
    gap: 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
  }

  .pf-carousel-nav.pf-carousel-nav--dragging {
    cursor: grabbing;
    user-select: none;
  }

  .pf-carousel-nav-wrap.pf-carousel-nav--scrollable::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    height: 100%;
    background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.96) 42%, rgba(245,245,245,1) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 1;
  }

  .pf-carousel-nav-wrap:not(.pf-carousel-nav--scrollable)::before,
  .pf-carousel-nav-wrap:not(.pf-carousel-nav--scrollable)::after {
    content: none;
  }

  .pf-carousel-nav::before,
  .pf-carousel-nav::after {
    content: none;
  }

  .pf-carousel-nav::-webkit-scrollbar {
    height: 0;
  }

  .pf-carousel-nav-item {
    flex: 0 0 auto;
    min-width: 168px;
    scroll-snap-align: center;
    padding: 16px 14px;
  }

  .pf-carousel-nav-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
  }

  .pf-carousel-nav-item span {
    font-size: 13px;
  }
}

@media (max-width: 1099px) {
  .pf-carousel-nav-wrap {
    margin: 0 -40px 28px;
    overflow-x: clip;
    overflow-y: visible;
    padding-top: 18px;
  }

  .pf-carousel-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 18px 14px;
    padding-left: 88px;
    padding-right: 120px;
    margin: 0;
    gap: 14px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: relative;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
  }

  .pf-carousel-nav.pf-carousel-nav--dragging {
    cursor: grabbing;
    user-select: none;
  }

  .pf-carousel-nav-wrap.pf-carousel-nav--scrollable::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.98) 40%, rgba(245,245,245,1) 100%);
    pointer-events: none;
    z-index: 1;
    opacity: 1;
  }

  .pf-carousel-nav::-webkit-scrollbar {
    height: 0;
  }

  .pf-carousel-nav-item {
    flex: 0 0 auto;
    min-width: 168px;
    scroll-snap-align: center;
  }

  .pf-carousel-nav-wrap:not(.pf-carousel-nav--scrollable)::before,
  .pf-carousel-nav-wrap:not(.pf-carousel-nav--scrollable)::after {
    content: none;
  }

  .pf-carousel-nav::before,
  .pf-carousel-nav::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .pf-carousel-nav-wrap {
    margin: 0 -22px 28px;
    overflow-x: clip;
    overflow-y: visible;
    padding-top: 18px;
  }

  .pf-carousel-nav-scroll {
    top: 66px;
  }

  .pf-carousel-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 18px 14px;
    padding-left: 80px;
    padding-right: 120px;
    margin: 0;
    gap: 14px;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 8%, rgba(0,0,0,1) 92%, rgba(0,0,0,0) 100%);
  }

  .pf-carousel-nav-wrap.pf-carousel-nav--scrollable::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,0.98) 40%, rgba(245,245,245,1) 100%);
    pointer-events: none;
    opacity: 1;
  }

  .pf-carousel-nav-wrap:not(.pf-carousel-nav--scrollable)::before,
  .pf-carousel-nav-wrap:not(.pf-carousel-nav--scrollable)::after {
    content: none;
  }

  .pf-carousel-nav::before,
  .pf-carousel-nav::after {
    content: none;
  }

  .pf-carousel-nav::-webkit-scrollbar {
    height: 0;
  }

  .pf-carousel-nav-item {
    flex: 0 0 auto;
    min-width: 156px;
    scroll-snap-align: center;
  }
}

.pf-carousel-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 20px 24px;
  min-width: 140px;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.pf-carousel-nav-item:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: none;
}

.pf-carousel-nav-item.active {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: none;
}

.pf-carousel-nav-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.62) 100%);
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.pf-nav-icon-image {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
  filter: none;
}

.pf-icon {
  width: 28px;
  height: 28px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pf-icon--brand {
  stroke-width: 1.9;
}

.pf-icon--solid {
  fill: currentColor;
  stroke: none;
}

.pf-icon--brandmark {
  fill: currentColor;
  stroke: none;
}

.pf-carousel-nav-item .pf-carousel-nav-icon {
  color: rgba(17, 17, 17, 0.75);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.pf-carousel-nav-item:hover .pf-carousel-nav-icon {
  transform: translateY(-1px);
  color: rgba(17, 17, 17, 0.85);
}

.pf-carousel-nav-item.active .pf-carousel-nav-icon {
  color: #3E6CFF;
  background: linear-gradient(135deg, rgba(62, 108, 255, 0.14) 0%, rgba(255, 255, 255, 0.88) 55%, rgba(255, 255, 255, 0.78) 100%);
  border-color: rgba(62, 108, 255, 0.22);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.pf-carousel-nav-item span {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* Carousel Content */
.pf-carousel-content {
  position: relative;
  min-height: 500px;
  height: auto;
}

.pf-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0.75s linear, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: translateY(20px);
}

.pf-carousel-item.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pf-carousel-item-content {
  display: flex;
  gap: 60px;
  align-items: center;
}

.pf-carousel-item-text {
  flex: 1;
}

.pf-carousel-item-text h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: #111;
}

.pf-carousel-item-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.85;
  color: #111;
}

.pf-carousel-item-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

/* Studio Renders Visual */
.pf-carousel-item-image-container {
  position: relative;
  width: 100%;
  height: clamp(260px, 34vw, 420px);
  display: flex;
  gap: 16px;
}

/* Studio Renders Before/After Slider */
.pf-before-after {
  width: 100%;
  max-width: 640px;
}

.pf-before-after-stage {
  position: relative;
  width: 100%;
  height: clamp(260px, 34vw, 420px);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  background: #f3f3f3;
  touch-action: none;
  cursor: ew-resize;
}

.pf-before-after-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 80%;
  pointer-events: none;
}

.pf-before-after-after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 55%;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.pf-before-after-after .pf-before-after-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .pf-before-after-after .pf-before-after-img {
    width: 90vw;
  }
}

@media (max-width: 767px) {
  .pf-before-after-after .pf-before-after-img {
    width: calc(100vw - 60px);
  }
}

.pf-before-after-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55%;
  width: 4px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  pointer-events: none;
}

.pf-before-after-handle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.pf-before-after-handle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 16px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16' fill='none'%3E%3Cpath d='M7 1L2 8L7 15' stroke='%23111' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 1L18 8L13 15' stroke='%23111' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pf-before-after-label {
  position: absolute;
  top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.10);
  color: rgba(17, 17, 17, 0.85);
  z-index: 30 !important;
  pointer-events: none;
}

.pf-before-after-label--before {
  left: 14px;
}

.pf-before-after-label--after {
  right: 14px;
}

@media (max-width: 767px) {
  .pf-before-after {
    max-width: 100%;
  }

  .pf-before-after-stage {
    height: 260px;
  }
}

.pf-carousel-item-image {
  position: relative;
  width: calc(50% - 8px);
  height: 100%;
  transition: all 0.7s ease;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.pf-carousel-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-carousel-item-image-before {
  transform: none;
  z-index: 1;
}

.pf-carousel-item-image-after {
  transform: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .pf-carousel-item-content {
    flex-direction: column;
    gap: 32px;
  }

  .pf-carousel-item-image-container {
    height: auto;
    flex-direction: column;
    gap: 14px;
  }

  .pf-carousel-item-image {
    width: 100%;
    height: 220px;
  }

  .pf-carousel-item-text {
    width: 100%;
  }

  .pf-carousel-item-visual {
    width: 100%;
    min-height: auto;
  }
}

.pf-image-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.85);
  color: #111;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

/* Social Platforms Visual */
.pf-social-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.pf-social-platform {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.pf-social-platform-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: rgba(17, 17, 17, 0.8);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.pf-social-platform-icon:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(0, 0, 0, 0.16);
  color: rgba(17, 17, 17, 0.95);
}

.pf-social-platform-icon .pf-icon {
  width: 32px;
  height: 32px;
}

.pf-social-platform span {
  color: #111;
}

/* Notification Visual */
.pf-notification-visual {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pf-phone-mockup {
  width: 300px;
  height: 600px;
  background: #111;
  border-radius: 40px;
  padding: 20px;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pf-notification-message {
  width: 90%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 16px;
  margin-top: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  animation: notification-pulse 2s infinite;
}

@keyframes notification-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}

.pf-notification-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.pf-notification-app {
  font-weight: 600;
  color: #333;
}

.pf-notification-time {
  color: #777;
  font-size: 12px;
}

.pf-notification-content {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}

/* Calendar Visual */
.pf-calendar-visual {
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.pf-calendar-header {
  background: #f5f5f5;
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.pf-calendar-month {
  font-weight: 600;
  color: #333;
  font-size: 18px;
}

.pf-calendar-grid {
  height: 300px;
  background: white;
  position: relative;
}

.pf-calendar-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/calendar-grid.png') center/cover;
  opacity: 0.8;
}

.pf-calendar-legend {
  display: flex;
  padding: 12px 16px;
  background: #f5f5f5;
  justify-content: center;
  gap: 20px;
}

.pf-calendar-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pf-calendar-legend-color {
  width: 12px;
  height: 12px;
  border-radius: 3px;
}

.pf-color-booked {
  background: #e74c3c;
}

.pf-color-available {
  background: #2ecc71;
}

.pf-calendar-legend-text {
  font-size: 12px;
  color: #555;
}

/* Open House Visual */
.pf-open-house-visual {
  width: 100%;
  display: flex;
  justify-content: center;
}

.pf-open-house-card {
  width: 100%;
  max-width: 440px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.pf-open-house-card-media {
  height: 160px;
  background-color: #111;
  background-image:
    radial-gradient(120% 120% at 10% 20%, rgba(60, 120, 255, 0.25) 0%, rgba(255, 255, 255, 0) 60%),
    radial-gradient(120% 120% at 80% 40%, rgba(0, 0, 0, 0.12) 0%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(135deg, rgba(17, 17, 17, 0.92) 0%, rgba(17, 17, 17, 0.7) 55%, rgba(17, 17, 17, 0.86) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 86%;
}

.pf-open-house-card-content {
  padding: 18px 18px 16px;
}

.pf-open-house-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.pf-open-house-badge {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.10);
  color: #111;
}

.pf-open-house-chip {
  font-size: 12px;
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(60, 120, 255, 0.10);
  border: 1px solid rgba(60, 120, 255, 0.22);
  color: #2455ff;
}

.pf-open-house-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #111;
  margin-bottom: 10px;
}

.pf-open-house-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 14px;
}

.pf-open-house-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.75);
}

.pf-open-house-meta-icon {
  width: 14px;
  height: 14px;
  display: block;
  fill: rgba(17, 17, 17, 0.65);
}

.pf-open-house-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.pf-open-house-footer-left {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.65);
}

.pf-open-house-footer-cta {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: #111;
}

/* Targeting Visual */
.pf-targeting-visual {
  width: 100%;
}

.pf-targeting-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.pf-targeting-platform {
  position: relative;
}

.pf-targeting-platform-icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.10);
  color: rgba(17, 17, 17, 0.85);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.70) 100%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.pf-targeting-platform-icon:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.16);
  color: rgba(17, 17, 17, 0.98);
}

.pf-targeting-platform-icon .pf-icon {
  width: 40px;
  height: 40px;
}

/* Animation for carousel items */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pf-carousel-item.active {
  animation: none;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .pf-carousel-item-content {
    flex-direction: column;
    gap: 28px;
  }
  
  .pf-carousel-item-visual {
    width: 100%;
    min-height: auto;
    align-items: flex-start;
    margin-top: -40px;
  }
}

@media (max-width: 992px) {
  .pf-marketing-suite-container {
    padding: 0 22px;
  }

  .pf-marketing-suite-header {
    margin-bottom: 44px;
  }

  .pf-carousel-nav-wrap {
    margin: 0 -22px 28px;
    overflow-x: clip;
    overflow-y: visible;
    padding-top: 18px;
  }

  .pf-carousel-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 22px 14px;
    padding-left: 88px;
    padding-right: 120px;
    margin: 0;
    gap: 14px;
  }

  .pf-carousel-nav-item {
    flex: 0 0 auto;
    min-width: 168px;
    scroll-snap-align: center;
  }

  .pf-carousel-content {
    min-height: auto;
  }

  /* On tablet, avoid absolute-position slides causing large empty space */
  .pf-carousel-item {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    transition: none;
  }

  .pf-carousel-item.active {
    display: block;
  }

  .pf-carousel-item-visual {
    min-height: auto;
  }
}

.pf-advanced-tools-wrap {
  margin-top: -169px !important;
}

/* Advanced Tools Heading Font Sizes */
.pf-advanced-tools-wrap .heading-style-h2-2-copy-copy-copy-copy {
  font-size: 42px !important; /* Desktop: slightly smaller */
}

@media (max-width: 991px) {
  .pf-advanced-tools-wrap {
    margin-top: -80px !important;
  }
  
  .pf-advanced-tools-wrap .heading-style-h2-2-copy-copy-copy-copy {
    font-size: 26px !important; /* Tablet: smaller */
    line-height: 1.3 !important;
  }
  
  .pf-advanced-tools-wrap .div-block-155 {
    padding-top: 80px !important;
  }
}

@media (max-width: 767px) {
  .pf-advanced-tools-wrap {
    margin-top: -100px !important;
    padding-top: 40px !important;
  }
  
  .pf-advanced-tools-wrap .heading-style-h2-2-copy-copy-copy-copy {
    font-size: 22px !important; /* Mobile: much smaller */
    line-height: 1.3 !important;
  }
  .pf-marketing-suite {
    padding: 64px 0 24px 0;
  }
  
  .pf-marketing-suite-title {
    font-size: 36px;
  }
  
  .pf-marketing-suite-subtitle {
    font-size: 16px;
  }

  .pf-marketing-suite-header {
    margin-bottom: 34px;
  }
  
  .pf-carousel-nav-item {
    min-width: 156px;
    padding: 16px 18px;
  }
  
  .pf-carousel-item-text h3 {
    font-size: 28px;
  }
  
  .pf-carousel-item-text p {
    font-size: 16px;
  }

  .pf-carousel-content {
    min-height: auto;
  }

  /* On mobile, render only the active slide and let height be natural */
  .pf-carousel-item {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    transition: none;
  }

  .pf-carousel-item.active {
    display: block;
  }

  .pf-carousel-item-visual {
    min-height: auto;
  }

  .pf-carousel-item-image-container {
    height: auto;
    perspective: none;
  }

  .pf-carousel-item-image {
    position: relative;
    width: 100%;
    height: 220px;
    transform: none !important;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 14px;
  }

  .pf-targeting-platforms {
    gap: 14px;
  }

  .pf-targeting-platform-icon {
    width: 76px;
    height: 76px;
  }

  .pf-targeting-platform-icon .pf-icon {
    width: 32px;
    height: 32px;
  }

  .pf-social-platforms {
    gap: 14px;
  }

  .pf-social-platform-icon {
    width: 68px;
    height: 68px;
  }

  .pf-social-platform-icon .pf-icon {
    width: 28px;
    height: 28px;
  }
}

/* Glass effect for all elements */
.pf-carousel-nav-item,
.pf-notification-message,
.pf-calendar-visual,
.pf-targeting-platform-icon {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Smart scheduling: booking requests glass overlay */
.home-grid_pricing-copy {
  position: relative;
}

.home-grid_pricing-copy-copy-copy {
  position: relative;
}

/* Gradient overlay for text visibility over background */
.home-grid_pricing-copy::before,
.home-grid_pricing-copy-copy-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
  border-radius: inherit;
  z-index: -1;
  pointer-events: none;
}

/* Ensure text stays above gradient */
.home-grid_pricing-title,
.home-grid_pricing-title-copy,
.home-grid_pricing-title-copy-copy {
  position: relative;
  z-index: 1;
}

.pf-sms-requests {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: min(360px, calc(100% - 36px));
  z-index: 5;
  border-radius: 16px;
  padding: 10px 10px 8px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pf-sms-requests-list {
  display: grid;
  gap: 9px;
}

.pf-sms-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-radius: 16px;
  padding: 10px 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.pf-sms-notif-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  flex: 0 0 auto;
  background-image: url("../images/14816282.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.pf-sms-notif-body {
  min-width: 0;
  text-align: left;
}

.pf-sms-notif-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  color: rgba(15, 15, 15, 0.92);
  margin-bottom: 2px;
  text-align: left;
}

.pf-sms-notif-line {
  font-size: 11px;
  line-height: 1.25;
  color: rgba(15, 15, 15, 0.68);
  text-align: left;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pf-sms-notif-line strong {
  color: rgba(15, 15, 15, 0.86);
}

@keyframes pf-sms-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pf-sms-item {
  opacity: 0;
  transform: translateY(14px);
}

.home-grid_pricing-copy.is-revealed .pf-sms-item,
.home-grid_pricing-copy-copy-copy.is-revealed .pf-sms-item {
  animation: pf-sms-in 700ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.home-grid_pricing-copy.is-revealed .pf-sms-item:nth-child(1),
.home-grid_pricing-copy-copy-copy.is-revealed .pf-sms-item:nth-child(1) {
  animation-delay: 200ms;
}

.home-grid_pricing-copy.is-revealed .pf-sms-item:nth-child(2),
.home-grid_pricing-copy-copy-copy.is-revealed .pf-sms-item:nth-child(2) {
  animation-delay: 600ms;
}

.home-grid_pricing-copy.is-revealed .pf-sms-item:nth-child(3),
.home-grid_pricing-copy-copy-copy.is-revealed .pf-sms-item:nth-child(3) {
  animation-delay: 1000ms;
}

@media (max-width: 767px) {
  .pf-sms-requests {
    left: 14px;
    bottom: 14px;
    width: min(320px, calc(100% - 28px));
    padding: 10px 10px 9px;
  }
}

@media (max-width: 479px) {
  .pf-sms-requests {
    width: calc(100% - 24px);
  }

  .pf-sms-item {
    padding: 10px 10px;
  }

  .pf-sms-notif-line {
    font-size: 11px;
  }
}

/* Ensure scheduling copy stays readable above the calendar mockup */
.home-grid_pricing-copy .home-grid_pricing-title,
.home-grid_pricing-copy .home-grid_pricing-title-copy,
.home-grid_pricing-copy-copy-copy .home-grid_pricing-title,
.home-grid_pricing-copy-copy-copy .home-grid_pricing-title-copy-copy-copy {
  position: relative;
  z-index: 6;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}

/* Make sub-heading text white on desktop */
.home-grid_pricing-title-copy-copy-copy {
  color: #ffffff !important;
}

/* Responsive font sizes for Smart scheduling system */
@media (max-width: 991px) {
  .home-grid_pricing-title {
    font-size: 18px !important;
    white-space: nowrap;
  }
  
  .home-grid_pricing-title-copy,
  .home-grid_pricing-title-copy-copy-copy {
    font-size: 16px !important;
  }
  
  .pf-sms-notif-title {
    font-size: 11px !important;
  }
  
  .pf-sms-notif-line {
    font-size: 9px !important;
  }
}

@media (max-width: 767px) {
  .home-grid_pricing-title {
    font-size: 24px !important;
    white-space: nowrap;
  }
  
  .home-grid_pricing-title-copy,
  .home-grid_pricing-title-copy-copy-copy {
    font-size: 18px !important;
    color: #ffffff !important;
    -webkit-text-stroke-width: 0 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.9) !important;
  }
  
  .pf-sms-notif-title {
    font-size: 13px !important;
  }
  
  .pf-sms-notif-line {
    font-size: 12px !important;
  }
  
  /* Make notification wider on mobile */
  .pf-sms-item {
    max-width: 100% !important;
    width: 100% !important;
  }
  
  .pf-sms-notif-line {
    font-size: 11px !important;
  }
  
  /* Show only first notification on mobile */
  .pf-sms-item:nth-child(2),
  .pf-sms-item:nth-child(3) {
    display: none !important;
  }
}
