/* ParlaVale Prestige — Ana sayfa (pv-home) */

body.pv-home {
  position: relative;
  background: var(--pv-navy-deep);
  color: var(--pv-white);
  font-family: var(--pv-font-sans);
}
body.pv-home::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(201, 168, 76, 0.06), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 100%, rgba(201, 168, 76, 0.04), transparent 50%);
}
body.pv-home .kb-header,
body.pv-home .kb-footer,
body.pv-home .gelbi-call-fab,
body.pv-home .gelbi-wa-fab {
  display: none !important;
}
body.pv-home #primary,
body.pv-home .site-main,
body.pv-home .entry-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.pv-home.pv-no-scroll,
body.pv-mobile-nav-open,
html.pv-mobile-nav-open {
  overflow: hidden;
  touch-action: none;
  height: 100%;
}
@media (max-width: 767px) {
  body.pv-home {
    padding-bottom: 60px;
  }
}

.pv-container {
  width: min(100% - 48px, var(--pv-container));
  margin-inline: auto;
}

/* Buttons */
.pv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--pv-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s, background 0.2s;
}
.pv-btn--gold {
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
}
body.pv-home .pv-btn--gold:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(201, 168, 76, 0.4);
}
.pv-btn--gold:hover {
  opacity: 0.92;
}
.pv-btn--outline {
  border: 1px solid var(--pv-gold-border);
  color: var(--pv-gold);
  background: transparent;
}
.pv-btn--outline:hover {
  background: var(--pv-gold-dim);
}
.pv-btn--pill {
  padding: 12px 28px;
}
.pv-btn--lg {
  padding: 18px 36px;
  font-size: 12px;
}
.pv-btn--xl {
  padding: 22px 48px;
  font-size: 13px;
}
.pv-btn--block {
  width: 100%;
}

/* Navbar */
.pv-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  background: rgba(6, 15, 30, 0.92);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--pv-gold-border);
  transition: background 0.3s, box-shadow 0.3s;
}
.pv-navbar--scrolled {
  background: rgba(6, 15, 30, 0.98);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
.pv-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  overflow: visible;
}
.pv-logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  max-height: 48px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: transparent !important;
  box-shadow: none !important;
  border: none;
  line-height: 0;
}
.pv-logo-img {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(200px, 36vw);
  object-fit: contain;
  object-position: left center;
  background: transparent;
  filter: drop-shadow(0 1px 6px rgba(201, 168, 76, 0.2));
  image-rendering: auto;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.pv-logo-link:hover .pv-logo-img {
  transform: none;
  opacity: 0.94;
  filter: drop-shadow(0 2px 10px rgba(201, 168, 76, 0.26));
}

@media (max-width: 768px) {
  .pv-logo-img {
    height: 44px;
    max-width: min(170px, 40vw);
  }
  .pv-footer-logo-img {
    height: 72px;
    max-width: min(240px, 88vw);
  }
}
.pv-logo img,
.pv-logo__text {
  height: 40px;
  width: auto;
}
.pv-logo__text {
  font-family: var(--pv-font-serif);
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  color: var(--pv-gold);
}
.pv-navbar__menu {
  display: none;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.pv-navbar__link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}
.pv-navbar__link:hover,
.pv-navbar__link--active {
  color: var(--pv-gold);
}
.pv-navbar__link--active {
  border-bottom: 1px solid var(--pv-gold);
  padding-bottom: 4px;
}
.pv-navbar__item {
  position: relative;
}
.pv-navbar__item--has-children > .pv-navbar__link--parent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pv-navbar__chevron {
  width: 10px;
  height: 10px;
  opacity: 0.7;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.pv-navbar__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  margin: 0;
  padding: 10px 0 8px;
  list-style: none;
  background: rgba(6, 15, 30, 0.98);
  border: 1px solid var(--pv-gold-border);
  box-shadow: var(--pv-shadow-card);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 1102;
}
/* Fare parent → alt link arasında boşluk kalmasın (hover kırılmasın) */
.pv-navbar__submenu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}
.pv-navbar__item--has-children:hover > .pv-navbar__submenu,
.pv-navbar__item--has-children:focus-within > .pv-navbar__submenu,
.pv-navbar__item--has-children.pv-navbar__item--open > .pv-navbar__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pv-navbar__item--has-children:hover .pv-navbar__chevron,
.pv-navbar__item--has-children:focus-within .pv-navbar__chevron,
.pv-navbar__item--has-children.pv-navbar__item--open .pv-navbar__chevron {
  transform: rotate(180deg);
}
.pv-navbar__sublink {
  display: block;
  padding: 10px 20px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.8);
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}
.pv-navbar__sublink:hover,
.pv-navbar__sublink--active {
  color: var(--pv-gold);
  background: rgba(201, 168, 76, 0.08);
}
.pv-navbar__actions {
  display: none;
  align-items: center;
  gap: 24px;
}
.pv-navbar__actions .pv-btn-call {
  display: none;
}
@media (min-width: 1024px) {
  .pv-navbar__actions .pv-btn-call {
    display: inline-flex;
  }
}
.pv-navbar__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.pv-navbar__hamburger span {
  display: block;
  height: 2px;
  background: var(--pv-gold);
  transition: transform 0.3s, opacity 0.3s;
}
.pv-navbar__hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.pv-navbar__hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.pv-navbar__hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.pv-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--pv-navy-deep);
  border: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
}
.pv-mobile-menu--open {
  display: block;
  visibility: visible;
  pointer-events: auto;
}
.pv-mobile-menu__panel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: calc(72px + env(safe-area-inset-top, 0px)) 20px calc(72px + env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.pv-mobile-menu__link {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pv-white);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pv-mobile-menu__group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pv-mobile-menu__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pv-mobile-menu__row .pv-mobile-menu__link {
  flex: 1;
  border-bottom: none;
}
.pv-mobile-menu__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--pv-gold);
  cursor: pointer;
  flex-shrink: 0;
}
.pv-mobile-menu__toggle .pv-navbar__chevron {
  opacity: 1;
}
.pv-mobile-menu__group--open .pv-mobile-menu__toggle .pv-navbar__chevron {
  transform: rotate(180deg);
}
.pv-mobile-menu__sub {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 0 0 12px 12px;
}
.pv-mobile-menu__sub:not([hidden]) {
  display: flex;
}
.pv-mobile-menu__sublink {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.75);
  text-decoration: none;
}
.pv-mobile-menu__sublink:hover {
  color: var(--pv-gold);
}

/* Hero */
.pv-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  padding-top: 88px;
  overflow: hidden;
}
.pv-hero__bg {
  display: none;
}
.pv-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  width: 100%;
  min-height: calc(100vh - 88px);
}
.pv-hero__content {
  position: relative;
  z-index: 2;
  padding: 48px 0 64px;
  max-width: 560px;
}
.pv-badge {
  display: inline-flex;
  padding: 6px 16px;
  margin-bottom: 28px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pv-gold);
  background: var(--pv-gold-dim);
  border: 1px solid var(--pv-gold-border);
  border-radius: 999px;
}
.pv-hero__title {
  font-family: var(--pv-font-serif);
  font-weight: 700;
  line-height: 1.15;
  font-size: clamp(2.25rem, 5vw, 4rem);
  margin-bottom: 24px;
  color: var(--pv-white);
}
.pv-hero__title-line {
  display: block;
}
.pv-hero__title-line--gold {
  font-family: var(--pv-font-accent);
  font-style: italic;
  font-weight: 400;
  color: var(--pv-gold);
}
.pv-hero__divider {
  width: 80px;
  height: 1px;
  background: var(--pv-gold);
  margin-bottom: 28px;
}
.pv-hero__desc {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--pv-muted);
  margin-bottom: 36px;
  max-width: 28rem;
}
.pv-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
.pv-hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pv-muted);
  opacity: 0.85;
}
.pv-hero__trust-dot {
  color: var(--pv-gold);
}
.pv-hero__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}
.pv-hero__img,
.pv-hero__side-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.75) contrast(1.05);
}
.pv-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--pv-navy-deep) 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}
.pv-hero__contact-bar--desktop {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  flex-direction: column;
  gap: 1px;
}
.pv-contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px;
  min-width: 72px;
  text-decoration: none;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pv-gold);
  background: var(--pv-navy-card);
  border: 1px solid var(--pv-gold-border);
  transition: background 0.2s, color 0.2s;
}
.pv-contact-card--call {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: 140px;
  padding: 14px 16px;
  text-align: left;
}
.pv-contact-card__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pv-contact-card__label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.pv-contact-card__sub {
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: none;
  opacity: 0.75;
  color: var(--pv-muted);
}
.pv-contact-card--call:hover .pv-contact-card__sub {
  color: var(--pv-navy-deep);
  opacity: 0.85;
}
.pv-contact-card:hover {
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
}
.pv-contact-card--wa:hover {
  background: #25d366;
  color: #fff;
}
.pv-contact-card--gold {
  background: var(--pv-navy-mid);
}

/* Stats */
.pv-stats {
  background: linear-gradient(180deg, var(--pv-navy-deep) 0%, var(--pv-navy-mid) 100%);
  border-top: 1px solid var(--pv-gold-border);
  border-bottom: 1px solid var(--pv-gold-border);
  padding: 56px 0;
  position: relative;
}
.pv-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
}
.pv-stats__item {
  text-align: center;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .pv-stats__item:not(:last-child) {
    border-right: 1px solid rgba(201, 168, 76, 0.15);
  }
}
.pv-stats__number {
  display: block;
  font-family: var(--pv-font-serif);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--pv-gold);
  margin-bottom: 4px;
  text-shadow: 0 0 40px rgba(201, 168, 76, 0.2);
}
.pv-stats__label {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.65);
}
/* Section headers */
.pv-label {
  font-family: var(--pv-font-accent);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--pv-gold);
  margin-bottom: 12px;
}
.pv-section-header {
  text-align: center;
  margin-bottom: 56px;
}
.pv-section-title {
  font-family: var(--pv-font-serif);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 700;
  color: var(--pv-white);
  line-height: 1.2;
}

/* Services */
.pv-services {
  padding: var(--pv-section-py) 0;
  background: var(--pv-navy-deep);
}
.pv-services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.pv-service-card {
  position: relative;
  height: 420px;
  overflow: hidden;
  border: 1px solid var(--pv-gold-border);
}
.pv-service-card__img-wrap {
  position: absolute;
  inset: 0;
}
.pv-service-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.pv-service-card:hover .pv-service-card__img-wrap img {
  transform: scale(1.08);
}
.pv-service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--pv-navy-deep) 0%, rgba(6, 15, 30, 0.35) 55%, transparent 100%);
}
.pv-service-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  z-index: 2;
}
.pv-service-card__title {
  font-family: var(--pv-font-serif);
  font-size: 1.5rem;
  color: var(--pv-gold);
  margin-bottom: 8px;
}
.pv-service-card__desc {
  font-size: 0.875rem;
  color: var(--pv-muted);
  margin-bottom: 20px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pv-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pv-gold);
  text-decoration: none;
}
.pv-service-card__link:hover {
  gap: 10px;
}

/* Why us */
.pv-why {
  padding: var(--pv-section-py) 0;
  background: var(--pv-navy);
}
.pv-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
.pv-why__lead {
  color: var(--pv-muted);
  margin-bottom: 40px;
}
.pv-why__points {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.pv-why__point {
  display: flex;
  gap: 24px;
}
.pv-why__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pv-gold);
  border: 1px solid var(--pv-gold-border);
  background: var(--pv-navy-card);
  transition: background 0.3s, color 0.3s;
}
.pv-icon-gold,
.pv-why__icon .pv-icon-gold,
.pv-contact-card .pv-icon-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pv-gold) !important;
  line-height: 1;
}
.pv-icon-gold .elementor-icon,
.pv-icon-gold .elementor-icon i,
.pv-icon-gold svg,
.pv-icon-gold svg path,
.pv-icon-gold svg * {
  color: var(--pv-gold) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}
.pv-why__icon .pv-el-icon,
.pv-why__icon .elementor-icon,
.pv-why__icon .elementor-icon i {
  color: var(--pv-gold) !important;
}
.pv-why__icon svg,
.pv-why__icon i,
.pv-why__icon .pv-el-icon {
  width: 28px;
  height: 28px;
  color: var(--pv-gold);
}
.pv-why__icon .elementor-icon {
  font-size: 28px;
  color: var(--pv-gold);
}
.pv-why__icon .elementor-icon svg,
.pv-why__icon .elementor-icon svg path,
.pv-why__icon .elementor-icon svg circle,
.pv-why__icon .elementor-icon svg rect {
  width: 28px;
  height: 28px;
  fill: currentColor !important;
  stroke: currentColor !important;
}
.pv-why__icon .elementor-icon svg [fill]:not([fill="none"]) {
  fill: currentColor !important;
}
.pv-contact-card .pv-el-icon,
.pv-contact-card .elementor-icon,
.pv-contact-card .elementor-icon i {
  color: var(--pv-gold) !important;
}
.pv-contact-card svg,
.pv-contact-card i,
.pv-contact-card .elementor-icon {
  color: inherit;
}
.pv-contact-card .elementor-icon {
  font-size: 22px;
  line-height: 1;
}
.pv-contact-card .elementor-icon svg,
.pv-contact-card .elementor-icon svg path {
  fill: currentColor !important;
  color: var(--pv-gold) !important;
}
.pv-contact-card--call .elementor-icon,
.pv-contact-card--call svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.pv-why__point:hover .pv-why__icon {
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
}
.pv-why__point:hover .pv-why__icon .elementor-icon,
.pv-why__point:hover .pv-why__icon .elementor-icon i,
.pv-why__point:hover .pv-why__icon .pv-el-icon {
  color: var(--pv-navy-deep) !important;
}
.pv-why__point:hover .pv-why__icon .elementor-icon svg,
.pv-why__point:hover .pv-why__icon .elementor-icon svg path {
  fill: currentColor !important;
}
.pv-why__point:hover .pv-icon-gold,
.pv-why__point:hover .pv-icon-gold svg,
.pv-why__point:hover .pv-icon-gold svg path {
  color: var(--pv-navy-deep) !important;
  fill: currentColor !important;
}
.pv-why__point-title {
  font-family: var(--pv-font-serif);
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--pv-white);
}
.pv-why__point p {
  color: var(--pv-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
.pv-why__visual {
  position: relative;
}
.pv-why__visual img {
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: cover;
  border: 1px solid var(--pv-gold-border);
}
.pv-why__badge {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
  padding: 32px 40px;
  text-align: center;
  display: none;
}
.pv-why__badge span {
  display: block;
  font-family: var(--pv-font-serif);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.pv-why__badge small {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Testimonials */
.pv-testimonials {
  padding: var(--pv-section-py) 0;
  background: var(--pv-navy-mid);
}
.pv-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.pv-review-card {
  position: relative;
  padding: 40px 36px;
  background: var(--pv-card-bg);
  backdrop-filter: blur(10px);
  border: 1px solid var(--pv-gold-border);
}
.pv-review-card__quote {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: var(--pv-font-serif);
  font-size: 4rem;
  line-height: 1;
  color: rgba(201, 168, 76, 0.2);
}
.pv-review-card__stars {
  display: flex;
  gap: 4px;
  color: var(--pv-gold);
  margin-bottom: 20px;
}
.pv-review-card blockquote p {
  font-style: italic;
  line-height: 1.65;
  color: rgba(244, 245, 247, 0.9);
  margin-bottom: 28px;
}
.pv-review-card footer cite,
.pv-review-card .pv-testimonial__meta cite {
  display: block;
  font-family: var(--pv-font-serif);
  font-size: 1.1rem;
  font-style: normal;
  color: var(--pv-gold);
}
.pv-review-card footer span,
.pv-review-card .pv-testimonial__meta span {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pv-muted);
}

/* Brands marquee */
.pv-brands {
  overflow: hidden;
  padding: 48px 0;
  background: var(--pv-navy);
  border-block: 1px solid rgba(201, 168, 76, 0.12);
}
.pv-brands__viewport {
  overflow: hidden;
  width: 100%;
}
.pv-brands__track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  animation: pv-marquee var(--pv-marquee-duration, 40s) linear infinite;
  will-change: transform;
}
.pv-brands__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 96px;
  padding-right: 96px;
}
.pv-brands:hover .pv-brands__track,
.pv-brands:focus-within .pv-brands__track {
  animation-play-state: paused;
}
.pv-brands__item,
.pv-brands__track span {
  flex-shrink: 0;
  font-family: var(--pv-font-serif);
  font-size: 1.25rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.25);
  white-space: nowrap;
  cursor: default;
  transition: color 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 0.45s ease;
}
.pv-brands__item:hover,
.pv-brands__item:focus-visible {
  color: var(--pv-gold);
  text-shadow: 0 0 24px rgba(201, 168, 76, 0.45),
    0 0 48px rgba(201, 168, 76, 0.2);
}
@media (prefers-reduced-motion: reduce) {
  .pv-brands__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 24px 48px;
  }
  .pv-brands__group {
    display: contents;
    padding-right: 0;
  }
  .pv-brands__group[aria-hidden="true"] {
    display: none;
  }
  .pv-brands__item,
  .pv-brands__track span {
    transition: color 0.2s ease;
  }
}
@keyframes pv-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

/* CTA */
.pv-cta {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  background: linear-gradient(160deg, var(--pv-navy-card) 0%, var(--pv-navy-deep) 55%, #050c18 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.08);
}
.pv-cta__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, var(--pv-gold-glow) 0%, transparent 65%);
  opacity: 0.6;
  pointer-events: none;
}
.pv-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.pv-cta__title {
  font-family: var(--pv-font-serif);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.25;
  color: var(--pv-white);
}
.pv-cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  font-size: 13px;
  color: var(--pv-muted);
}
.pv-cta__action {
  width: 100%;
  max-width: 340px;
}
.pv-cta__stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.pv-cta__main-btn {
  width: 100%;
  justify-content: center;
  letter-spacing: 0.22em;
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.22);
}
.pv-cta__main-btn:hover {
  box-shadow: 0 12px 40px rgba(201, 168, 76, 0.32);
  transform: translateY(-1px);
}
.pv-cta__alt {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 4px;
}
.pv-cta__alt-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 16px;
  font-family: var(--pv-font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.45);
}
.pv-cta__alt-divider::before,
.pv-cta__alt-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.28), transparent);
}
.pv-cta__phone-premium {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 20px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 2px;
  backdrop-filter: blur(8px);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.pv-cta__phone-premium:hover {
  background: rgba(201, 168, 76, 0.08);
  border-color: rgba(201, 168, 76, 0.45);
  box-shadow: 0 0 28px rgba(201, 168, 76, 0.12);
  transform: translateY(-1px);
}
.pv-cta__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: var(--pv-gold);
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.2);
}
.pv-cta__phone-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.pv-cta__phone-copy small {
  font-family: var(--pv-font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pv-muted);
}
.pv-cta__phone-copy strong {
  font-family: var(--pv-font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--pv-white);
}
.pv-cta__phone-premium:hover .pv-cta__phone-copy strong {
  color: var(--pv-gold);
}
.pv-cta__phone-arrow {
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  color: rgba(201, 168, 76, 0.55);
  transition: color 0.2s ease, transform 0.2s ease;
}
.pv-cta__phone-premium:hover .pv-cta__phone-arrow {
  color: var(--pv-gold);
  transform: translateX(3px);
}

/* Footer — Premium */
.pv-footer {
  position: relative;
  padding: 0 0 40px;
  background: linear-gradient(180deg, var(--pv-navy) 0%, var(--pv-navy-deep) 40%, #040a14 100%);
  overflow: hidden;
}
.pv-footer__glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 100%);
  height: 200px;
  background: radial-gradient(ellipse at center top, rgba(201, 168, 76, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.pv-footer__line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.45), transparent);
  margin-bottom: 64px;
}
.pv-footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 32px;
  padding-bottom: 56px;
}
.pv-footer__brand {
  max-width: 380px;
}
.pv-footer-logo {
  display: inline-block;
  margin-bottom: 24px;
  line-height: 0;
  text-decoration: none;
  background: none;
  opacity: 1;
}
.pv-footer-logo-img {
  display: block;
  height: 80px;
  width: auto;
  max-width: min(260px, 88vw);
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 2px 14px rgba(201, 168, 76, 0.22));
  transition: filter 0.3s ease;
}
@media (min-width: 1024px) {
  .pv-footer-logo-img {
    height: 96px;
    max-width: 280px;
  }
}
.pv-footer-logo:hover .pv-footer-logo-img {
  transform: none;
  filter: drop-shadow(0 4px 20px rgba(201, 168, 76, 0.3));
}
.pv-footer-logo::after {
  display: none;
}
.pv-footer__desc {
  font-family: var(--pv-font-sans);
  font-size: 14px;
  line-height: 1.75;
  color: var(--pv-muted);
  margin-bottom: 20px;
}
.pv-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.pv-footer__badges span {
  font-family: var(--pv-font-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pv-gold);
  padding: 6px 12px;
  border: 1px solid var(--pv-gold-border);
  background: var(--pv-gold-dim);
}
.pv-footer__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.pv-footer__quick-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-family: var(--pv-font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pv-gold);
  border: 1px solid var(--pv-gold-border);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.pv-footer__quick-btn:hover {
  background: rgba(201, 168, 76, 0.1);
  border-color: rgba(201, 168, 76, 0.45);
  color: var(--pv-white);
}
.pv-footer__quick-btn--wa:hover {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.4);
  color: #5ee89a;
}
.pv-footer__quick-btn--gold {
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
  border-color: var(--pv-gold);
}
.pv-footer__quick-btn--gold:hover {
  background: #d4b35a;
  color: var(--pv-navy-deep);
}
.pv-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pv-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--pv-gold-border);
  color: var(--pv-gold);
  font-family: var(--pv-font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.pv-footer__social-link:hover {
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
  border-color: var(--pv-gold);
}
.pv-footer__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.pv-footer__heading {
  font-family: var(--pv-font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pv-white);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  position: relative;
}
.pv-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 32px;
  height: 1px;
  background: var(--pv-gold);
}
.pv-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pv-footer__links li {
  margin-bottom: 4px;
}
.pv-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-family: var(--pv-font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pv-muted);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.pv-footer__link-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.35);
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.pv-footer__links a:hover {
  color: var(--pv-gold);
  padding-left: 4px;
}
.pv-footer__links a:hover .pv-footer__link-dot {
  background: var(--pv-gold);
  transform: scale(1.3);
}
.pv-footer__contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pv-footer__contact-item {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.pv-footer__contact-item:last-child {
  border-bottom: none;
}
.pv-footer__contact-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--pv-gold);
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid var(--pv-gold-border);
}
.pv-footer__contact-icon svg,
.pv-btn-call svg,
.pv-hk-values__icon-wrap .pv-hk-icon-svg svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
  stroke: currentColor;
  fill: none;
  color: var(--pv-gold, #e6c364);
}

.pv-footer__contact-icon svg {
  width: 20px;
  height: 20px;
}

.pv-footer__contact-icon svg[fill="currentColor"],
.pv-hk-values__icon-wrap .pv-hk-icon-svg svg[fill="currentColor"] {
  fill: currentColor;
  stroke: none;
}
.pv-footer__contact-label {
  display: block;
  font-family: var(--pv-font-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.65);
  margin-bottom: 4px;
}
.pv-footer__contact-value {
  display: block;
  font-family: var(--pv-font-sans);
  font-size: 14px;
  line-height: 1.5;
  color: var(--pv-white);
}
.pv-footer__contact-link {
  text-decoration: none;
  transition: color 0.2s;
}
.pv-footer__contact-link:hover {
  color: var(--pv-gold);
}
.pv-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}
.pv-footer__copy {
  font-family: var(--pv-font-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pv-muted);
  margin: 0;
}
.pv-footer__copy a {
  color: var(--pv-gold);
  text-decoration: none;
}
.pv-footer__copy a:hover {
  text-decoration: underline;
}
.pv-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
}
.pv-footer__legal a {
  font-family: var(--pv-font-sans);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pv-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.pv-footer__legal a:hover {
  color: var(--pv-gold);
}
.pv-footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--pv-gold-border);
  color: var(--pv-gold);
  text-decoration: none;
  font-size: 18px;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.pv-footer__top:hover {
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
  border-color: var(--pv-gold);
  transform: translateY(-2px);
}

/* Mobile bar */
.pv-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 9999;
  border-top: 1px solid var(--pv-gold-border);
}
.pv-mobile-bar__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: var(--pv-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}
.pv-mobile-bar__btn--call {
  background: var(--pv-navy);
  color: var(--pv-white);
  border-right: 1px solid var(--pv-gold-border);
}
.pv-mobile-bar__btn--whatsapp {
  background: #1a7a43;
  color: #fff;
  border-right: 1px solid var(--pv-gold-border);
}
.pv-mobile-bar__btn--cta {
  background: var(--pv-gold);
  color: var(--pv-navy-deep);
}

/* Scroll animations */
.pv-animate {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.pv-animate--visible {
  opacity: 1;
  transform: translateY(0);
}
body.pv-home .pv-animate[data-pv-home-delay="1"] { transition-delay: 0.1s; }
body.pv-home .pv-animate[data-pv-home-delay="2"] { transition-delay: 0.2s; }
body.pv-home .pv-animate[data-pv-home-delay="3"] { transition-delay: 0.3s; }
body.pv-home .pv-animate[data-pv-home-delay="4"] { transition-delay: 0.4s; }
body.pv-home .pv-animate[data-pv-home-delay="5"] { transition-delay: 0.5s; }
body.pv-home .pv-animate[data-pv-home-delay="6"] { transition-delay: 0.6s; }
body.pv-home .pv-animate[data-pv-home-delay="7"] { transition-delay: 0.7s; }
body.pv-home .pv-section-header::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, transparent, var(--pv-gold), transparent);
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
body.pv-home .pv-animate--visible .pv-section-header::after {
  transform: scaleX(1);
}

/* Tablet */
@media (min-width: 768px) {
  .pv-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .pv-services__grid--count-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
  }
  .pv-services__grid--count-3 .pv-service-card:nth-child(3):last-child {
    grid-column: auto;
    max-width: none;
    margin-inline: 0;
    width: auto;
  }
  .pv-services__grid--count-3 .pv-service-card {
    min-height: 420px;
    height: auto;
  }
  .pv-services__grid--count-3 .pv-service-card__title {
    font-size: 1.25rem;
  }
  .pv-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pv-why__badge {
    display: block;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .pv-mobile-bar {
    display: none !important;
  }
  .pv-navbar__hamburger {
    display: none !important;
  }
  .pv-mobile-menu,
  .pv-mobile-menu--open {
    display: none !important;
  }
  .pv-navbar__menu {
    display: flex;
  }
  .pv-navbar__actions {
    display: flex;
  }
  .pv-hero__inner {
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 24px;
  }
  .pv-hero__content {
    padding: 80px 0;
  }
  .pv-hero__media {
    min-height: calc(100vh - 88px);
  }
  .pv-hero__contact-bar--desktop {
    display: flex;
  }
  .pv-services__grid--count-3 {
    gap: 28px;
  }
  .pv-services__grid--count-3 .pv-service-card {
    height: 500px;
    min-height: 500px;
  }
  .pv-why__grid {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
  .pv-testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pv-footer__main {
    grid-template-columns: minmax(280px, 1.1fr) minmax(0, 1.6fr);
    gap: 64px 48px;
    align-items: start;
  }
  .pv-footer__cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .pv-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: center;
  }
  .pv-footer__legal {
    justify-content: center;
    flex: 1;
  }
  .pv-cta__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 48px 64px;
  }
  .pv-cta__content {
    flex: 1;
    min-width: 0;
  }
  .pv-cta__trust {
    justify-content: flex-start;
  }
  .pv-cta__action {
    flex-shrink: 0;
    width: auto;
    min-width: 300px;
    max-width: 340px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pv-footer__cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .pv-footer__col--contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1023px) {
  .pv-mobile-bar {
    display: flex;
  }
  .pv-hero__cta .pv-btn {
    width: 100%;
  }
  .pv-cta {
    padding: 72px 0;
  }
  .pv-cta__action {
    max-width: 100%;
  }
  .pv-footer__line {
    margin-bottom: 48px;
  }
  .pv-footer__quick {
    flex-direction: column;
  }
  .pv-footer__quick-btn {
    justify-content: center;
    width: 100%;
  }
  body.pv-home {
    padding-bottom: 60px;
  }
}

/* —— Anasayfa premium katman (body.pv-home) —— */
@keyframes pv-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pv-hero-divider-grow {
  from {
    width: 0;
    opacity: 0.5;
  }
  to {
    width: 80px;
    opacity: 1;
  }
}
@keyframes pv-hero-kenburns {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.08);
  }
}
@keyframes pv-cta-pulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}
@keyframes pv-cta-shimmer {
  0% {
    transform: translateX(-120%) skewX(-12deg);
  }
  100% {
    transform: translateX(220%) skewX(-12deg);
  }
}

body.pv-home .pv-hero--premium .pv-badge {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.pv-home .pv-hero--premium .pv-hero__reveal {
  opacity: 0;
  transform: translateY(28px);
}
body.pv-home .pv-hero--premium .pv-hero__reveal[data-pv-home-delay="0"] {
  --pv-hero-delay: 0;
}
body.pv-home .pv-hero--premium .pv-hero__reveal[data-pv-home-delay="1"] {
  --pv-hero-delay: 1;
}
body.pv-home .pv-hero--premium .pv-hero__reveal[data-pv-home-delay="2"] {
  --pv-hero-delay: 2;
}
body.pv-home .pv-hero--premium .pv-hero__reveal[data-pv-home-delay="3"] {
  --pv-hero-delay: 3;
}
body.pv-home .pv-hero--premium .pv-hero__reveal[data-pv-home-delay="4"] {
  --pv-hero-delay: 4;
}
body.pv-home .pv-hero--premium .pv-hero__reveal[data-pv-home-delay="5"] {
  --pv-hero-delay: 5;
}
body.pv-home .pv-hero--premium .pv-hero__reveal[data-pv-home-delay="6"] {
  --pv-hero-delay: 6;
}
body.pv-home .pv-hero--premium .pv-hero__reveal[data-pv-home-delay="7"] {
  --pv-hero-delay: 7;
}
body.pv-home.pv-hero--ready .pv-hero--premium .pv-hero__reveal,
body.pv-home .pv-hero--premium.pv-hero--ready .pv-hero__reveal {
  animation: pv-hero-fade-up 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--pv-hero-delay, 0) * 0.08s);
}
body.pv-home .pv-hero--premium .pv-hero__divider {
  width: 0;
}
body.pv-home.pv-hero--ready .pv-hero--premium .pv-hero__divider,
body.pv-home .pv-hero--premium.pv-hero--ready .pv-hero__divider {
  animation: pv-hero-divider-grow 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.45s;
}
body.pv-home .pv-hero--premium .pv-hero__media::before {
  background:
    linear-gradient(to right, var(--pv-navy-deep) 0%, transparent 42%),
    radial-gradient(ellipse 70% 60% at 80% 50%, rgba(201, 168, 76, 0.12), transparent 55%);
}
body.pv-home .pv-hero--premium .pv-hero__media--animate .pv-hero__img {
  animation: pv-hero-kenburns 20s ease-in-out infinite alternate;
  will-change: transform;
}
body.pv-home .pv-hero--premium .pv-hero__cta .pv-btn--gold {
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.35);
}
body.pv-home .pv-hero--premium .pv-hero__cta .pv-btn--gold:hover {
  transform: translateY(-2px);
}
body.pv-home .pv-hero--premium .pv-hero__cta .pv-btn--outline:hover {
  border-color: rgba(201, 168, 76, 0.55);
  box-shadow: 0 0 24px rgba(201, 168, 76, 0.2);
}

body.pv-home .pv-service-card {
  border-radius: 4px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease,
    border-color 0.4s;
}
body.pv-home .pv-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: 4px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  opacity: 0;
  transition: opacity 0.4s ease;
}
body.pv-home .pv-service-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(201, 168, 76, 0.25);
}
body.pv-home .pv-service-card:hover::before {
  opacity: 1;
}
body.pv-home .pv-service-card__link svg {
  transition: transform 0.35s ease;
}
body.pv-home .pv-service-card__link:hover svg {
  transform: translateX(4px);
}

body.pv-home .pv-why__visual {
  padding: 12px;
  outline: 1px solid var(--pv-gold-border);
  outline-offset: 0;
}
body.pv-home .pv-why__badge {
  transform: scale(0.85);
  opacity: 0;
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.pv-home .pv-animate--visible .pv-why__badge {
  transform: scale(1);
  opacity: 1;
}
body.pv-home .pv-why__point {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}
body.pv-home .pv-why__point:hover {
  background: var(--pv-gold-dim);
  border-color: var(--pv-gold-border);
}
body.pv-home .pv-why__point:hover .pv-why__icon {
  animation: pv-why-icon-pulse 0.6s ease;
}
@keyframes pv-why-icon-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

body.pv-home .pv-review-card--premium {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 32px 28px;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}
body.pv-home .pv-review-card--premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  border-color: rgba(201, 168, 76, 0.45);
}
body.pv-home .pv-review-card__quote {
  color: rgba(201, 168, 76, 0.35);
  font-size: 4.5rem;
}
body.pv-home .pv-review-card__stars > * {
  opacity: 0;
  transform: scale(0.85);
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
body.pv-home .pv-animate--visible .pv-review-card__stars > *:nth-child(1) {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.05s;
}
body.pv-home .pv-animate--visible .pv-review-card__stars > *:nth-child(2) {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.1s;
}
body.pv-home .pv-animate--visible .pv-review-card__stars > *:nth-child(3) {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
body.pv-home .pv-animate--visible .pv-review-card__stars > *:nth-child(4) {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
body.pv-home .pv-animate--visible .pv-review-card__stars > *:nth-child(5) {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.25s;
}

body.pv-home .pv-brands__viewport {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
}

body.pv-home .pv-cta__glow {
  animation: pv-cta-pulse 4s ease-in-out infinite;
}
body.pv-home .pv-cta__main-btn {
  position: relative;
  overflow: hidden;
}
body.pv-home .pv-cta__main-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 65%
  );
  transform: translateX(-120%) skewX(-12deg);
  animation: pv-cta-shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}

body.pv-home .pv-hero__contact-bar--home-premium {
  gap: 12px;
  opacity: 0;
  transform: translateX(20px);
  transition:
    opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.pv-home .pv-hero__contact-bar--home-premium.pv-hero__contact-bar--home-entered,
body.pv-home .pv-hero__contact-bar--home-premium.pv-hero__contact-bar--vv-entered {
  opacity: 1;
  transform: translateX(0);
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card {
  background: rgba(42, 53, 72, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 12px;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card:hover {
  transform: translateX(-4px);
  border-color: rgba(230, 195, 100, 0.5);
  box-shadow: 0 0 32px rgba(201, 168, 76, 0.25);
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card--call {
  background: linear-gradient(145deg, #f0d078, #e6c364);
  border-color: rgba(230, 195, 100, 0.6);
  color: var(--pv-navy-deep);
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0.85rem;
  min-width: 5.5rem;
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card--call .pv-icon-gold,
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card--call svg {
  color: var(--pv-navy-deep) !important;
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--pv-navy-deep);
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card__hint {
  font-size: 9px;
  letter-spacing: 0.06em;
  opacity: 0.85;
  color: var(--pv-navy-deep);
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card__sub,
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card__text .pv-contact-card__sub {
  display: none !important;
}
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card--wa span,
body.pv-home .pv-hero__contact-bar--home-premium .pv-contact-card--gold span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

body.pv-elementor-canvas.pv-home .pv-hero__reveal,
body.elementor-editor-active.pv-home .pv-hero__reveal,
body.elementor-editor-preview.pv-home .pv-hero__reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
body.pv-elementor-canvas.pv-home .pv-hero--premium .pv-hero__divider,
body.elementor-editor-active.pv-home .pv-hero--premium .pv-hero__divider,
body.elementor-editor-preview.pv-home .pv-hero--premium .pv-hero__divider {
  width: 80px;
  animation: none !important;
}
body.pv-elementor-canvas.pv-home .pv-hero--premium .pv-hero__media--animate .pv-hero__img,
body.elementor-editor-active.pv-home .pv-hero--premium .pv-hero__media--animate .pv-hero__img,
body.elementor-editor-preview.pv-home .pv-hero--premium .pv-hero__media--animate .pv-hero__img {
  animation: none !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  body.pv-home .pv-animate,
  body.pv-home .pv-hero__reveal,
  body.pv-home .pv-hero--premium .pv-hero__media--animate .pv-hero__img,
  body.pv-home .pv-cta__glow,
  body.pv-home .pv-cta__main-btn::after,
  body.pv-home .pv-brands__track,
  body.pv-home .pv-review-card__stars > * {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  body.pv-home .pv-hero--premium .pv-hero__divider {
    width: 80px;
  }
}
