/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Global */
html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #111827;
  background: #ffffff;
}

body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 9997;
  transition: all 0.3s ease;
}

.site-header.sticky {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.header-container {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Brand Logo */
.brand-logo {
  display: inline-flex;
  align-items: center;
  z-index: 10000;
}

.brand-logo-img {
  width: 140px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Desktop Navigation */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-menu a {
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #2563eb;
}

/* Header Buttons */
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Buttons */
.btn-light,
.btn-blue,
.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-light {
  display: none;
  height: 38px;
  padding: 0 22px;
  border-radius: 6px;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.btn-light:hover {
  background: #f8fafc;
}

.btn-blue {
  height: 38px;
  padding: 0 22px;
  border-radius: 6px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}

.btn-blue:hover {
  background: #1d4ed8;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.btn-white {
  display: none;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.btn-white:hover {
  color: #2563eb;
  transform: translateY(-2px);
}

/* Mobile Hidden Initially */
.menu-toggle,
.mobile-menu-close,
.mobile-menu-actions,
.menu-overlay {
  display: none;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 145px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(37, 99, 235, 0.16), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(37, 99, 235, 0.12), transparent 28%),
    linear-gradient(180deg, #eef4ff 0%, #f8fbff 55%, #ffffff 100%);
}

.hero-container {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Background Animated Circles */
.hero-bg-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(37, 99, 235, 0.14);
  animation: floatCircle 8s ease-in-out infinite;
}

.circle-one {
  width: 720px;
  height: 720px;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
}

.circle-two {
  width: 420px;
  height: 420px;
  right: -120px;
  top: 120px;
  animation-delay: 1.5s;
}

/* Hero Content */
.hero-content {
  margin: 0 auto;
  animation: fadeUp 0.9s ease forwards;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #2563eb;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 26px;
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
}

.hero-badge span {
  font-size: 14px;
}

.hero-content h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.12;
  letter-spacing: -2.5px;
  color: #111827;
  font-weight: 900;
  max-width: 1050px;
  margin: 0 auto 22px;
}

.hero-content h1 span {
  color: #2563eb;
}

.hero-content p {
  max-width: 840px;
  margin: 0 auto 34px;
  color: #667085;
  font-size: 18px;
  line-height: 1.75;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* Hero Buttons */
.hero-btn {
  min-height: 50px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

/* Dashboard Image */
.hero-dashboard {
  margin-top: 70px;
  animation: dashboardUp 1.1s ease forwards;
  animation-delay: 0.25s;
  opacity: 0;
}

.dashboard-image-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 35px 90px rgba(37, 99, 235, 0.22);
  transform: perspective(1200px) rotateX(4deg);
}

.dashboard-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dashboardUp {
  from {
    opacity: 0;
    transform: translateY(55px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes floatCircle {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(24px);
  }
}

/* Client Logo Section */
.client-section {
  padding: 45px 0 55px;
  background: #ffffff;
  overflow: hidden;
}

.client-title {
  text-align: center;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 34px;
}

.client-title strong {
  color: #2563eb;
  font-weight: 800;
}

.client-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.client-slider::before,
.client-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.client-slider::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.client-slider::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

.client-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 80px;
  animation: clientScroll 24s linear infinite;
}

.client-slider:hover .client-track {
  animation-play-state: paused;
}

.client-logo {
  flex: 0 0 auto;
  width: 150px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-width: 150px;
  max-height: 45px;
  object-fit: contain;

  /* Converts color logos to black & white */
  filter: grayscale(100%) brightness(0.55);
  opacity: 0.45;
  transition: all 0.3s ease;
}

.client-logo img:hover {
  filter: grayscale(100%) brightness(0.25);
  opacity: 0.85;
}

/* Right to Left Animation */
@keyframes clientScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}
/* Why Choose Us Section */
.why-choose-section {
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden;
}

.why-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Animation Before View */
.reveal-section .why-choose-header,
.reveal-section .why-card {
  opacity: 0;
  transform: translateY(45px);
}

/* Animation After View */
.reveal-section.show .why-choose-header {
  animation: sectionFadeUp 0.8s ease forwards;
}

.reveal-section.show .why-card {
  animation: sectionFadeUp 0.8s ease forwards;
}

.reveal-section.show .why-card:nth-child(1) {
  animation-delay: 0.1s;
}

.reveal-section.show .why-card:nth-child(2) {
  animation-delay: 0.18s;
}

.reveal-section.show .why-card:nth-child(3) {
  animation-delay: 0.26s;
}

.reveal-section.show .why-card:nth-child(4) {
  animation-delay: 0.34s;
}

.reveal-section.show .why-card:nth-child(5) {
  animation-delay: 0.42s;
}

.reveal-section.show .why-card:nth-child(6) {
  animation-delay: 0.5s;
}

.reveal-section.show .why-card:nth-child(7) {
  animation-delay: 0.58s;
}

.reveal-section.show .why-card:nth-child(8) {
  animation-delay: 0.66s;
}

@keyframes sectionFadeUp {
  from {
    opacity: 0;
    transform: translateY(45px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header Layout */
.why-choose-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.why-left-content {
  max-width: 720px;
}

.section-small-title {
  display: inline-block;
  color: #2563eb;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.why-choose-header h2 {
  max-width: 850px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 18px;
}

.why-choose-header p {
  max-width: 620px;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

/* Right CTA */
.why-right-action {
  padding-top: 85px;
  flex-shrink: 0;
}

.why-start-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 8px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
  transition: all 0.3s ease;
}

.why-start-btn:hover {
  background: #1d4ed8;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.32);
}

/* Cards Grid */
.why-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.why-card {
  position: relative;
  min-height: 285px;
  padding: 34px 28px;
  border-radius: 20px;
  background: #eaf2ff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  overflow: hidden;
  transition: all 0.35s ease;
}

.why-card::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.1);
  transition: all 0.35s ease;
}

.why-card:hover {
  background: #2563eb;
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(37, 99, 235, 0.25);
}

.why-card:hover::before {
  background: rgba(255, 255, 255, 0.14);
  transform: scale(1.4);
}

.why-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: all 0.35s ease;
}

.why-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(34%) sepia(89%)
    saturate(2224%) hue-rotate(213deg) brightness(96%) contrast(94%);
  transition: all 0.35s ease;
}

.why-card h3 {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 1.25;
  color: #111827;
  font-weight: 800;
  margin-bottom: 16px;
  transition: all 0.35s ease;
}

.why-card p {
  position: relative;
  z-index: 2;
  color: #526071;
  font-size: 15px;
  line-height: 1.65;
  transition: all 0.35s ease;
}

.why-card:hover .why-icon {
  background: rgba(255, 255, 255, 0.16);
}

.why-card:hover .why-icon img {
  filter: brightness(0) invert(1);
}

.why-card:hover h3,
.why-card:hover p {
  color: #ffffff;
}
/* Features Suite Section */
.features-suite-section {
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden;
}

.features-suite-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.features-suite-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 46px;
}

.features-suite-header span {
  display: inline-block;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.features-suite-header h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.15;
  color: #111827;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 14px;
}

.features-suite-header p {
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

/* Tabs */
.features-tabs {
  max-width: 860px;
  margin: 0 auto 58px;
  padding: 9px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e8eef8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
}

.feature-tab {
  min-height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #667085;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.feature-tab img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(45%) sepia(10%) saturate(754%)
    hue-rotate(183deg) brightness(92%) contrast(87%);
  transition: all 0.3s ease;
}

.feature-tab:hover {
  color: #2563eb;
  background: #eff6ff;
}

.feature-tab:hover img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(89%)
    saturate(2224%) hue-rotate(213deg) brightness(96%) contrast(94%);
}

.feature-tab.active {
  background: #eff6ff;
  color: #2563eb;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
}

.feature-tab.active img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(89%)
    saturate(2224%) hue-rotate(213deg) brightness(96%) contrast(94%);
}

/* Content */
.features-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.features-text {
  animation: featureFadeUp 0.45s ease;
}

.module-label {
  display: inline-block;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.features-text h3 {
  max-width: 520px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  color: #111827;
  font-weight: 900;
  letter-spacing: -1.2px;
  margin-bottom: 18px;
}

.features-text p {
  max-width: 560px;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* Feature List */
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
}

.feature-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #374151;
  font-size: 15px;
  font-weight: 700;
}

.feature-list span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* Right Image */
.features-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #f4f8ff;
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 30px 80px rgba(37, 99, 235, 0.14);
  animation: featureFadeUp 0.45s ease;
}

.features-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, 0.04),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
  z-index: 1;
}

.features-image {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Tab Change Animation */
.features-content.tab-changing .features-text,
.features-content.tab-changing .features-image-wrap {
  animation: featureFadeUp 0.45s ease;
}

@keyframes featureFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Business Benefits Section */
.business-section {
  padding: 100px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(37, 99, 235, 0.12), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(37, 99, 235, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  overflow: hidden;
}

.business-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.business-header {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.business-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.business-header h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 18px;
}

.business-header h2 span {
  color: #2563eb;
}

.business-header p {
  max-width: 640px;
  margin: 0 auto;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

/* Grid */
.business-card-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 24px;
}

.business-card {
  position: relative;
  min-height: 250px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.business-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(37, 99, 235, 0.18);
}

.business-card-blue {
  background: #2563eb;
}

.business-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.business-card:hover img {
  transform: scale(1.04);
}

.business-card-large {
  min-height: 250px;
}

/* CTA */
.business-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.business-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
  transition: all 0.3s ease;
}

.business-cta-btn:hover {
  background: #1d4ed8;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.32);
}

/* Popup Animation Initial State */
.reveal-business .business-header,
.reveal-business .business-card,
.reveal-business .business-cta-wrap {
  opacity: 0;
  transform: translateY(50px) scale(0.94);
}

/* Animate when visible */
.reveal-business.show .business-header {
  animation: businessPopup 0.75s ease forwards;
}

.reveal-business.show .business-card:nth-child(1) {
  animation: businessPopup 0.75s ease forwards;
  animation-delay: 0.12s;
}

.reveal-business.show .business-card:nth-child(2) {
  animation: businessPopup 0.75s ease forwards;
  animation-delay: 0.24s;
}

.reveal-business.show .business-card:nth-child(3) {
  animation: businessPopup 0.75s ease forwards;
  animation-delay: 0.36s;
}

.reveal-business.show .business-card:nth-child(4) {
  animation: businessPopup 0.75s ease forwards;
  animation-delay: 0.48s;
}

.reveal-business.show .business-cta-wrap {
  animation: businessPopup 0.75s ease forwards;
  animation-delay: 0.6s;
}

@keyframes businessPopup {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.94);
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* PugPin Showcase Section */
.pugpin-showcase-section {
  display: none;
  padding: 100px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(37, 99, 235, 0.12), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(37, 99, 235, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  overflow: hidden;
}

.pugpin-showcase-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.pugpin-showcase-header {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.pugpin-showcase-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.pugpin-showcase-header h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 18px;
}

.pugpin-showcase-header h2 span {
  color: #2563eb;
}

.pugpin-showcase-header p {
  max-width: 640px;
  margin: 0 auto;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

/* Correct Uneven Card Grid */
.pugpin-showcase-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

/* 1st Card Wide */
.pugpin-showcase-card:nth-child(1) {
  grid-column: span 3;
}

/* 2nd Card Small */
.pugpin-showcase-card:nth-child(2) {
  grid-column: span 2;
}

/* 3rd Card Small */
.pugpin-showcase-card:nth-child(3) {
  grid-column: span 2;
}

/* 4th Card Wide */
.pugpin-showcase-card:nth-child(4) {
  grid-column: span 3;
}

/* Card Design */
.pugpin-showcase-card {
  position: relative;
  min-height: 250px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pugpin-showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(37, 99, 235, 0.18);
}

.pugpin-showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.pugpin-showcase-card:hover img {
  transform: scale(1.04);
}

/* CTA */
.pugpin-showcase-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.pugpin-showcase-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 32px;
  border-radius: 8px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
  transition: all 0.3s ease;
}

.pugpin-showcase-cta-btn:hover {
  background: #1d4ed8;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.32);
}

/* Popup Animation Initial State */
.pugpin-showcase-reveal .pugpin-showcase-header,
.pugpin-showcase-reveal .pugpin-showcase-card,
.pugpin-showcase-reveal .pugpin-showcase-cta-wrap {
  opacity: 0;
  transform: translateY(50px) scale(0.94);
}

/* Popup Animation Active State */
.pugpin-showcase-reveal.show .pugpin-showcase-header {
  animation: pugpinShowcasePopup 0.75s ease forwards;
}

.pugpin-showcase-reveal.show .pugpin-showcase-card:nth-child(1) {
  animation: pugpinShowcasePopup 0.75s ease forwards;
  animation-delay: 0.12s;
}

.pugpin-showcase-reveal.show .pugpin-showcase-card:nth-child(2) {
  animation: pugpinShowcasePopup 0.75s ease forwards;
  animation-delay: 0.24s;
}

.pugpin-showcase-reveal.show .pugpin-showcase-card:nth-child(3) {
  animation: pugpinShowcasePopup 0.75s ease forwards;
  animation-delay: 0.36s;
}

.pugpin-showcase-reveal.show .pugpin-showcase-card:nth-child(4) {
  animation: pugpinShowcasePopup 0.75s ease forwards;
  animation-delay: 0.48s;
}

.pugpin-showcase-reveal.show .pugpin-showcase-cta-wrap {
  animation: pugpinShowcasePopup 0.75s ease forwards;
  animation-delay: 0.6s;
}

@keyframes pugpinShowcasePopup {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.94);
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* CRM Workflow Section */
.crm-workflow-section {
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden;
}

.crm-workflow-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.crm-workflow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Left Image */
.crm-workflow-image-wrap {
  position: relative;
  opacity: 0;
  transform: translateX(-45px) scale(0.96);
  transition: all 0.8s ease;
}

.crm-workflow-image-wrap::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(37, 99, 235, 0.12);
  border-radius: 50%;
  left: -70px;
  top: 20px;
  z-index: 0;
}

.crm-workflow-image {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 30px 55px rgba(37, 99, 235, 0.18));
}

/* Right Content */
.crm-workflow-content {
  opacity: 0;
  transform: translateX(45px);
  transition: all 0.8s ease;
}

.crm-workflow-label {
  display: inline-flex;
  align-items: center;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 16px;
}

.crm-workflow-content h2 {
  font-size: clamp(36px, 4.5vw, 48px);
  line-height: 1.12;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 20px;
}

.crm-workflow-content h2 span {
  color: #2563eb;
  display: block;
}

.crm-workflow-content p {
  max-width: 570px;
  color: #667085;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}

/* Tags */
.crm-workflow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.crm-workflow-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.16);
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
}

.crm-workflow-tags span:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.2);
}

/* Button */
.crm-workflow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
  transition: all 0.3s ease;
}

.crm-workflow-btn:hover {
  background: #1d4ed8;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.32);
}

/* View Animation */
.crm-workflow-section.show .crm-workflow-image-wrap,
.crm-workflow-section.show .crm-workflow-content {
  opacity: 1;
  transform: translateX(0) scale(1);
}
/* Connected Workspace Section */
.static-connect-section {
  display: none;
  padding: 100px 0 80px;
  background: #ffffff;
  overflow: hidden;
}

.static-connect-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.static-connect-header {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.static-connect-label {
  display: inline-block;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.static-connect-title h2 {
  max-width: 640px;
  font-size: clamp(36px, 4.8vw, 58px);
  line-height: 1.08;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
}

.static-connect-title h2 span {
  color: #2563eb;
}

.static-connect-content p {
  color: #667085;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.static-connect-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.static-connect-primary,
.static-connect-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.static-connect-primary {
  background: #2563eb;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
}

.static-connect-primary:hover {
  background: #1d4ed8;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
}

.static-connect-secondary {
  background: #ffffff;
  color: #2563eb;
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.static-connect-secondary:hover {
  background: #eff6ff;
  color: #2563eb;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Network Area */
.static-network-area {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.16), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

/* Bottom Blur */
.static-network-area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 130px;
  background: linear-gradient(to bottom, transparent, #ffffff);
  z-index: 8;
  pointer-events: none;
}

/* Static Lines */
.static-network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.static-network-lines path {
  fill: none;
  stroke: rgba(37, 99, 235, 0.26);
  stroke-width: 2;
  stroke-linecap: round;
}

/* Center Animated Logo */
.static-center-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 126px;
  height: 126px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  animation: staticCenterPulse 2.8s ease-in-out infinite;
}

.static-center-ring {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 18px 42px rgba(37, 99, 235, 0.28),
    0 0 0 10px rgba(37, 99, 235, 0.08);
  animation: staticRingGlow 2.8s ease-in-out infinite;
}

.static-center-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  /*background: #2563eb;*/
  display: flex;
  align-items: center;
  justify-content: center;
  animation: staticIconPop 2.8s ease-in-out infinite;
}

.static-center-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  animation: staticLogoZoom 2.8s ease-in-out infinite;
}

/* Center Logo Animations */
@keyframes staticCenterPulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(37, 99, 235, 0.28),
      0 0 60px rgba(37, 99, 235, 0.28);
  }

  70% {
    box-shadow:
      0 0 0 26px rgba(37, 99, 235, 0),
      0 0 70px rgba(37, 99, 235, 0.32);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(37, 99, 235, 0),
      0 0 60px rgba(37, 99, 235, 0.28);
  }
}

@keyframes staticRingGlow {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 18px 42px rgba(37, 99, 235, 0.28),
      0 0 0 10px rgba(37, 99, 235, 0.08);
  }

  50% {
    transform: scale(1.05);
    box-shadow:
      0 22px 52px rgba(37, 99, 235, 0.36),
      0 0 0 15px rgba(37, 99, 235, 0.05);
  }
}

@keyframes staticIconPop {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes staticLogoZoom {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }
}

/* Avatar Nodes */
.static-network-node {
  position: absolute;
  z-index: 4;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid #ffffff;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.16);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.75);
}

.static-network-node img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Node Positions */
.static-node-1 {
  left: 10%;
  top: 18%;
}

.static-node-2 {
  left: 5%;
  top: 49%;
}

.static-node-3 {
  left: 11%;
  bottom: 19%;
}

.static-node-4 {
  left: 23%;
  bottom: 16%;
}

.static-node-5 {
  right: 10%;
  top: 18%;
}

.static-node-6 {
  right: 5%;
  top: 49%;
}

.static-node-7 {
  right: 11%;
  bottom: 19%;
}

.static-node-8 {
  right: 23%;
  bottom: 16%;
}

/* Section Reveal Animation */
.static-connect-section .static-connect-header {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.75s ease;
}

.static-connect-section .static-network-area {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.75s ease 0.15s;
}

.static-connect-section.show .static-connect-header,
.static-connect-section.show .static-network-area {
  opacity: 1;
  transform: translateY(0);
}

/* Node Popup Animation */
.static-connect-section.show .static-network-node {
  animation: staticNodePopup 0.6s ease forwards;
}

.static-connect-section.show .static-node-1 {
  animation-delay: 0.25s;
}

.static-connect-section.show .static-node-2 {
  animation-delay: 0.35s;
}

.static-connect-section.show .static-node-3 {
  animation-delay: 0.45s;
}

.static-connect-section.show .static-node-4 {
  animation-delay: 0.55s;
}

.static-connect-section.show .static-node-5 {
  animation-delay: 0.65s;
}

.static-connect-section.show .static-node-6 {
  animation-delay: 0.75s;
}

.static-connect-section.show .static-node-7 {
  animation-delay: 0.85s;
}

.static-connect-section.show .static-node-8 {
  animation-delay: 0.95s;
}

@keyframes staticNodePopup {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Pricing Section */
.pugpin-pricing-section {
  padding: 100px 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(37, 99, 235, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  overflow: hidden;
}

.pugpin-pricing-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.pugpin-pricing-header {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.pugpin-pricing-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.pugpin-pricing-header h2 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 14px;
}

.pugpin-pricing-header p {
  max-width: 640px;
  margin: 0 auto;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

/* Toggle */
.pugpin-pricing-toggle {
  width: fit-content;
  margin: 34px auto 0;
  padding: 7px;
  border-radius: 999px;
  background: #f1f5f9;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pricing-toggle-btn {
  display: none;
  min-height: 38px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #475467;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pricing-toggle-btn span {
  margin-left: 6px;
  color: #2563eb;
  font-size: 11px;
}

.pricing-toggle-btn.active {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

/* Grid */
.pugpin-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* Card */
.pugpin-price-card {
  position: relative;
  padding: 34px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
}

.pugpin-price-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 34px 90px rgba(37, 99, 235, 0.18);
}

.pugpin-price-card.recommended {
  border: 2px solid #2563eb;
  box-shadow: 0 34px 90px rgba(37, 99, 235, 0.2);
  background: #ffffff;
}

.pugpin-price-card.recommended:hover {
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: 0 38px 100px rgba(37, 99, 235, 0.28);
}

/* Recommended Badge */
.recommended-badge {
  position: absolute;
  top: -20px;
  left: 24px;
  right: 24px;
  height: 40px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pugpin-price-card.recommended:hover .recommended-badge {
  background: #ffffff;
  color: #2563eb;
}

/* Card Content */
.pugpin-price-card h3 {
  font-size: 22px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 18px;
  transition: color 0.3s ease;
}

.price-amount {
  font-size: 54px;
  line-height: 1;
  color: #111827;
  font-weight: 900;
  letter-spacing: -2px;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}

.price-amount span {
  font-size: 16px;
  color: #667085;
  font-weight: 800;
  letter-spacing: 0;
  transition: color 0.3s ease;
}

.price-desc {
  min-height: 72px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  transition: color 0.3s ease;
}

/* Button */
.price-card-btn {
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  background: #f1f5ff;
  color: #2563eb !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: 28px;
  transition: all 0.3s ease;
}

.price-card-btn:hover {
  text-decoration: none;
}

/* Normal package hover button */
.pugpin-price-card:hover .price-card-btn {
  background: #2563eb;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
}

/* Recommended package default button */
.price-card-btn.primary {
  background: #2563eb;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.26);
}

/* Recommended package hover text */
.pugpin-price-card.recommended:hover h3,
.pugpin-price-card.recommended:hover .price-amount,
.pugpin-price-card.recommended:hover .price-amount span,
.pugpin-price-card.recommended:hover .price-desc,
.pugpin-price-card.recommended:hover li {
  color: #ffffff;
}

/* Recommended package hover button white */
.pugpin-price-card.recommended:hover .price-card-btn.primary {
  background: #ffffff;
  color: #2563eb !important;
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.18);
}

/* Features */
.pugpin-price-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
}

.pugpin-price-card li {
  position: relative;
  padding-left: 26px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.pugpin-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pugpin-price-card.recommended:hover li::before {
  background: #ffffff;
  color: #2563eb;
}

/* Reveal Animation */
.pugpin-pricing-section.show .pugpin-price-card {
  animation: pricingCardPopup 0.75s ease forwards;
}

.pugpin-pricing-section.show .pugpin-price-card:nth-child(1) {
  animation-delay: 0.1s;
}

.pugpin-pricing-section.show .pugpin-price-card:nth-child(2) {
  animation-delay: 0.18s;
}

.pugpin-pricing-section.show .pugpin-price-card:nth-child(3) {
  animation-delay: 0.26s;
}

.pugpin-pricing-section.show .pugpin-price-card:nth-child(4) {
  animation-delay: 0.34s;
}

.pugpin-pricing-section.show .pugpin-price-card:nth-child(5) {
  animation-delay: 0.42s;
}

.pugpin-pricing-section.show .pugpin-price-card:nth-child(6) {
  animation-delay: 0.5s;
}

@keyframes pricingCardPopup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Customer Review Section */
.pugpin-review-section {
  padding: 100px 0;
  background:
    radial-gradient(circle at 50% 15%, rgba(37, 99, 235, 0.12), transparent 32%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
  overflow: hidden;
}

.pugpin-review-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.pugpin-review-header {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.pugpin-review-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.pugpin-review-header h2 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 14px;
}

.pugpin-review-header p {
  max-width: 650px;
  margin: 0 auto;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

/* Grid */
.pugpin-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

/* Cards */
.pugpin-review-card {
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
  transition: all 0.35s ease;

  opacity: 0;
  transform: translateY(45px) scale(0.94);
}

.pugpin-review-card-large {
  min-height: 250px;
}

.pugpin-review-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 34px 85px rgba(37, 99, 235, 0.16);
}

/* Star Rating */
.pugpin-star-rating {
  color: #f59e0b;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  line-height: 1;
}

.pugpin-review-card p {
  color: #344054;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 26px;
}

/* User */
.pugpin-review-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pugpin-review-user img {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eff6ff;
}

.pugpin-review-user h4 {
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 3px;
}

.pugpin-review-user span {
  color: #667085;
  font-size: 13px;
  font-weight: 600;
}

/* Popup Animation */
.pugpin-review-section.show .pugpin-review-card {
  animation: reviewPopup 0.75s ease forwards;
}

.pugpin-review-section.show .pugpin-review-card:nth-child(1) {
  animation-delay: 0.1s;
}

.pugpin-review-section.show .pugpin-review-card:nth-child(2) {
  animation-delay: 0.2s;
}

.pugpin-review-section.show .pugpin-review-card:nth-child(3) {
  animation-delay: 0.3s;
}

.pugpin-review-section.show .pugpin-review-card:nth-child(4) {
  animation-delay: 0.4s;
}

.pugpin-review-section.show .pugpin-review-card:nth-child(5) {
  animation-delay: 0.5s;
}

.pugpin-review-section.show .pugpin-review-card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes reviewPopup {
  0% {
    opacity: 0;
    transform: translateY(45px) scale(0.94);
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Learning Cards Section */
.pugpin-learning-section {
  display: none;
  padding: 100px 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(37, 99, 235, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  overflow: hidden;
}

.pugpin-learning-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Header */
.pugpin-learning-header {
  max-width: 760px;
  margin-bottom: 44px;
}

.pugpin-learning-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.pugpin-learning-header h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 18px;
}

.pugpin-learning-header h2 span {
  display: block;
  color: #2563eb;
}

.pugpin-learning-header p {
  max-width: 620px;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

/* Text scroll reveal initial */
.scroll-text-reveal {
  opacity: 0.18;
  filter: blur(1px);
  transform: translateY(28px);
  transition: opacity 0.9s ease, filter 0.9s ease, transform 0.9s ease;
}

/* Text visible on scroll */
.pugpin-learning-section.show .scroll-text-reveal {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.pugpin-learning-section.show .pugpin-learning-header p.scroll-text-reveal {
  transition-delay: 0.16s;
}

/* Cards Grid */
.pugpin-learning-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pugpin-learning-card {
  position: relative;
  min-height: 220px;
  border-radius: 18px;
  overflow: hidden;
  background: #eaf2ff;
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.1);
  opacity: 0;
  transform: translateY(50px) scale(0.92);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pugpin-learning-card.card-wide {
  grid-column: span 2;
}

.pugpin-learning-card.card-full {
  grid-column: span 3;
  min-height: 270px;
}

.pugpin-learning-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}

.pugpin-learning-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 34px 85px rgba(37, 99, 235, 0.18);
}

.pugpin-learning-card:hover img {
  transform: scale(1.04);
}

/* Popup animation when section visible */
.pugpin-learning-section.show .pugpin-learning-card {
  animation: learningCardPopup 0.75s ease forwards;
}

.pugpin-learning-section.show .pugpin-learning-card:nth-child(1) {
  animation-delay: 0.12s;
}

.pugpin-learning-section.show .pugpin-learning-card:nth-child(2) {
  animation-delay: 0.22s;
}

.pugpin-learning-section.show .pugpin-learning-card:nth-child(3) {
  animation-delay: 0.32s;
}

.pugpin-learning-section.show .pugpin-learning-card:nth-child(4) {
  animation-delay: 0.42s;
}

.pugpin-learning-section.show .pugpin-learning-card:nth-child(5) {
  animation-delay: 0.52s;
}

.pugpin-learning-section.show .pugpin-learning-card:nth-child(6) {
  animation-delay: 0.62s;
}

@keyframes learningCardPopup {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.92);
  }

  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* FAQ Section */
.pugpin-faq-section {
  padding: 100px 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(37, 99, 235, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  overflow: hidden;
}

.pugpin-faq-container {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
}

/* Header */
.pugpin-faq-header {
  text-align: center;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.75s ease;
}

.pugpin-faq-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.pugpin-faq-header h2 {
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 12px;
}

.pugpin-faq-header p {
  max-width: 620px;
  margin: 0 auto;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

/* Tabs */
.pugpin-faq-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 34px;
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.75s ease 0.12s;
}

.pugpin-faq-tab {
  min-height: 42px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pugpin-faq-tab:hover {
  background: #dbeafe;
  transform: translateY(-2px);
}

.pugpin-faq-tab.active {
  background: #2563eb;
  color: #ffffff;
}

/* FAQ List */
.pugpin-faq-list {
  display: grid;
  gap: 16px;
}

/* FAQ Item */
.pugpin-faq-item {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  overflow: hidden;
  opacity: 0;
  transform: translateY(35px) scale(0.96);
}

.pugpin-faq-question {
  width: 100%;
  padding: 22px 24px;
  border: none;
  background: transparent;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* Center Icon */
.pugpin-faq-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.pugpin-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.pugpin-faq-answer-inner {
  padding: 0 24px 22px;
  color: #667085;
  font-size: 14px;
  line-height: 1.75;
}

.pugpin-faq-item.active {
  background: #f4f8ff;
  border-color: rgba(37, 99, 235, 0.22);
}

.pugpin-faq-item.active .pugpin-faq-question {
  color: #2563eb;
}

.pugpin-faq-item.active .pugpin-faq-icon {
  background: #2563eb;
  color: #ffffff;
}

/* Section Reveal Animation */
.pugpin-faq-section.show .pugpin-faq-header,
.pugpin-faq-section.show .pugpin-faq-tabs {
  opacity: 1;
  transform: translateY(0);
}

.pugpin-faq-section.show .pugpin-faq-item {
  animation: faqPopup 0.7s ease forwards;
}

.pugpin-faq-section.show .pugpin-faq-item:nth-child(1) {
  animation-delay: 0.18s;
}

.pugpin-faq-section.show .pugpin-faq-item:nth-child(2) {
  animation-delay: 0.28s;
}

.pugpin-faq-section.show .pugpin-faq-item:nth-child(3) {
  animation-delay: 0.38s;
}

.pugpin-faq-section.show .pugpin-faq-item:nth-child(4) {
  animation-delay: 0.48s;
}

@keyframes faqPopup {
  0% {
    opacity: 0;
    transform: translateY(35px) scale(0.96);
  }

  60% {
    opacity: 1;
    transform: translateY(-4px) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Tab Change Animation */
.pugpin-faq-list.tab-changing .pugpin-faq-item {
  animation: faqPopup 0.45s ease forwards;
}
/* CTA Request Section */
.pugpin-cta-section {
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden;
}

.pugpin-cta-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.pugpin-cta-box {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.9), transparent 24%),
    radial-gradient(circle at 85% 70%, rgba(255, 255, 255, 0.8), transparent 24%),
    linear-gradient(135deg, #e8efff 0%, #dce7ff 45%, #eef4ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 30px;
  opacity: 0;
  transform: translateY(45px) scale(0.96);
  transition: all 0.8s ease;
}

/* Cloud shapes */
.pugpin-cta-cloud {
  position: absolute;
  width: 220px;
  height: 90px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  filter: blur(1px);
  opacity: 0.85;
  animation: ctaCloudMove 7s ease-in-out infinite;
}

.pugpin-cta-cloud::before,
.pugpin-cta-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.pugpin-cta-cloud::before {
  width: 105px;
  height: 105px;
  left: 28px;
  top: -48px;
}

.pugpin-cta-cloud::after {
  width: 135px;
  height: 135px;
  right: 26px;
  top: -62px;
}

.pugpin-cta-cloud-left {
  left: 38px;
  top: 75px;
}

.pugpin-cta-cloud-right {
  right: 50px;
  bottom: 62px;
  animation-delay: 1.4s;
}

/* Content */
.pugpin-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
}

.pugpin-cta-content h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.15;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 16px;
}

.pugpin-cta-content h2 span {
  display: block;
}

.pugpin-cta-content p {
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Buttons */
.pugpin-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pugpin-cta-primary-btn,
.pugpin-cta-secondary-btn {
  min-height: 50px;
  padding: 0 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pugpin-cta-primary-btn {
  background: #2563eb;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.25);
}

.pugpin-cta-primary-btn:hover {
  background: #1d4ed8;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.32);
}

.pugpin-cta-secondary-btn {
  background: #ffffff;
  color: #2563eb !important;
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.pugpin-cta-secondary-btn:hover {
  background: #eff6ff;
  color: #2563eb !important;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Reveal Animation */
.pugpin-cta-section.show .pugpin-cta-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes ctaCloudMove {
  0%, 100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(18px);
  }
}
/* Contact Form Section */
.pugpin-contact-section,
.pugpin-contact-section * {
  box-sizing: border-box;
}

.pugpin-contact-section {
  display: none;
  padding: 100px 0;
  background:
    radial-gradient(circle at 15% 15%, rgba(37, 99, 235, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  overflow: hidden;
}

.pugpin-contact-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.pugpin-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

/* Left Content */
.pugpin-contact-content {
  opacity: 0;
  transform: translateX(-45px);
  transition: all 0.8s ease;
}

.pugpin-contact-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.pugpin-contact-content h2 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.12;
  letter-spacing: -2px;
  color: #111827;
  font-weight: 900;
  margin-bottom: 18px;
}

.pugpin-contact-content h2 span {
  display: block;
  color: #2563eb;
}

.pugpin-contact-content p {
  color: #667085;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}

.pugpin-contact-info-list {
  display: grid;
  gap: 16px;
}

.pugpin-contact-info-card {
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.pugpin-contact-info-card strong {
  display: block;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 6px;
}

.pugpin-contact-info-card p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

/* Form Wrapper */
.pugpin-contact-form-wrap {
  opacity: 0;
  transform: translateX(45px);
  transition: all 0.8s ease 0.12s;
}

.pugpin-contact-form {
  position: relative;
  width: 100%;
  padding: 34px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.12);
}

/* Form Fields */
.pugpin-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  width: 100%;
}

.pugpin-form-group {
  width: 100%;
  min-width: 0;
  margin-bottom: 18px;
}

.pugpin-form-group label {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.pugpin-form-group label span {
  color: #2563eb;
}

.pugpin-form-group input,
.pugpin-form-group select,
.pugpin-form-group textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: block;
  border: 1px solid rgba(37, 99, 235, 0.16);
  background: #f8fbff;
  border-radius: 12px;
  padding: 0 15px;
  color: #111827;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  font-family: inherit;
}

.pugpin-form-group input,
.pugpin-form-group select {
  height: 48px;
}

.pugpin-form-group textarea {
  min-height: 130px;
  padding-top: 14px;
  resize: vertical;
}

.pugpin-form-group input:focus,
.pugpin-form-group select:focus,
.pugpin-form-group textarea:focus {
  border-color: #2563eb;
  background: #ffffff;
}

.pugpin-form-group input::placeholder,
.pugpin-form-group textarea::placeholder {
  color: #98a2b3;
}

/* Submit Button */
.pugpin-contact-submit-btn {
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pugpin-contact-submit-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

.pugpin-contact-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Hide form after submit */
.pugpin-contact-form.form-submitted .pugpin-contact-form-fields {
  display: none;
}

.pugpin-contact-form.form-submitted {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Success Message */
.pugpin-form-success {
  display: none;
  width: 100%;
  padding: 36px 28px;
  border-radius: 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.14), transparent 45%),
    #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.pugpin-form-success.show {
  display: block;
  animation: successPopup 0.55s ease forwards;
}

.pugpin-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
  margin: 0 auto 18px;
}

.pugpin-form-success h3 {
  color: #111827;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 8px;
}

.pugpin-form-success p {
  color: #667085;
  font-size: 15px;
  margin: 0;
}

/* Reveal Animation */
.pugpin-contact-section.show .pugpin-contact-content,
.pugpin-contact-section.show .pugpin-contact-form-wrap {
  opacity: 1;
  transform: translateX(0);
}

@keyframes successPopup {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Simple Footer */
.pugpin-simple-footer,
.pugpin-simple-footer * {
  box-sizing: border-box;
}

.pugpin-simple-footer {
  background: #ffffff;
  padding: 70px 0 0;
  border-top: 1px solid #f1f5f9;
}

.pugpin-simple-footer-container {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

/* Top Layout */
.pugpin-simple-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.7fr;
  gap: 70px;
  padding-bottom: 58px;
}

/* Link Columns */
.pugpin-footer-link-column h4 {
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 22px;
}

.pugpin-footer-link-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pugpin-footer-link-column li {
  margin-bottom: 14px;
}

.pugpin-footer-link-column a {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.pugpin-footer-link-column a:hover {
  color: #2563eb;
}

/* Brand Column */
.pugpin-footer-brand-column {
  justify-self: end;
  max-width: 330px;
}

.pugpin-footer-brand-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  text-decoration: none;
}

.pugpin-footer-brand-logo img {
  width: 130px;
  height: auto;
  display: block;
  object-fit: contain;
}

.pugpin-footer-brand-column p {
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Social Icons */
.pugpin-footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pugpin-footer-social-icons a {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #f1f5f9;
  color: #667085;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  transition: all 0.25s ease;
}

.pugpin-footer-social-icons a:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Bottom Footer */
.pugpin-simple-footer-bottom {
  border-top: 1px solid #eef2f7;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pugpin-simple-footer-bottom p {
  color: #98a2b3;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.pugpin-footer-bottom-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.pugpin-footer-bottom-menu a {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.pugpin-footer-bottom-menu a:hover {
  color: #2563eb;
}


/* Responsive */
@media (max-width: 1100px) {
  .why-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-choose-header {
    flex-direction: column;
    gap: 24px;
  }

  .why-right-action {
    padding-top: 0;
  }
  .pugpin-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
}
/* Tablet */
@media (max-width: 1024px) {
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 28px;
    color: #111827;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  }

  body.menu-open .menu-toggle {
    display: none;
  }

  .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
  }

  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 390px;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    padding: 86px 28px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    box-shadow: -20px 0 50px rgba(15, 23, 42, 0.18);
    transition: right 0.35s ease;
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-menu a {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    padding: 8px 0;
  }

  .mobile-menu-close {
    display: flex;
    position: absolute;
    top: 22px;
    right: 24px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    color: #111827;
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu-actions {
    display: grid;
    width: 100%;
    gap: 14px;
    margin-top: 20px;
  }

  .mobile-menu-actions .btn-light,
  .mobile-menu-actions .btn-blue {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    font-size: 15px;
  }

  .hero-section {
    padding: 125px 0 60px;
  }

  .hero-content h1 {
    letter-spacing: -1.5px;
  }

  .hero-content p {
    font-size: 16px;
  }
  .pugpin-review-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Responsive */
@media (max-width: 900px) {
  .features-suite-section {
    padding: 75px 0;
  }

  .features-tabs {
    max-width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    border-radius: 18px;
    padding: 10px;
  }

  .features-tabs::-webkit-scrollbar {
    display: none;
  }

  .feature-tab {
    flex: 0 0 auto;
  }

  .features-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .features-text {
    text-align: left;
  }

  .features-image {
    min-height: 260px;
  }
  .pugpin-showcase-section {
    padding: 75px 0;
  }

  .pugpin-showcase-grid {
    grid-template-columns: 1fr;
  }

  .pugpin-showcase-card:nth-child(1),
  .pugpin-showcase-card:nth-child(2),
  .pugpin-showcase-card:nth-child(3),
  .pugpin-showcase-card:nth-child(4) {
    grid-column: span 1;
  }

  .pugpin-showcase-card {
    min-height: 230px;
  }

  .pugpin-showcase-card img {
    min-height: 230px;
  }
  .crm-workflow-section {
    padding: 75px 0;
  }

  .crm-workflow-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .crm-workflow-content {
    text-align: left;
  }

  .crm-workflow-content p {
    max-width: 100%;
  }
  .static-connect-section {
    padding: 75px 0;
  }

  .static-connect-header {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 35px;
  }

  .static-network-area {
    height: 500px;
  }

  .static-network-node {
    width: 56px;
    height: 56px;
  }

  .static-node-1 {
    left: 8%;
    top: 12%;
  }

  .static-node-2 {
    left: 8%;
    top: 36%;
  }

  .static-node-3 {
    left: 8%;
    bottom: 30%;
  }

  .static-node-4 {
    left: 8%;
    bottom: 10%;
  }

  .static-node-5 {
    right: 8%;
    top: 12%;
  }

  .static-node-6 {
    right: 8%;
    top: 36%;
  }

  .static-node-7 {
    right: 8%;
    bottom: 30%;
  }

  .static-node-8 {
    right: 8%;
    bottom: 10%;
  }
  .pugpin-learning-section {
    padding: 75px 0;
  }

  .pugpin-learning-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pugpin-learning-card.card-wide,
  .pugpin-learning-card.card-full {
    grid-column: span 2;
  }

  .pugpin-learning-card {
    min-height: 200px;
  }

  .pugpin-learning-card.card-full {
    min-height: 240px;
  }
  .pugpin-contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .pugpin-simple-footer-top {
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
  }

  .pugpin-footer-brand-column {
    grid-column: 1 / -1;
    justify-self: start;
    max-width: 420px;
  }
}


/* Mobile */
@media (max-width: 600px) {
  .header-container {
    height: 66px;
  }

  .brand-logo-img {
    width: 120px;
  }

  .nav-menu {
    width: 88%;
    max-width: 340px;
    padding: 78px 24px 28px;
  }

  .hero-section {
    padding: 115px 0 45px;
  }

  .hero-badge {
    font-size: 11px;
    padding: 7px 13px;
  }

  .hero-content h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-btn {
    width: 100%;
  }

  .hero-dashboard {
    margin-top: 45px;
  }

  .dashboard-image-wrap {
    border-radius: 16px;
    transform: none;
  }

  .dashboard-image {
    min-height: 220px;
    object-fit: cover;
    object-position: left top;
  }

  .client-section {
    padding: 35px 0 45px;
  }

  .client-title {
    font-size: 13px;
    margin-bottom: 26px;
  }

  .client-track {
    gap: 45px;
    animation-duration: 18s;
  }

  .client-logo {
    width: 120px;
    height: 45px;
  }

  .client-logo img {
    max-width: 120px;
    max-height: 36px;
  }

  .client-slider::before,
  .client-slider::after {
    width: 60px;
  }
  .why-choose-section {
    padding: 70px 0;
  }

  .why-container {
    width: 90%;
  }

  .why-card-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    min-height: auto;
    padding: 30px 24px;
  }

  .why-choose-header {
    margin-bottom: 34px;
  }

  .why-choose-header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .why-choose-header p {
    font-size: 15px;
  }

  .why-right-action {
    width: 100%;
  }

  .why-start-btn {
    width: 100%;
  }
  .features-suite-header h2 {
    font-size: 32px;
  }

  .features-suite-header p,
  .features-text p {
    font-size: 15px;
  }

  .features-text h3 {
    font-size: 30px;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .features-image {
    min-height: 220px;
  }
  .pugpin-showcase-container {
    width: 90%;
  }

  .pugpin-showcase-header {
    margin-bottom: 36px;
  }

  .pugpin-showcase-header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .pugpin-showcase-header p {
    font-size: 15px;
  }

  .pugpin-showcase-card {
    min-height: 200px;
    border-radius: 18px;
  }

  .pugpin-showcase-card img {
    min-height: 200px;
  }

  .pugpin-showcase-cta-wrap {
    margin-top: 30px;
  }

  .pugpin-showcase-cta-btn {
    width: 100%;
  }
  .crm-workflow-container {
    width: 90%;
  }

  .crm-workflow-content h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .crm-workflow-content p {
    font-size: 15px;
  }

  .crm-workflow-tags {
    gap: 10px;
  }

  .crm-workflow-tags span {
    font-size: 13px;
    min-height: 38px;
    padding: 0 14px;
  }

  .crm-workflow-btn {
    width: 100%;
  }

  .crm-workflow-image-wrap::before {
    width: 220px;
    height: 220px;
    left: -40px;
  }
  .static-connect-container {
    width: 90%;
  }

  .static-connect-title h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .static-connect-content p {
    font-size: 15px;
  }

  .static-connect-actions {
    flex-direction: column;
  }

  .static-connect-primary,
  .static-connect-secondary {
    width: 100%;
  }

  .static-network-area {
    height: 530px;
    border-radius: 22px;
  }

  .static-center-node {
    width: 100px;
    height: 100px;
  }

  .static-center-ring {
    width: 76px;
    height: 76px;
  }

  .static-center-icon {
    width: 52px;
    height: 52px;
  }

  .static-network-node {
    width: 50px;
    height: 50px;
  }
  .pugpin-pricing-section {
    padding: 75px 0;
  }

  .pugpin-pricing-container {
    width: 90%;
  }

  .pugpin-pricing-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pugpin-pricing-header {
    margin-bottom: 42px;
  }

  .pugpin-pricing-header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .pugpin-pricing-header p {
    font-size: 15px;
  }

  .pugpin-pricing-toggle {
    width: 100%;
    justify-content: center;
  }

  .pricing-toggle-btn {
    flex: 1;
    padding: 0 12px;
  }

  .price-amount {
    font-size: 46px;
  }
  .pugpin-review-section {
    padding: 75px 0;
  }

  .pugpin-review-container {
    width: 90%;
  }

  .pugpin-review-header {
    margin-bottom: 42px;
  }

  .pugpin-review-header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .pugpin-review-header p {
    font-size: 15px;
  }

  .pugpin-review-grid {
    grid-template-columns: 1fr;
  }

  .pugpin-review-card,
  .pugpin-review-card-large {
    min-height: auto;
  }
  .pugpin-learning-container {
    width: 90%;
  }

  .pugpin-learning-header {
    margin-bottom: 34px;
  }

  .pugpin-learning-header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .pugpin-learning-header p {
    font-size: 15px;
  }

  .pugpin-learning-grid {
    grid-template-columns: 1fr;
  }

  .pugpin-learning-card,
  .pugpin-learning-card.card-wide,
  .pugpin-learning-card.card-full {
    grid-column: span 1;
  }

  .pugpin-learning-card,
  .pugpin-learning-card.card-full {
    min-height: 200px;
    border-radius: 16px;
  }
  .pugpin-faq-section {
    padding: 75px 0;
  }

  .pugpin-faq-container {
    width: 90%;
  }

  .pugpin-faq-header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .pugpin-faq-header p {
    font-size: 15px;
  }

  .pugpin-faq-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .pugpin-faq-tabs::-webkit-scrollbar {
    display: none;
  }

  .pugpin-faq-tab {
    flex: 0 0 auto;
    padding: 0 18px;
  }

  .pugpin-faq-question {
    padding: 20px;
    font-size: 14px;
  }

  .pugpin-faq-answer-inner {
    padding: 0 20px 20px;
  }
  .pugpin-cta-section {
    padding: 75px 0;
  }

  .pugpin-cta-container {
    width: 90%;
  }

  .pugpin-cta-box {
    min-height: 420px;
    padding: 55px 22px;
    border-radius: 22px;
  }

  .pugpin-cta-content h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .pugpin-cta-content p {
    font-size: 15px;
  }

  .pugpin-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .pugpin-cta-primary-btn,
  .pugpin-cta-secondary-btn {
    width: 100%;
  }

  .pugpin-cta-cloud {
    width: 160px;
    height: 70px;
  }

  .pugpin-cta-cloud-left {
    left: -15px;
    top: 55px;
  }

  .pugpin-cta-cloud-right {
    right: -20px;
    bottom: 70px;
  }
  .pugpin-contact-section {
    padding: 75px 0;
  }

  .pugpin-contact-container {
    width: 90%;
  }

  .pugpin-contact-content h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .pugpin-contact-content p {
    font-size: 15px;
  }

  .pugpin-contact-form {
    padding: 24px;
    border-radius: 22px;
  }

  .pugpin-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pugpin-contact-form.form-submitted {
    min-height: 300px;
  }

  .pugpin-form-success {
    padding: 30px 20px;
  }
  .pugpin-simple-footer {
    padding-top: 55px;
  }

  .pugpin-simple-footer-container {
    width: 90%;
  }

  .pugpin-simple-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px 26px;
    padding-bottom: 42px;
  }

  .pugpin-footer-brand-column {
    grid-column: 1 / -1;
  }

  .pugpin-simple-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .pugpin-footer-bottom-menu {
    gap: 16px;
  }
}