/* PowerTech GCC — New World theme (animations & effects) */
@import url("./responsive.css");
@import url("./lang-switcher.css");

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 15px) scale(0.95); }
}

@keyframes pulse-glow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.7; }
}

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

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-zoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: float 18s ease-in-out infinite;
  pointer-events: none;
}

.mesh-blob-1 {
  width: 420px;
  height: 420px;
  background: rgba(66, 68, 151, 0.55);
  top: -10%;
  left: -5%;
  animation-delay: 0s;
}

.mesh-blob-2 {
  width: 360px;
  height: 360px;
  background: rgba(164, 123, 26, 0.35);
  top: 20%;
  right: -8%;
  animation-delay: -6s;
}

.mesh-blob-3 {
  width: 280px;
  height: 280px;
  background: rgba(99, 102, 241, 0.3);
  bottom: 10%;
  left: 30%;
  animation-delay: -12s;
}

.hero-slide-img,
.hero-slide-photo {
  animation: hero-zoom 8s ease-out forwards;
}

/* Hero — lower image visibility (darker overlay) */
.hero-track .hero-panel img,
.hero-slide-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.hero-overlay {
  background: linear-gradient(175deg, rgb(37 39 90 / 50%) 0%, rgb(70 71 122 / 20%) 45%, rgb(157 158 213 / 50%) 100%);
  z-index: 1;
}

/* —— Modern static hero —— */
@keyframes hero-line-in {
  from {
    opacity: 0;
    transform: translateY(1.1em);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes hero-fade-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-kenburns {
  from { transform: scale(1.12); }
  to { transform: scale(1); }
}

@keyframes scroll-pulse {
  0%, 100% { opacity: 0.35; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes grid-drift {
  from { background-position: 0 0; }
  to { background-position: 40px 40px; }
}

.hero-modern-bg {
  z-index: 0;
}

.hero-modern-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  animation: hero-kenburns 18s ease-out forwards;
}

.hero-modern-placeholder {
  display: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(66, 68, 151, 0.55), transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(164, 123, 26, 0.35), transparent 45%),
    linear-gradient(145deg, #1e1f45 0%, #32367a 50%, #1e1f45 100%);
}

.hero-modern-bg.is-placeholder .hero-modern-placeholder {
  display: block;
}

.hero-modern-overlay {
  background:
    linear-gradient(105deg, rgba(20, 21, 48, 0.92) 0%, rgba(30, 31, 69, 0.72) 48%, rgba(30, 31, 69, 0.45) 100%);
  z-index: 1;
}

.hero-grid-lines {
  z-index: 2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 85%);
  animation: grid-drift 40s linear infinite;
  pointer-events: none;
}

.hero-line {
  overflow: hidden;
  display: block;
  opacity: 0;
  animation: hero-line-in 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-line-delay-1 { animation-delay: 0.15s; }
.hero-line-delay-2 { animation-delay: 0.3s; }

.hero-eyebrow,
.hero-sub,
.hero-cta,
.hero-meta {
  opacity: 0;
  animation: hero-fade-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-eyebrow { animation-delay: 0.05s; }
.hero-sub { animation-delay: 0.55s; }
.hero-cta { animation-delay: 0.7s; }
.hero-meta { animation-delay: 0.85s; }

.text-gradient-hero {
  background: linear-gradient(120deg, #fff 0%, #c4b5fd 40%, #a47b1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #a47b1a, transparent);
  transform-origin: top;
  animation: scroll-pulse 1.8s ease-in-out infinite;
}

.hero-meta-item {
  position: relative;
  padding-left: 0;
}

.hero-meta-item + .hero-meta-item {
  padding-left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 1.5rem;
}

.float-soft {
  animation: float-soft 5s ease-in-out infinite;
}

.stat-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(66, 68, 151, 0.15);
}

.feature-lift {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-lift:hover {
  transform: translateY(-6px);
}

.img-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef0f8, #d8daf0);
  color: #5c5c7a;
  font-weight: 600;
  font-size: 0.875rem;
}

/* Product spotlight cards */
.product-spotlight {
  display: block;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, background 0.3s ease;
}

.product-spotlight:hover {
  transform: translateY(-8px);
  border-color: rgba(164, 123, 26, 0.45);
  background: rgba(255, 255, 255, 0.07);
}

.product-spotlight-media {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #32367a;
}

.product-spotlight-media img {
  transition: transform 0.7s ease;
}

.product-spotlight:hover .product-spotlight-media img {
  transform: scale(1.08);
}

.product-ph {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 40%, rgba(164, 123, 26, 0.35), transparent 55%),
    linear-gradient(145deg, #32367a, #1e1f45);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.product-spotlight-media.is-ph img {
  display: none;
}

.product-spotlight-media.is-ph .product-ph {
  display: flex;
}

/* Nav dropdown labels & wide panel */
.nav-dropdown-wide {
  min-width: 260px;
}

.nav-dropdown-label {
  margin: 0.35rem 0.5rem 0.15rem;
  padding: 0.35rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a47b1a;
}

.nav-dropdown-label:first-child {
  margin-top: 0.15rem;
}

.mobile-nav-link {
  display: block;
  padding: 0.65rem 0;
  color: #1e1f45;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #f1f2f7;
}

.mobile-nav-group {
  margin: 1rem 0 0.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a47b1a;
}

.mobile-nav-sub {
  display: block;
  padding: 0.45rem 0 0.45rem 0.75rem;
  color: #5c5c7a;
  text-decoration: none;
  font-size: 0.9375rem;
  border-left: 2px solid #e2e4ef;
}

.mobile-nav-sub:hover {
  color: #424497;
  border-left-color: #424497;
}

/* Linktree-style pill navigation */
.nav-shell {
  background: linear-gradient(180deg, #eef0f8 0%, rgba(238, 240, 248, 0.6) 100%);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.nav-shell.nav-scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(30, 31, 69, 0.06);
}

.nav-shell-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 9999px;
  padding: 0.85rem 0.5rem 0.85rem 1rem;
  box-shadow:
    0 4px 6px rgba(30, 31, 69, 0.04),
    0 12px 40px rgba(66, 68, 151, 0.1);
  border: 1px solid rgba(66, 68, 151, 0.08);
}

.nav-quote-btn {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border-radius: 9999px;
  background: #a47b1a;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(164, 123, 26, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-quote-btn:hover {
  background: #1e1f45;
  transform: translateY(-1px);
}

.nav-pill-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 9999px;
  color: #5c5c7a;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}

.nav-pill-link:hover,
.nav-dropdown:hover > .nav-pill-link {
  background: #eef0f8;
  color: #424497;
}

.nav-pill-link.is-active {
  background: #424497;
  color: #fff;
}

.nav-pill-cta {
  padding: 0.55rem 1.25rem;
  border-radius: 9999px;
  background: #424497;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(66, 68, 151, 0.35);
}

.nav-pill-cta:hover {
  background: #1e1f45;
  transform: translateY(-1px);
}

.nav-pill-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid #e2e4ef;
  background: #fff;
  color: #424497;
}

.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  min-width: 220px;
  background: #fff;
  border-radius: 1rem;
  padding: 0.5rem;
  box-shadow: 0 16px 40px rgba(30, 31, 69, 0.12);
  border: 1px solid #e2e4ef;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 60;
}

.nav-dropdown-panel a {
  display: block;
  padding: 0.55rem 1rem;
  border-radius: 0.65rem;
  color: #5c5c7a;
  font-size: 0.875rem;
  text-decoration: none;
}

.nav-dropdown-panel a:hover {
  background: #eef0f8;
  color: #424497;
}

.nav-dropdown-panel-right {
  left: auto;
  right: 0;
}

.nav-dropdown:hover .nav-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Footer social */
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-social-btn:hover {
  background: #a47b1a;
  border-color: #a47b1a;
  color: #fff;
  transform: translateY(-2px);
}

.site-footer .border-t .footer-social .footer-social-btn {
  width: 2.25rem;
  height: 2.25rem;
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* Glass nav */
.nav-glass {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(66, 68, 151, 0.08);
}

.nav-glass.nav-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 30px rgba(30, 31, 69, 0.08);
}

/* Hero slides */
.hero-track .hero-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.hero-track .hero-panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-track .hero-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bento cards */
.bento-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}

.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(66, 68, 151, 0.15);
}

.bento-card img {
  transition: transform 0.6s ease;
}

.bento-card:hover img {
  transform: scale(1.06);
}

/* Gradient text */
.text-gradient {
  background: linear-gradient(135deg, #424497 0%, #6366f1 50%, #a47b1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Marquee */
.marquee-track {
  display: flex;
  gap: 4rem;
  animation: marquee 35s linear infinite;
  width: max-content;
}

.marquee-track:hover {
  animation-play-state: paused;
}

/* FAQ section */
.faq-section {
  position: relative;
  background: linear-gradient(180deg, #f8f9fc 0%, #eef0f8 50%, #f4f5f9 100%);
  overflow: hidden;
}

.faq-section-glow {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(164, 123, 26, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.faq-image-frame {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(66, 68, 151, 0.15);
}

.faq-side-img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  display: block;
}

.faq-image-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 0.85rem 1.15rem;
  border-radius: 1rem;
  border-left: 4px solid #a47b1a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.faq-badge-num {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #424497;
  line-height: 1;
}

.faq-badge-text {
  font-size: 0.75rem;
  color: #5c5c7a;
  font-weight: 600;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: #fff;
  border-radius: 1.25rem;
  border: 1px solid rgba(66, 68, 151, 0.08);
  box-shadow: 0 2px 12px rgba(30, 31, 69, 0.04);
  overflow: hidden;
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.faq-item:hover {
  border-color: rgba(66, 68, 151, 0.15);
  box-shadow: 0 8px 28px rgba(66, 68, 151, 0.1);
}

.faq-item.is-open {
  border-color: rgba(66, 68, 151, 0.2);
  box-shadow:
    0 12px 40px rgba(66, 68, 151, 0.14),
    inset 4px 0 0 #424497;
  transform: translateY(-2px);
}

.faq-item-heading {
  margin: 0;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
  padding: 1.15rem 1.35rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: #1e1f45;
  transition: background 0.2s ease;
}

.faq-trigger:hover {
  background: rgba(238, 240, 248, 0.6);
}

.faq-item.is-open .faq-trigger {
  background: linear-gradient(90deg, rgba(66, 68, 151, 0.06) 0%, transparent 100%);
}

.faq-q-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #eef0f8 0%, #e2e4ef 100%);
  color: #424497;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.faq-item.is-open .faq-q-icon {
  background: linear-gradient(135deg, #424497 0%, #32367a 100%);
  color: #fff;
  transform: scale(1.05);
}

.faq-q-text {
  flex: 1;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.45;
  padding-right: 0.5rem;
}

.faq-item.is-open .faq-q-text {
  color: #424497;
}

.faq-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: #eef0f8;
  color: #424497;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
}

.faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
  background: #a47b1a;
  color: #fff;
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-panel {
  max-height: 320px;
}

.faq-panel[hidden] {
  display: block;
  max-height: 0;
}

.faq-item.is-open .faq-panel[hidden] {
  max-height: 320px;
}

.faq-answer {
  padding: 0 1.35rem 1.35rem 4.85rem;
  color: #5c5c7a;
  font-size: 0.9375rem;
  line-height: 1.7;
  border-top: 1px dashed rgba(66, 68, 151, 0.12);
  margin-top: 0;
  padding-top: 1rem;
}

@media (max-width: 640px) {
  .faq-answer {
    padding-left: 1.35rem;
  }

  .faq-q-text {
    font-size: 0.9375rem;
  }

  .faq-q-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .faq-q-icon svg {
    width: 16px;
    height: 16px;
  }
}

/* Stat counter */
.stat-value {
  font-variant-numeric: tabular-nums;
}

/* Inner page hero */
.page-hero-inner {
  background: linear-gradient(135deg, #1e1f45 0%, #424497 45%, #32367a 100%);
  position: relative;
  overflow: hidden;
}

.page-hero-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/2023/10/inner-banner-img.jpg") center/cover;
  opacity: 0.2;
}

.page-hero-inner .hero-content {
  position: relative;
  z-index: 1;
}

/* Mobile menu */
.mobile-menu {
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu.is-open {
  transform: translateX(0);
}

/* Line accent */
.accent-line {
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, #a47b1a, #424497);
  border-radius: 2px;
}

/* Shimmer button hover */
.btn-shine {
  position: relative;
  overflow: hidden;
}

.btn-shine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 60%
  );
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.btn-shine:hover::after {
  opacity: 1;
  animation: shimmer 1.2s ease;
}

/* Portfolio hover */
.portfolio-item .portfolio-overlay {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item:hover img {
  transform: scale(1.08);
}

.portfolio-item img {
  transition: transform 0.5s ease;
}

/* Contact location cards */
.location-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(66, 68, 151, 0.12);
}

.location-card iframe {
  display: block;
}

/* Footer */
.site-footer a {
  text-decoration: none;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-zigzag {
  line-height: 0;
  margin-bottom: -1px;
  background: #fff;
}

.footer-zigzag svg {
  display: block;
  width: 100%;
  height: 28px;
}

.site-footer-gradient {
  background: linear-gradient(145deg, #1e1f45 0%, #32367a 42%, #424497 78%, #2a2c6e 100%);
}

.footer-ico {
  flex-shrink: 0;
  width: 1.25rem;
  text-align: center;
  opacity: 0.85;
}

/* Floating WhatsApp (left) + TOP (right) */
.pt-float-wa {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  transition: transform 0.25s ease;
}

.pt-float-wa:hover {
  transform: scale(1.08);
}

.pt-float-wa-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 9999px;
  border: 2px solid rgba(37, 211, 102, 0.55);
  animation: pt-wa-pulse 2s ease-out infinite;
  pointer-events: none;
}

.pt-float-wa-tip {
  position: absolute;
  left: calc(100% + 0.65rem);
  white-space: nowrap;
  background: #1e1f45;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  opacity: 0;
  transform: translateX(-6px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.pt-float-wa:hover .pt-float-wa-tip {
  opacity: 1;
  transform: none;
}

.pt-float-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  padding: 0.55rem 0.85rem;
  background: #fff;
  color: #1e1f45;
  border: 1px solid rgba(30, 31, 69, 0.12);
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(30, 31, 69, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.pt-float-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.pt-float-top:hover {
  background: #a47b1a;
  color: #fff;
  border-color: #a47b1a;
}

/* Guided Sales AI Agent — static HTML preview */
.pt-float-top {
  bottom: 5.25rem;
}

.pt-sales-agent-toggle {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 92;
  direction: ltr;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, #424497, #292b67);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 35px rgba(66, 68, 151, 0.38);
  animation: pt-sales-glow 2.2s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pt-sales-agent-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(66, 68, 151, 0.48);
}

.pt-sales-agent-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #48d782;
  box-shadow: 0 0 0 0 rgba(72, 215, 130, 0.65);
  animation: pt-sales-blink 1.35s ease-out infinite;
}

.pt-sales-agent {
  position: fixed;
  right: 1.25rem;
  bottom: 5.25rem;
  z-index: 100;
  direction: ltr;
  display: flex;
  flex-direction: column;
  width: min(380px, calc(100vw - 2rem));
  height: min(590px, calc(100dvh - 7rem));
  overflow: hidden;
  border: 1px solid rgba(66, 68, 151, 0.12);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(30, 31, 69, 0.26);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.97);
  transform-origin: right bottom;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
}

.pt-sales-agent.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.pt-sales-agent-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: linear-gradient(135deg, #292b67, #424497);
  color: #fff;
}

.pt-sales-agent-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: #a47b1a;
  font-family: "Syne", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
}

.pt-sales-agent-head strong,
.pt-sales-agent-head span {
  display: block;
}

.pt-sales-agent-head strong {
  font-family: "Syne", sans-serif;
  font-size: 0.95rem;
}

.pt-sales-agent-head span {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
}

.pt-sales-agent-head span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.3rem;
  border-radius: 50%;
  background: #48d782;
}

.pt-sales-agent-head > button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: auto;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.pt-sales-agent-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  background: #f6f7fb;
  scroll-behavior: smooth;
}

.pt-sales-progress {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: #777994;
  font-size: 0.68rem;
  font-weight: 700;
}

.pt-sales-progress span:first-child {
  flex: 1;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e3ee;
}

.pt-sales-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #a47b1a, #424497);
  transition: width 0.3s ease;
}

.pt-sales-message {
  width: fit-content;
  max-width: 88%;
  margin-bottom: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 1rem 1rem 1rem 0.25rem;
  background: #fff;
  color: #30314f;
  font-size: 0.82rem;
  line-height: 1.55;
  box-shadow: 0 5px 18px rgba(30, 31, 69, 0.07);
}

.pt-sales-message.is-user {
  margin-left: auto;
  border-radius: 1rem 1rem 0.25rem 1rem;
  background: #424497;
  color: #fff;
}

.pt-sales-options {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.pt-sales-option,
.pt-sales-next,
.pt-sales-submit,
.pt-sales-restart {
  width: 100%;
  border: 1px solid rgba(66, 68, 151, 0.18);
  border-radius: 0.8rem;
  background: #fff;
  color: #35376f;
  padding: 0.72rem 0.8rem;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.pt-sales-option:hover {
  border-color: #424497;
  background: #eef0f8;
}

.pt-sales-form {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.pt-sales-form label {
  color: #5c5d78;
  font-size: 0.68rem;
  font-weight: 700;
}

.pt-sales-form input,
.pt-sales-form textarea {
  width: 100%;
  margin-top: 0.3rem;
  border: 1px solid #dfe1eb;
  border-radius: 0.75rem;
  background: #fff;
  color: #1e1f45;
  padding: 0.72rem 0.8rem;
  font: inherit;
  font-size: 0.78rem;
  outline: none;
}

.pt-sales-form textarea {
  min-height: 82px;
  resize: vertical;
}

.pt-sales-form input:focus,
.pt-sales-form textarea:focus {
  border-color: #424497;
  box-shadow: 0 0 0 3px rgba(66, 68, 151, 0.1);
}

.pt-sales-next,
.pt-sales-submit {
  border-color: #424497;
  background: #424497;
  color: #fff;
  text-align: center;
}

.pt-sales-submit {
  background: #a47b1a;
  border-color: #a47b1a;
}

.pt-sales-restart {
  margin-top: 0.8rem;
  text-align: center;
}

.pt-sales-agent-note {
  padding: 0.6rem 1rem;
  border-top: 1px solid #eceef5;
  background: #fff;
  color: #9293a8;
  font-size: 0.62rem;
  text-align: center;
}

@keyframes pt-sales-blink {
  0% { box-shadow: 0 0 0 0 rgba(72, 215, 130, 0.65); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(72, 215, 130, 0); }
}

@keyframes pt-sales-glow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.15); }
}

@media (max-width: 640px) {
  .pt-sales-agent-toggle {
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .pt-float-top {
    bottom: 4.75rem;
  }

  .pt-sales-agent {
    right: 0.75rem;
    bottom: 4.75rem;
    width: calc(100vw - 1.5rem);
    height: min(570px, calc(100dvh - 6rem));
  }
}

@keyframes pt-wa-pulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.45); opacity: 0; }
}

/* Clients strip — site-wide */
.hm-clients {
  padding: 2.75rem 0;
  background: #fff;
  border-top: 1px solid #eceef5;
  overflow: hidden;
}

.hm-clients p {
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9a9bb0;
  margin: 0 0 1.65rem;
}

.hm-clients-track {
  display: flex;
  gap: 4.5rem;
  width: max-content;
  animation: hm-clients-marquee 35s linear infinite;
  align-items: center;
}

.hm-clients-track img {
  height: 84px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.3s, filter 0.3s;
}

.hm-clients-track img:hover {
  opacity: 1;
  filter: none;
}

@keyframes hm-clients-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .hm-clients-track {
    gap: 3rem;
  }

  .hm-clients-track img {
    height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .mesh-blob,
  .marquee-track,
  .hero-slide-img,
  .hero-line,
  .hero-eyebrow,
  .hero-sub,
  .hero-cta,
  .hero-meta,
  .hero-modern-photo,
  .hero-grid-lines,
  .hero-scroll-line,
  .float-soft,
  .pt-sales-agent-toggle,
  .pt-sales-agent-dot,
  .hm-clients-track {
    animation: none !important;
    transition: none !important;
  }
  .reveal,
  .hero-line,
  .hero-eyebrow,
  .hero-sub,
  .hero-cta,
  .hero-meta {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
