/* ==========================================================================
   EASWP Theme — custom.css
   Fallback styles not expressible in theme.json.
   ========================================================================== */

/* ---------- Section gap reset ---------- */
/* WordPress is-layout-flow adds margin-block between top-level groups.
   Remove the gap so full-width sections flow seamlessly. */
main.wp-block-group.is-layout-flow > .wp-block-group.alignfull,
main.wp-block-group.is-layout-flow > .wp-block-template-part {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

/* Page-level WP block gap between template parts (header → main → footer) */
body .wp-site-blocks > * {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

/* ---------- Section spacing overrides ---------- */
main.wp-block-group > .wp-block-group.alignfull {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

main.wp-block-group > .wp-block-group.alignfull.easwp-trust-strip {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

main.wp-block-group > .wp-block-group.alignfull.easwp-hero {
  padding-top: 80px !important;
  padding-bottom: 72px !important;
}

/* Trust strip directly follows hero — eliminate the WP layout gap that
   persists despite computed margins being 0 (WP constrained layout quirk). */
main.wp-block-group.is-layout-flow > .wp-block-group.alignfull.easwp-trust-strip {
  margin-top: -24px !important;
  margin-block-start: -24px !important;
}

::selection {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--text-on-dark);
}

.easwp-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  font-size: 13px;
  color: var(--wp--preset--color--accent);
  margin-bottom: var(--wp--preset--spacing--sm);
}

/* Dark/navy kicker gradient handled near line 474 */

.wp-element-button,
.wp-block-button__link {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.wp-element-button:active,
.wp-block-button__link:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.is-style-ghost .wp-block-button__link {
  box-shadow: none;
  backdrop-filter: blur(4px);
}

.is-style-ghost .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.is-style-outline .wp-block-button__link {
  box-shadow: none;
}

.is-style-outline .wp-block-button__link:hover {
  box-shadow: 0 4px 16px rgba(33, 56, 98, 0.2);
}

.easwp-header-glass {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  background: rgba(26, 26, 46, 0.92) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.easwp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  height: 72px;
}

.easwp-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: #fff !important;
  flex-shrink: 0;
}

.easwp-logo-link svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

.easwp-logo-text {
  font-family: var(--wp--preset--font-family--exo-2);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.easwp-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.easwp-nav-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.25s ease;
  white-space: nowrap;
  position: relative;
  padding: 2px 0;
}

.easwp-nav-links a:hover {
  color: #fff;
}

.easwp-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.easwp-nav-links a:hover::after,
.easwp-nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.easwp-nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  background: var(--wp--preset--color--accent);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 3px 14px rgba(232, 145, 58, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  flex-shrink: 0;
}

.easwp-nav-cta:hover {
  background: var(--wp--preset--color--accent-hover);
  box-shadow: 0 8px 28px rgba(232, 145, 58, 0.55), 0 0 24px rgba(232, 145, 58, 0.32);
  transform: translateY(-1px) scale(1.01);
}

.is-style-card {
  box-shadow: 0 1px 3px rgba(26, 44, 78, 0.08), 0 8px 24px rgba(26, 44, 78, 0.12);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-style-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(26, 44, 78, 0.12), 0 16px 48px rgba(26, 44, 78, 0.16);
}

.easwp-card-accent {
  position: relative;
}

.easwp-card-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wp--preset--color--primary), var(--wp--preset--color--accent));
  border-radius: var(--wp--custom--easwp-radius-lg) var(--wp--custom--easwp-radius-lg) 0 0;
}

.is-style-light-section {
  position: relative;
  background:
    repeating-linear-gradient(135deg, rgba(33, 56, 98, 0.028) 0 1px, transparent 1px 16px),
    radial-gradient(circle at 50% 0%, rgba(33, 56, 98, 0.06) 0%, rgba(246, 247, 248, 0) 60%);
  border-top: 1px solid var(--wp--preset--color--primary-100);
  border-bottom: 1px solid var(--wp--preset--color--primary-100);
}

.is-style-dark-section,
.is-style-navy-gradient {
  position: relative;
  overflow: hidden;
}

.is-style-navy-gradient::before,
.is-style-dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.2;
  pointer-events: none;
}

.easwp-hero {
  position: relative;
  overflow: hidden;
}

.easwp-hero-gradient {
  background: linear-gradient(160deg, #0d0d1a 0%, #1a2c4e 40%, #213862 70%, #2a4570 100%);
  background-size: 400% 400%;
  animation: easwp-hero-gradient-shift 15s ease infinite;
  border-radius: 0 0 32px 32px;
}

/* Blur orb — warm accent (top right) */
.easwp-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: #E8913A;
  filter: blur(120px);
  opacity: 0.12;
  pointer-events: none;
  animation: easwp-hero-orb-drift-a 20s ease-in-out infinite;
}

/* Blur orb — cool blue (bottom left) */
.easwp-hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #5b8def;
  filter: blur(100px);
  opacity: 0.15;
  pointer-events: none;
  animation: easwp-hero-orb-drift-b 20s ease-in-out infinite;
}

.easwp-hero > * {
  position: relative;
  z-index: 2;
}

/* Gradient text on hero headline */
.easwp-hero-headline {
  color: #fff;
}

.easwp-hero-subtext {
  color: rgba(255, 255, 255, 0.65) !important;
}

.easwp-hero p:not(.easwp-kicker):not(.easwp-hero-headline):not(.easwp-hero-subtext) {
  color: rgba(255, 255, 255, 0.85);
}

/* Hero pill CTA glow on hover */
.easwp-hero-cta .wp-block-button__link {
  box-shadow: 0 4px 24px rgba(232, 145, 58, 0.3);
  animation: easwp-cta-pulse 2.8s ease-in-out infinite;
}

.easwp-hero-cta .wp-block-button__link:hover {
  box-shadow: 0 6px 32px rgba(232, 145, 58, 0.5);
  transform: translateY(-2px);
}

.easwp-hero-cta-ghost .wp-block-button__link {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
}

.easwp-hero-cta-ghost .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

@keyframes easwp-cta-pulse {
  0%,
  100% {
    box-shadow: 0 4px 24px rgba(232, 145, 58, 0.3);
  }
  50% {
    box-shadow: 0 8px 34px rgba(232, 145, 58, 0.55);
  }
}

.easwp-hero-mockup {
  margin-top: 34px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(13, 18, 30, 0.96) 0%, rgba(22, 33, 53, 0.93) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(91, 141, 239, 0.15), 0 0 80px rgba(91, 141, 239, 0.16);
  transform-origin: center center;
  animation: easwp-hero-mockup-float 6s ease-in-out infinite;
}

.easwp-hero-mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.easwp-hero-mockup-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.95);
}

.easwp-hero-mockup-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.easwp-hero-mockup-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32d583;
  box-shadow: 0 0 10px rgba(50, 213, 131, 0.8);
  animation: easwp-hero-status-pulse 2s ease-in-out infinite;
}

.easwp-hero-mockup-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.easwp-hero-mockup-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 14px 12px;
}

.easwp-hero-mockup-label {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.easwp-hero-mockup-value {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.easwp-hero-mockup-value.is-good {
  color: #32d583;
}

.easwp-hero-mockup-value.is-warn {
  color: #f5a524;
}

.easwp-hero-mockup-progress {
  margin-top: 18px;
}

.easwp-hero-mockup-progress-label {
  margin: 0 0 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
}

.easwp-hero-mockup-progress-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.easwp-hero-mockup-progress-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #32d583 0%, #5b8def 100%);
  position: relative;
  overflow: hidden;
  animation: easwp-hero-progress-load 2s ease 1s forwards;
}

.easwp-hero-mockup-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.75) 50%, transparent 100%);
  animation: easwp-hero-progress-shimmer 1.8s linear 1.2s infinite;
}

.is-style-dark-section .easwp-kicker,
.is-style-navy-gradient .easwp-kicker,
.easwp-hero .easwp-kicker {
  background-image: linear-gradient(90deg, #f5a524 0%, #e8913a 35%, #8aa7ff 70%, #5b8def 100%) !important;
  background-size: 200% 200% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  animation: easwp-hero-kicker-gradient 6s linear infinite alternate;
}

@keyframes easwp-hero-gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes easwp-hero-mockup-float {
  0%,
  100% {
    transform: translateY(-8px) rotate(0.5deg);
  }
  50% {
    transform: translateY(8px) rotate(-0.5deg);
  }
}

@keyframes easwp-hero-progress-load {
  0% {
    width: 0;
  }
  100% {
    width: 68%;
  }
}

@keyframes easwp-hero-progress-shimmer {
  0% {
    left: -40%;
  }
  100% {
    left: 120%;
  }
}

@keyframes easwp-hero-status-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(50, 213, 131, 0.65);
  }
  50% {
    transform: scale(1.28);
    box-shadow: 0 0 18px rgba(50, 213, 131, 0.95);
  }
}

@keyframes easwp-hero-kicker-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes easwp-hero-orb-drift-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-22px, 28px) scale(1.08);
  }
}

@keyframes easwp-hero-orb-drift-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(26px, -20px) scale(0.92);
  }
}

@media (max-width: 800px) {
  .easwp-hero-mockup {
    padding: 20px;
  }

  .easwp-hero-mockup-stats {
    grid-template-columns: 1fr;
  }

  .easwp-hero-mockup-value {
    font-size: 22px;
  }
}

.easwp-trust-strip {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: inset 0 -1px 0 rgba(26, 44, 78, 0.06);
}

.easwp-trust-strip::before,
.easwp-trust-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 56px;
  pointer-events: none;
  z-index: 2;
}

.easwp-trust-strip::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0) 100%);
}

.easwp-trust-strip::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0) 100%);
}

.easwp-trust-badges {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
  padding: 12px 0;
  width: max-content;
  animation: easwp-trust-scroll 25s linear infinite;
  will-change: transform;
}

.easwp-trust-badges:hover {
  animation-play-state: paused;
}

.easwp-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1px solid var(--wp--preset--color--primary-200);
  border-radius: 100px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
  font-weight: 600;
  font-size: 14px;
  color: var(--wp--preset--color--text-heading);
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.easwp-trust-badge:hover {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 10px 28px rgba(33, 56, 98, 0.18), 0 0 0 1px rgba(91, 141, 239, 0.45);
  transform: translateY(-3px);
}

.easwp-trust-badge svg {
  flex-shrink: 0;
}

@keyframes easwp-trust-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .easwp-trust-badges {
    animation: none;
    transform: none;
  }
}

/* ---------- Built Different cards ---------- */

.easwp-diff-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  border-radius: 16px;
  border: 1px solid transparent;
  box-shadow:
    0 1px 3px rgba(26, 44, 78, 0.08),
    0 0 0 1px rgba(33, 56, 98, 0.14) inset;
  transition: box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s ease;
}

.easwp-diff-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(20, 188, 177, 0.82), rgba(91, 141, 239, 0.72), rgba(232, 145, 58, 0.78), rgba(20, 188, 177, 0.82));
  background-size: 240% 240%;
  opacity: 0.65;
  pointer-events: none;
  z-index: 1;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.35s ease;
}

.easwp-diff-card::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: 14px;
  bottom: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(20, 188, 177, 0.96) 60%, rgba(20, 188, 177, 0.52) 100%);
  box-shadow: 0 0 0 5px rgba(20, 188, 177, 0.14), 0 0 16px rgba(20, 188, 177, 0.4);
  opacity: 0.82;
  pointer-events: none;
  z-index: 2;
  animation: easwp-diff-dot-float 3.8s ease-in-out infinite;
}

.easwp-diff-card:hover {
  box-shadow:
    0 16px 44px rgba(26, 44, 78, 0.16),
    0 0 0 1px rgba(20, 188, 177, 0.35),
    0 0 24px rgba(20, 188, 177, 0.28),
    0 0 38px rgba(91, 141, 239, 0.18);
  animation: easwp-diff-glow-pulse 2.8s ease-in-out infinite;
  transform: translateY(-4px);
}

.easwp-diff-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--accent));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--wp--preset--spacing--md);
  box-shadow: 0 10px 24px rgba(33, 56, 98, 0.2);
  transition: transform 0.62s cubic-bezier(0.2, 1.35, 0.35, 1), box-shadow 0.62s cubic-bezier(0.2, 1.35, 0.35, 1);
}

.easwp-diff-card:hover .easwp-diff-icon {
  transform: rotate(8deg) scale(1.1);
  box-shadow: 0 18px 38px rgba(20, 188, 177, 0.4), 0 0 26px rgba(91, 141, 239, 0.35);
}

.easwp-diff-card:hover::before {
  opacity: 1;
  animation: easwp-diff-border-shift 4.2s linear infinite;
}

@keyframes easwp-diff-border-shift {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

@keyframes easwp-diff-glow-pulse {
  0%,
  100% {
    box-shadow:
      0 16px 44px rgba(26, 44, 78, 0.16),
      0 0 0 1px rgba(20, 188, 177, 0.3),
      0 0 22px rgba(20, 188, 177, 0.24),
      0 0 34px rgba(91, 141, 239, 0.15);
  }
  50% {
    box-shadow:
      0 18px 48px rgba(26, 44, 78, 0.18),
      0 0 0 1px rgba(20, 188, 177, 0.48),
      0 0 30px rgba(20, 188, 177, 0.35),
      0 0 44px rgba(91, 141, 239, 0.22);
  }
}

@keyframes easwp-diff-dot-float {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.78;
  }
  50% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .easwp-diff-card,
  .easwp-diff-icon {
    transition: none;
  }

  .easwp-diff-card::before,
  .easwp-diff-card::after,
  .easwp-diff-card:hover {
    animation: none;
  }

  .easwp-diff-card:hover,
  .easwp-diff-card:hover .easwp-diff-icon {
    transform: none;
  }
}

/* ---------- Product Proof cards ---------- */

.easwp-proof-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  border-radius: 16px;
  border: 1px solid var(--wp--preset--color--primary-100);
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.easwp-proof-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wp--preset--color--primary), var(--wp--preset--color--accent));
  border-radius: 16px 16px 0 0;
}

.easwp-proof-card::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -16px;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 35% 30%, rgba(20, 188, 177, 0.35) 0%, rgba(20, 188, 177, 0.08) 38%, rgba(20, 188, 177, 0) 72%),
    radial-gradient(circle at 70% 72%, rgba(91, 141, 239, 0.28) 0%, rgba(91, 141, 239, 0) 70%);
  opacity: 0.6;
  transform: rotate(12deg);
  pointer-events: none;
  filter: blur(0.2px);
  animation: easwp-proof-accent-float 5.2s ease-in-out infinite;
}

.easwp-proof-card:hover {
  border-color: var(--wp--preset--color--primary-200);
  box-shadow: 0 12px 40px rgba(26, 44, 78, 0.15);
  transform: translateY(-6px);
}

.easwp-proof-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--primary-light));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--wp--preset--spacing--md);
  box-shadow: 0 9px 22px rgba(33, 56, 98, 0.26);
  transition: transform 0.62s cubic-bezier(0.2, 1.35, 0.35, 1), box-shadow 0.62s cubic-bezier(0.2, 1.35, 0.35, 1);
}

.easwp-proof-card:hover .easwp-proof-icon {
  transform: rotate(5deg) scale(1.12);
  animation: easwp-proof-icon-shadow-shift 2.2s linear infinite;
}

/* ---------- Demo browser mockup ---------- */

.easwp-demo-section {
  position: relative;
  overflow: hidden;
}

.easwp-demo-section p:not(.easwp-kicker) {
  color: rgba(255, 255, 255, 0.65);
}

.easwp-browser-mockup {
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 40px rgba(91, 141, 239, 0.25);
  animation: easwp-browser-glow-pulse 4s ease-in-out infinite;
}

.easwp-browser-chrome {
  background: linear-gradient(180deg, #37384b 0%, #2a2a3a 100%);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.easwp-browser-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.easwp-browser-dot:first-child { background: #ff5f57; }
.easwp-browser-dot:nth-child(2) { background: #febc2e; }
.easwp-browser-dot:nth-child(3) { background: #28c840; }

.easwp-browser-url {
  margin-left: 12px;
  padding: 6px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  flex: 1;
}

.easwp-browser-body {
  background: #1e1e2e;
  padding: 36px;
}

.easwp-browser-content {
  max-width: 500px;
  margin: 0 auto;
}

.easwp-mock-toolbar {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(33, 56, 98, 0.35);
  animation: easwp-toolbar-pulse 3.2s ease-in-out infinite;
}

.easwp-mock-icon {
  font-size: 18px;
}

.easwp-mock-scan {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 16px;
}

.easwp-mock-bar {
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.easwp-mock-bar-success {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #28a745, #34c759);
  box-shadow: 0 0 18px rgba(52, 199, 89, 0.35);
}

.easwp-mock-bar-success::after {
  content: "";
  position: absolute;
  top: 0;
  left: -38%;
  width: 36%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 52%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  animation: easwp-mock-scan-shimmer 1.9s linear infinite;
}

.easwp-mock-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.easwp-mock-item {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateX(-16px);
  animation: easwp-mock-item-in 0.64s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.easwp-mock-item:nth-child(1) { animation-delay: 0.08s; }
.easwp-mock-item:nth-child(2) { animation-delay: 0.2s; }
.easwp-mock-item:nth-child(3) { animation-delay: 0.32s; }
.easwp-mock-item:nth-child(4) { animation-delay: 0.44s; }
.easwp-mock-item:nth-child(5) { animation-delay: 0.56s; }

.easwp-mock-pass { border-left: 3px solid #28a745; }
.easwp-mock-warn { border-left: 3px solid #f0ad4e; }

@keyframes easwp-proof-accent-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(12deg) scale(1);
    opacity: 0.78;
  }
  50% {
    transform: translate3d(-7px, -9px, 0) rotate(18deg) scale(1.07);
    opacity: 1;
  }
}

@keyframes easwp-proof-icon-shadow-shift {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(33, 56, 98, 0.32), 0 0 0 1px rgba(91, 141, 239, 0.2), 0 0 20px rgba(91, 141, 239, 0.28);
  }
  50% {
    box-shadow: 0 18px 36px rgba(33, 56, 98, 0.36), 0 0 0 1px rgba(20, 188, 177, 0.45), 0 0 28px rgba(20, 188, 177, 0.34);
  }
}

@keyframes easwp-browser-glow-pulse {
  0%,
  100% {
    box-shadow:
      0 20px 60px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(255, 255, 255, 0.1),
      0 0 34px rgba(91, 141, 239, 0.2);
  }
  50% {
    box-shadow:
      0 26px 72px rgba(0, 0, 0, 0.58),
      0 0 0 1px rgba(255, 255, 255, 0.16),
      0 0 62px rgba(91, 141, 239, 0.42);
  }
}

@keyframes easwp-toolbar-pulse {
  0%,
  100% {
    box-shadow: 0 8px 24px rgba(33, 56, 98, 0.35), 0 0 0 rgba(91, 141, 239, 0);
  }
  50% {
    box-shadow: 0 10px 30px rgba(33, 56, 98, 0.42), 0 0 26px rgba(91, 141, 239, 0.3);
  }
}

@keyframes easwp-mock-scan-shimmer {
  0% {
    left: -38%;
  }
  100% {
    left: 120%;
  }
}

@keyframes easwp-mock-item-in {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ---------- Feature grid cards ---------- */

.is-style-feature-grid .is-style-card {
  text-align: center;
  padding: calc(var(--wp--preset--spacing--xl) + 4px);
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  min-height: 320px;
  transition: border-color 0.2s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.is-style-feature-grid .is-style-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 4px;
  background: linear-gradient(90deg, var(--wp--preset--color--primary), var(--wp--preset--color--accent));
  transition: width 0.45s ease;
}

.is-style-feature-grid .is-style-card:hover {
  box-shadow: 0 12px 40px rgba(26, 44, 78, 0.14);
  transform: translateY(-6px);
}

.is-style-feature-grid .is-style-card:hover::before {
  width: 100%;
}

.is-style-feature-grid .is-style-card h3 {
  margin-top: var(--wp--preset--spacing--md);
}

.is-style-feature-grid .is-style-card a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.is-style-feature-grid .is-style-card a:hover,
.is-style-feature-grid .is-style-card a:focus-visible {
  color: var(--wp--preset--color--accent);
  text-decoration: underline;
}

.easwp-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--primary-light));
  color: #fff;
  margin: 0 auto var(--wp--preset--spacing--sm);
  box-shadow: 0 6px 20px rgba(33, 56, 98, 0.3);
  transition: transform 0.45s cubic-bezier(0.22, 1.4, 0.36, 1), box-shadow 0.3s ease;
}

.easwp-feature-icon svg {
  width: 28px;
  height: 28px;
}

.is-style-feature-grid .is-style-card:hover .easwp-feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 14px 32px rgba(33, 56, 98, 0.35), 0 0 22px rgba(91, 141, 239, 0.4);
  animation: easwp-feature-icon-glow 1.6s ease-in-out infinite;
}

/* ---------- How it works — step numbers ---------- */

.easwp-steps .wp-block-column {
  text-align: center;
  position: relative;
  border-radius: 16px;
  transition: box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.easwp-steps .wp-block-column:hover {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  box-shadow: 0 8px 24px rgba(26, 44, 78, 0.08);
  transform: translateY(-2px);
}

.easwp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--primary-light));
  color: var(--wp--preset--color--text-on-dark);
  font-weight: 700;
  font-size: 22px;
  margin: 0 auto var(--wp--preset--spacing--md);
  box-shadow: 0 6px 20px rgba(33, 56, 98, 0.25);
  position: relative;
  z-index: 1;
  transition: transform 0.35s cubic-bezier(0.22, 1.4, 0.36, 1), box-shadow 0.35s ease, background 0.35s ease;
  animation: easwp-step-breathe 3s ease-in-out infinite;
}

.easwp-step-number::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 141, 239, 0.2) 0%, rgba(91, 141, 239, 0) 70%);
  z-index: -1;
}

/* Connector line between steps */
.easwp-steps .wp-block-column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -30px;
  width: 60px;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--wp--preset--color--primary-200) 0%,
    var(--wp--preset--color--primary) 50%,
    var(--wp--preset--color--primary-200) 100%
  );
  background-size: 220% 100%;
  opacity: 0.65;
  animation: easwp-step-connector-flow 2.8s linear infinite;
}

.easwp-steps .wp-block-column h3 {
  font-size: clamp(1.2rem, 1.05rem + 0.45vw, 1.35rem);
  font-weight: 700;
}

.easwp-steps .wp-block-column:hover .easwp-step-number {
  background: linear-gradient(135deg, var(--wp--preset--color--primary-light), var(--wp--preset--color--accent));
  box-shadow: 0 12px 30px rgba(33, 56, 98, 0.35), 0 0 24px rgba(91, 141, 239, 0.38);
  animation: easwp-step-breathe-hover 2.4s ease-in-out infinite;
}

@media (max-width: 781px) {
  .easwp-steps .wp-block-column:not(:last-child)::after {
    display: none;
  }
}

@keyframes easwp-feature-icon-glow {
  0%,
  100% {
    box-shadow: 0 14px 32px rgba(33, 56, 98, 0.35), 0 0 16px rgba(91, 141, 239, 0.32);
  }
  50% {
    box-shadow: 0 16px 36px rgba(33, 56, 98, 0.42), 0 0 28px rgba(91, 141, 239, 0.48);
  }
}

@keyframes easwp-step-breathe {
  0%,
  100% {
    transform: scale(0.95);
    box-shadow: 0 6px 20px rgba(33, 56, 98, 0.25);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(33, 56, 98, 0.33);
  }
}

@keyframes easwp-step-breathe-hover {
  0%,
  100% {
    transform: scale(1.1);
    box-shadow: 0 10px 26px rgba(33, 56, 98, 0.32), 0 0 16px rgba(91, 141, 239, 0.3);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 14px 34px rgba(33, 56, 98, 0.4), 0 0 28px rgba(91, 141, 239, 0.44);
  }
}

@keyframes easwp-step-connector-flow {
  from {
    background-position: 0% 0;
  }
  to {
    background-position: 220% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-style-feature-grid .is-style-card::before,
  .easwp-feature-icon,
  .easwp-step-number,
  .easwp-steps .wp-block-column:not(:last-child)::after {
    animation: none !important;
    transition: none !important;
  }

  .is-style-feature-grid .is-style-card:hover,
  .is-style-feature-grid .is-style-card:hover .easwp-feature-icon,
  .easwp-steps .wp-block-column:hover,
  .easwp-steps .wp-block-column:hover .easwp-step-number {
    transform: none;
  }
}

.easwp-pricing-grid {
  align-items: stretch;
}

.easwp-pricing-grid > .wp-block-column {
  display: flex;
}

.easwp-pricing-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--md);
  border-radius: 16px;
  border: 1px solid var(--wp--preset--color--primary-100);
  box-shadow: 0 4px 16px rgba(26, 44, 78, 0.1);
  transition: border-color 0.25s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.easwp-pricing-card:not(.easwp-pricing-featured) {
  border-color: transparent;
  background:
    linear-gradient(180deg, #ffffff 0%, #fafbfc 100%) padding-box,
    linear-gradient(120deg, rgba(91, 141, 239, 0.2), rgba(56, 196, 207, 0.2), rgba(91, 141, 239, 0.2)) border-box;
  background-size: 100% 100%, 220% 220%;
}

.easwp-pricing-card:not(.easwp-pricing-featured)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wp--preset--color--primary), var(--wp--preset--color--accent));
  border-radius: 16px 16px 0 0;
  pointer-events: none;
}

.easwp-pricing-card:not(.easwp-pricing-featured):hover {
  transform: translateY(-4px);
  border-color: transparent;
  background-position: 0 0, 100% 50%;
  animation: easwp-pricing-border-shift 2.8s linear infinite;
  box-shadow: 0 14px 36px rgba(26, 44, 78, 0.16), 0 0 0 1px rgba(56, 196, 207, 0.3), 0 0 24px rgba(56, 196, 207, 0.28);
}

.easwp-pricing-card .wp-block-buttons {
  margin-top: auto;
}

.easwp-pricing-card:not(.easwp-pricing-featured) .wp-block-button__link {
  border: none;
  background: linear-gradient(135deg, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--primary-light) 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(33, 56, 98, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.easwp-pricing-card:not(.easwp-pricing-featured) .wp-block-button__link:hover,
.easwp-pricing-card:not(.easwp-pricing-featured) .wp-block-button__link:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 12px 30px rgba(33, 56, 98, 0.3);
}

.easwp-pricing-featured {
  position: relative;
  z-index: 1;
  transform: scale(1.04);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 48px rgba(33, 56, 98, 0.34), 0 30px 85px rgba(33, 56, 98, 0.24), 0 0 48px rgba(91, 141, 239, 0.28);
  animation: easwp-pro-breathing-glow 4s ease-in-out infinite;
}

.easwp-pricing-featured:hover {
  transform: scale(1.04) translateY(-4px);
  filter: brightness(1.03);
}

.easwp-price {
  font-size: clamp(2.5rem, 1.9rem + 1.8vw, 3.35rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--wp--preset--color--primary);
  line-height: 1;
}

.easwp-pricing-featured .easwp-price {
  color: var(--wp--preset--color--text-on-dark);
}

.easwp-price-period {
  font-size: 14px;
  font-weight: 400;
  color: var(--wp--preset--color--text-muted);
}

.easwp-pricing-featured .easwp-price-period {
  color: rgba(255, 255, 255, 0.7);
}

.easwp-pricing-card .wp-block-list {
  list-style: none;
  padding-left: 0;
}

.easwp-pricing-card .wp-block-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.45;
}

.easwp-pricing-card .wp-block-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.18), rgba(52, 199, 89, 0.28));
  color: #1f8f4f;
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(40, 167, 69, 0.28);
}

.easwp-pricing-featured .wp-block-list li,
.easwp-pricing-featured .wp-block-list.has-text-on-dark-color li {
  color: rgba(255, 255, 255, 0.92) !important;
}

.easwp-pricing-featured .wp-block-list li::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(232, 145, 58, 0.35));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.easwp-badge {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #ffcb78 0%, var(--wp--preset--color--accent) 55%, #df8235 100%);
  color: var(--wp--preset--color--text-on-dark);
  margin-bottom: var(--wp--preset--spacing--sm);
  box-shadow: 0 6px 16px rgba(232, 145, 58, 0.45), 0 0 24px rgba(232, 145, 58, 0.24);
  animation: easwp-badge-glow 2.8s ease-in-out infinite;
}

.easwp-badge::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -130%;
  width: 46%;
  height: 220%;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.82) 46%, rgba(255, 255, 255, 0) 86%);
  transform: translateX(0) rotate(18deg);
  animation: easwp-badge-shine 2.7s linear infinite;
}

.wp-block-table {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--primary-100);
  box-shadow: 0 4px 20px rgba(26, 44, 78, 0.1);
}

.wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
}

.wp-block-table thead th {
  text-align: center;
  padding: 18px 24px;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.wp-block-table thead th:first-child {
  text-align: left;
}

.wp-block-table tbody td {
  padding: 12px 24px;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid var(--wp--preset--color--primary-100);
  transition: background-color 0.28s ease, color 0.28s ease;
}

.wp-block-table tbody td:first-child {
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: 550;
}

.wp-block-table tbody td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, rgba(56, 196, 207, 0.96), rgba(91, 141, 239, 0.96));
  box-shadow: 0 0 14px rgba(56, 196, 207, 0.55);
  transform: translateX(-110%);
  transition: transform 0.3s ease;
}

.wp-block-table tbody tr:last-child td {
  border-bottom: none;
}

.wp-block-table tbody tr {
  transition: background-color 0.28s ease, box-shadow 0.28s ease;
}

.wp-block-table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.wp-block-table tbody tr:hover {
  background: linear-gradient(90deg, rgba(224, 241, 255, 0.92) 0%, rgba(214, 236, 255, 0.72) 100%);
  box-shadow: inset 0 1px 0 rgba(91, 141, 239, 0.28), inset 0 -1px 0 rgba(91, 141, 239, 0.22), inset 0 0 0 1px rgba(91, 141, 239, 0.12);
}

.wp-block-table tbody tr:hover td:first-child::before {
  transform: translateX(0);
}

.wp-block-table tbody td:nth-child(2),
.wp-block-table tbody td:nth-child(3) {
  font-weight: 800;
  font-size: 1.06rem;
  line-height: 1;
}

.wp-block-table tbody tr:nth-child(-n + 7) td:nth-child(2),
.wp-block-table tbody tr:not(.easwp-upgrade-row) td:nth-child(3) {
  color: #1f8f4f;
  background-image: radial-gradient(circle at center, rgba(40, 167, 69, 0.16) 0 17px, transparent 17px);
  background-repeat: no-repeat;
  background-position: center;
}

.wp-block-table tbody tr:nth-child(n + 8) td:nth-child(2) {
  color: #8e9ab0;
  background-image: radial-gradient(circle at center, rgba(141, 154, 176, 0.16) 0 17px, transparent 17px);
  background-repeat: no-repeat;
  background-position: center;
}

.wp-block-table .easwp-upgrade-row td {
  background: linear-gradient(110deg, rgba(232, 145, 58, 0.24) 0%, rgba(255, 245, 230, 0.92) 38%, rgba(234, 248, 255, 0.85) 65%, #ffffff 100%);
  background-size: 220% 220%;
  border-top: 2px solid rgba(232, 145, 58, 0.55);
  font-weight: 700;
  animation: easwp-upgrade-gradient-shift 6s ease-in-out infinite;
}

.wp-block-table .easwp-upgrade-row td:first-child {
  border-left: 4px solid rgba(56, 196, 207, 0.88);
  box-shadow: inset 0 0 0 1px rgba(56, 196, 207, 0.12);
  animation: easwp-upgrade-gradient-shift 6s ease-in-out infinite, easwp-upgrade-left-pulse 2.8s ease-in-out infinite;
}

.wp-block-table .easwp-upgrade-row td:last-child a {
  color: var(--wp--preset--color--text-on-dark);
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(135deg, var(--wp--preset--color--primary), var(--wp--preset--color--primary-light));
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(33, 56, 98, 0.28);
}

@keyframes easwp-badge-glow {
  0%,
  100% {
    box-shadow: 0 6px 16px rgba(232, 145, 58, 0.45), 0 0 20px rgba(232, 145, 58, 0.2);
  }
  50% {
    box-shadow: 0 8px 22px rgba(232, 145, 58, 0.6), 0 0 30px rgba(232, 145, 58, 0.34);
  }
}

@keyframes easwp-badge-shine {
  0% {
    transform: translateX(0) rotate(18deg);
  }
  100% {
    transform: translateX(500%) rotate(18deg);
  }
}

@keyframes easwp-pro-breathing-glow {
  0%,
  100% {
    box-shadow: 0 18px 48px rgba(33, 56, 98, 0.3), 0 30px 85px rgba(33, 56, 98, 0.2), 0 0 26px rgba(56, 196, 207, 0.2), 0 0 46px rgba(91, 141, 239, 0.2);
  }
  50% {
    box-shadow: 0 24px 60px rgba(33, 56, 98, 0.42), 0 36px 95px rgba(33, 56, 98, 0.32), 0 0 50px rgba(56, 196, 207, 0.42), 0 0 92px rgba(91, 141, 239, 0.36);
  }
}

@keyframes easwp-pricing-border-shift {
  0% {
    background-position: 0 0, 0% 50%;
  }
  100% {
    background-position: 0 0, 100% 50%;
  }
}

@keyframes easwp-upgrade-gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes easwp-upgrade-left-pulse {
  0%,
  100% {
    border-left-color: rgba(56, 196, 207, 0.66);
    box-shadow: inset 0 0 0 1px rgba(56, 196, 207, 0.1), -6px 0 16px rgba(56, 196, 207, 0.12);
  }
  50% {
    border-left-color: rgba(56, 196, 207, 1);
    box-shadow: inset 0 0 0 1px rgba(56, 196, 207, 0.22), -8px 0 22px rgba(56, 196, 207, 0.28);
  }
}

@keyframes easwp-faq-content-slide-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes easwp-cta-gradient-shift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes easwp-cta-button-glow {
  0%,
  100% {
    box-shadow: 0 12px 30px rgba(12, 24, 46, 0.34), 0 0 28px rgba(232, 145, 58, 0.22), 0 0 0 rgba(56, 196, 207, 0);
  }
  50% {
    box-shadow: 0 18px 42px rgba(12, 24, 46, 0.46), 0 0 44px rgba(232, 145, 58, 0.45), 0 0 72px rgba(56, 196, 207, 0.32);
  }
}

@keyframes easwp-cta-stat-entrance {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes easwp-footer-line-shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.wp-block-details {
  position: relative;
  border: 1px solid var(--wp--preset--color--primary-200);
  border-radius: 14px;
  padding: 0;
  background: var(--wp--preset--color--bg-card);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(26, 44, 78, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-details::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, var(--wp--preset--color--primary), var(--wp--preset--color--accent));
  transition: height 0.3s ease;
}

.wp-block-details:hover {
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 10px 28px rgba(33, 56, 98, 0.14);
}

.wp-block-details:hover::before {
  height: 100%;
}

.wp-block-details + .wp-block-details {
  margin-top: 12px;
}

.wp-block-details summary {
  cursor: pointer;
  color: var(--wp--preset--color--text-heading);
  font-weight: 600;
  font-size: 16px;
  padding: 20px 24px;
  transition: background-color 0.15s ease;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wp-block-details summary::-webkit-details-marker {
  display: none;
}

.wp-block-details summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--primary-50);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: var(--wp--preset--color--primary);
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: var(--wp--preset--spacing--md);
}

.wp-block-details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.wp-block-details summary:hover {
  background: var(--wp--preset--color--primary-50);
}

.wp-block-details[open] {
  border-color: var(--wp--preset--color--primary);
  background: linear-gradient(180deg, #ffffff 0%, rgba(91, 141, 239, 0.08) 100%);
}

.wp-block-details > :not(summary) {
  padding: 0 var(--wp--preset--spacing--lg) var(--wp--preset--spacing--md);
}

.wp-block-details[open] > :not(summary) {
  animation: easwp-faq-content-slide-in 0.3s ease;
}

/* CTA banner removed — content merged into closing CTA */

.easwp-cta-stats {
  gap: var(--wp--preset--spacing--sm);
  justify-content: center;
}

.easwp-cta-stats .wp-block-column {
  text-align: center;
}

.easwp-cta-stats .wp-block-column p {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  padding: 8px 14px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  color: var(--wp--preset--color--text-on-dark);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(10px);
  animation: easwp-cta-stat-entrance 0.5s ease forwards;
}

.easwp-cta-stats .wp-block-column:nth-child(1) p { animation-delay: 0.1s; }
.easwp-cta-stats .wp-block-column:nth-child(2) p { animation-delay: 0.2s; }
.easwp-cta-stats .wp-block-column:nth-child(3) p { animation-delay: 0.3s; }
.easwp-cta-stats .wp-block-column:nth-child(4) p { animation-delay: 0.4s; }

/* ---------- Closing CTA (merged founding partners + download) ---------- */
.easwp-closing-cta {
  text-align: center;
}

.easwp-closing-cta a {
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}

.easwp-closing-cta a:hover {
  color: #fff;
}

.easwp-cta-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px auto;
  max-width: 200px;
}

.easwp-cta-divider::before,
.easwp-cta-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.easwp-cta-divider span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  text-transform: lowercase;
  letter-spacing: 0.05em;
}

.easwp-closing-cta .easwp-cta-stats {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Footer ---------- */
.easwp-footer {
  position: relative;
  padding-top: 56px !important;
  padding-bottom: 0 !important;
}

.easwp-footer::before {
  display: none;
}

/* Footer brand block */
.easwp-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.easwp-footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: var(--wp--preset--color--text-on-dark);
}

.easwp-footer-logo-link::after {
  display: none !important;
}

.easwp-footer-logo-link svg {
  flex-shrink: 0;
}

.easwp-footer-logo-text {
  font-family: var(--wp--preset--font-family--exo-2);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wp--preset--color--text-on-dark);
}

.easwp-footer-tagline {
  color: var(--wp--preset--color--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.easwp-footer .footer-col h4 {
  margin-bottom: var(--wp--preset--spacing--md);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
}

.easwp-footer-grid {
  gap: 56px;
  padding-bottom: 40px;
}

.easwp-footer-grid > .wp-block-column:first-child > .wp-block-group:first-child p {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
}

.easwp-footer .footer-col p {
  margin-top: 0;
  margin-bottom: 12px;
}

.easwp-footer a {
  position: relative;
  display: inline-block;
  color: var(--wp--preset--color--text-muted);
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.easwp-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.easwp-footer a:hover {
  color: var(--wp--preset--color--accent);
}

.easwp-footer a:hover::after {
  transform: scaleX(1);
}

.easwp-social {
  display: flex;
  gap: 10px;
  margin-top: var(--wp--preset--spacing--md);
}

.easwp-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--wp--preset--color--text-on-dark);
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.easwp-social a::after {
  display: none;
}

.easwp-social a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* Footer bottom section — disclaimer + legal */
.easwp-footer-bottom-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  max-width: 1320px;
  margin: 0 auto;
}

.easwp-footer-disclaimer {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.easwp-footer-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

.easwp-footer-legal a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}

.easwp-footer-legal a:hover {
  color: var(--wp--preset--color--accent);
}

.easwp-footer-legal a::after {
  display: none;
}

.easwp-footer .wp-block-separator {
  display: none;
}

.wp-block-columns.is-style-feature-grid > .wp-block-column,
.wp-block-columns.is-style-pricing-grid > .wp-block-column {
  min-width: 0;
}

@media (max-width: 1024px) {
  .wp-block-columns.is-style-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--lg);
  }
}

@media (max-width: 781px) {
  .wp-block-columns.is-style-feature-grid,
  .wp-block-columns.is-style-pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--wp--preset--spacing--md);
  }

  .easwp-pricing-featured {
    transform: none;
  }

  .easwp-pricing-featured:hover {
    transform: translateY(-4px);
  }

  .easwp-footer-bottom .has-text-align-right {
    text-align: left !important;
  }
}

.easwp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.easwp-reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.easwp-reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0s; }
.easwp-reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.1s; }
.easwp-reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.2s; }
.easwp-reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.3s; }

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

@media (prefers-reduced-motion: reduce) {
  .easwp-reveal,
  .easwp-reveal-stagger > *,
  .wp-element-button,
  .wp-block-button__link,
  .is-style-card,
  .easwp-pricing-card,
  .wp-block-details {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .easwp-hero-gradient,
  .easwp-hero::before,
  .easwp-hero::after,
  .easwp-hero-mockup,
  .easwp-hero-mockup-status-dot,
  .easwp-hero-mockup-progress-fill,
  .easwp-hero-mockup-progress-fill::after,
  .easwp-hero .easwp-kicker,
  .easwp-proof-card::after,
  .easwp-proof-card:hover .easwp-proof-icon,
  .easwp-browser-mockup,
  .easwp-mock-toolbar,
  .easwp-mock-bar-success::after,
  .easwp-mock-item,
  .easwp-pricing-featured,
  .easwp-pricing-card:not(.easwp-pricing-featured):hover,
  .easwp-badge,
  .easwp-badge::after,
  .easwp-cta-banner,
  .easwp-cta-button .wp-block-button__link,
  .easwp-cta-stats .wp-block-column p,
  .wp-block-details[open] > :not(summary),
  .easwp-footer::before,
  .wp-block-table .easwp-upgrade-row td,
  .wp-block-table .easwp-upgrade-row td:first-child {
    animation: none !important;
  }

  .easwp-hero-mockup-progress-fill {
    width: 68%;
  }

  .easwp-hero .easwp-kicker {
    background: none;
    color: var(--wp--preset--color--accent);
  }

  .easwp-proof-card:hover .easwp-proof-icon {
    transform: none;
    box-shadow: 0 9px 22px rgba(33, 56, 98, 0.26);
  }

  .easwp-mock-item {
    opacity: 1;
    transform: none;
  }

  .easwp-badge::after {
    transition: none !important;
    transform: none !important;
  }

  .wp-block-details::before,
  .wp-block-details summary::after,
  .easwp-footer a,
  .easwp-footer a::after,
  .easwp-social a {
    transition: none !important;
  }

  .easwp-cta-stats .wp-block-column p {
    opacity: 1 !important;
    transform: none !important;
  }

  .wp-block-details[open] summary::after,
  .easwp-social a:hover {
    transform: none !important;
  }

  .easwp-footer a::after,
  .easwp-footer a:hover::after {
    transform: scaleX(0) !important;
  }

  .wp-block-table tbody td:first-child::before {
    transition: none !important;
  }
}

/* ==========================================================================
   Lawsuit Risk Section
   ========================================================================== */

.easwp-lawsuit-section {
  text-align: center;
}

.easwp-lawsuit-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.easwp-lawsuit-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.easwp-lawsuit-stat:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}

.easwp-lawsuit-stat-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(232, 145, 58, 0.12);
  color: var(--wp--preset--color--accent);
}

.easwp-lawsuit-stat-number {
  font-family: var(--wp--preset--font-family--exo-2);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}

.easwp-lawsuit-stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

@media (max-width: 768px) {
  .easwp-lawsuit-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .easwp-lawsuit-stat {
    flex-direction: row;
    text-align: left;
    padding: 20px;
    gap: 16px;
  }

  .easwp-lawsuit-stat-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  .easwp-lawsuit-stat-number {
    font-size: 28px;
  }
}

/* ==========================================================================
   Custom Solutions Section (Merkra)
   ========================================================================== */

.easwp-custom-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: center;
}

.easwp-custom-content h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--wp--preset--color--text-heading);
  margin: 0 0 16px;
  line-height: 1.25;
}

.easwp-custom-content .easwp-kicker {
  text-align: left;
}

.easwp-custom-desc {
  font-size: 16px;
  line-height: 1.7;
  color: var(--wp--preset--color--text-body);
  margin: 0 0 24px;
}

.easwp-custom-desc strong {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}

.easwp-custom-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.easwp-custom-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--wp--preset--color--text-body);
}

.easwp-custom-list li svg {
  flex-shrink: 0;
}

.easwp-custom-cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.easwp-custom-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: var(--wp--preset--color--primary);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 3px 14px rgba(13, 115, 119, 0.25);
}

.easwp-custom-cta-btn:hover {
  background: var(--wp--preset--color--primary-hover, #0a5e61);
  box-shadow: 0 8px 28px rgba(13, 115, 119, 0.4);
  transform: translateY(-1px);
}

.easwp-custom-cta-note {
  font-size: 13px;
  color: var(--wp--preset--color--text-muted);
}

/* Custom solutions card */
.easwp-custom-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid var(--wp--preset--color--primary-200, rgba(13, 115, 119, 0.15));
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.easwp-custom-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 24px;
  background: linear-gradient(135deg, var(--wp--preset--color--primary) 0%, #0a5e61 100%);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.easwp-custom-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.easwp-custom-card-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--wp--preset--color--text-body);
}

.easwp-custom-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(13, 115, 119, 0.1);
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.easwp-custom-card-footer {
  padding: 16px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.easwp-custom-card-price {
  display: block;
  font-family: var(--wp--preset--font-family--exo-2);
  font-size: 18px;
  font-weight: 700;
  color: var(--wp--preset--color--text-heading);
}

.easwp-custom-card-subtext {
  display: block;
  font-size: 13px;
  color: var(--wp--preset--color--text-muted);
  margin-top: 2px;
}

@media (max-width: 900px) {
  .easwp-custom-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .easwp-custom-content .easwp-kicker {
    text-align: center;
  }

  .easwp-custom-content h2 {
    text-align: center;
  }

  .easwp-custom-desc {
    text-align: center;
  }

  .easwp-custom-list {
    align-items: center;
  }

  .easwp-custom-cta-row {
    justify-content: center;
  }

  .easwp-custom-card {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .easwp-reveal, .easwp-reveal-stagger > * { opacity: 1 !important; transform: none !important; }
}

/* ── Mobile hamburger menu ── */
.easwp-nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  z-index: 1001;
}
.easwp-nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.easwp-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.easwp-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.easwp-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .easwp-nav-toggle {
    display: flex;
    order: 3;
  }
  .easwp-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26, 35, 50, 0.98);
    backdrop-filter: blur(16px);
    flex-direction: column;
    padding: 16px 24px 24px;
    gap: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .easwp-nav-links.is-open {
    display: flex;
  }
  .easwp-nav-links a {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .easwp-nav-links a::after {
    display: none;
  }
  .easwp-nav-cta {
    display: none;
  }
  .easwp-nav {
    position: relative;
  }
}
