*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"IBM Plex Sans Arabic",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fbfcff;color:#111827}button,input,textarea,select{font:inherit}img{max-width:100%}
.approved-marketing {
  --approved-ink: #111827;
  --approved-muted: #667085;
  --approved-purple: #4630a8;
  --approved-purple-2: #33217f;
  --approved-red: #f25757;
  --approved-gold: #f5bd48;
  --approved-cyan: #62d2dc;
  --approved-line: #edf0f5;
  --approved-radius: 8px;
  overflow: hidden;
  background: #fbfcff;
  color: var(--approved-ink);
}

.approved-marketing a {
  color: inherit;
  text-decoration: none;
}

.approved-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(70, 48, 168, 0.98), rgba(51, 33, 127, 0.94)),
    url("https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=2400&q=84") center/cover;
}

.approved-hero::before {
  content: "";
  position: absolute;
  inset: -160px -120px auto auto;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow:
    0 0 0 86px rgba(255, 255, 255, 0.05),
    0 0 0 172px rgba(255, 255, 255, 0.04),
    0 0 0 258px rgba(255, 255, 255, 0.03);
  animation: approvedOrbitBreath 8s ease-in-out infinite;
}

.approved-hero::after {
  content: "";
  position: absolute;
  inset: auto auto -110px -90px;
  width: 440px;
  height: 270px;
  border-radius: 40px;
  background: var(--approved-gold);
  transform: rotate(-17deg);
  animation: approvedBlobFloat 7s ease-in-out infinite;
}

.approved-topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 26px 0;
}

.approved-brand,
.approved-nav,
.approved-actions,
.approved-hero-actions,
.approved-proof-row,
.approved-chips,
.approved-stats-numbers,
.approved-growth-stats,
.approved-footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.approved-brand {
  font-size: 22px;
  font-weight: 900;
}

.approved-brand img {
  width: 172px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.approved-brand strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.approved-nav {
  gap: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 800;
}

.approved-nav a,
.approved-footer-links a,
.approved-footer-links button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

.approved-actions {
  flex-shrink: 0;
}

.approved-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.approved-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.approved-primary {
  background: var(--approved-red);
  box-shadow: 0 18px 46px rgba(242, 87, 87, 0.28);
}

.approved-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 24px;
  align-items: center;
  width: min(1180px, calc(100% - 44px));
  min-height: calc(100vh - 112px);
  margin: 0 auto;
  padding: 20px 0 64px;
}

.approved-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 1.08;
  letter-spacing: 0;
}

.approved-hero-copy h1 span,
.approved-section-head h2 span {
  display: block;
}

.approved-shine-text {
  position: relative;
  display: inline-block;
  isolation: isolate;
  overflow: hidden;
}

.approved-shine-text::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.78) 48%, transparent 58% 100%);
  transform: translateX(120%);
  animation: approvedTextShine 4.8s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: screen;
}

.approved-hero-copy p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.9;
}

.approved-hero-copy p span,
.approved-section-head p span,
.approved-split-band p span,
.approved-blue-inner p span {
  display: block;
}

.approved-hero-actions,
.approved-proof-row {
  flex-wrap: wrap;
  margin-top: 30px;
}

.approved-proof-row {
  margin-top: 22px;
}

.approved-proof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
}

.approved-proof b {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--approved-red);
  box-shadow: 0 0 0 6px rgba(242, 87, 87, 0.14);
  animation: approvedLivePulse 1.9s ease-out infinite;
}

.approved-visual-stage {
  position: relative;
  min-height: 650px;
}

.approved-splash {
  position: absolute;
  border-radius: 48px;
  transform: rotate(-10deg);
}

.approved-gold {
  width: 330px;
  height: 300px;
  right: 40px;
  bottom: 38px;
  background: var(--approved-gold);
  animation: approvedBlobFloat 7.2s ease-in-out infinite;
}

.approved-cyan {
  width: 310px;
  height: 270px;
  left: 0;
  bottom: 18px;
  background: var(--approved-cyan);
  animation: approvedBlobFloatAlt 7.8s ease-in-out infinite;
}

.approved-phone {
  position: absolute;
  inset: 72px 130px auto auto;
  width: 270px;
  height: 560px;
  overflow: hidden;
  border: 10px solid #f9fafb;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  color: var(--approved-ink);
  animation: approvedPhoneFloat 5.6s ease-in-out infinite;
}

.approved-phone-cover {
  height: 170px;
  display: flex;
  align-items: end;
  padding: 16px;
  color: #fff;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.06)),
    url("https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=900&q=84") center/cover;
}

.approved-phone-cover strong {
  display: block;
  color: #fff;
  font-size: 25px;
}

.approved-phone-cover span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.approved-phone-body {
  padding: 13px;
}

.approved-chips {
  gap: 7px;
  overflow: hidden;
  margin-bottom: 12px;
}

.approved-chips span {
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f2f4f7;
  font-size: 12px;
  font-weight: 900;
}

.approved-menu-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 9px;
  align-items: center;
  margin-top: 9px;
  padding: 9px;
  border: 1px solid var(--approved-line);
  border-radius: 13px;
}

.approved-menu-item img {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
}

.approved-menu-item strong,
.approved-menu-item small {
  display: block;
}

.approved-menu-item small {
  color: var(--approved-muted);
  font-size: 11px;
}

.approved-plus {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--approved-purple);
  color: #fff;
  font-weight: 900;
}

.approved-qr-card,
.approved-stats-card,
.approved-review-card {
  position: absolute;
  z-index: 5;
  padding: 14px;
  border-radius: var(--approved-radius);
  background: #fff;
  color: var(--approved-ink);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
}

.approved-stats-card {
  top: 158px;
  right: 0;
  width: 160px;
  animation: approvedCardFloat 5.2s ease-in-out infinite;
}

.approved-stats-line {
  height: 40px;
  margin: 13px 0;
  border-radius: 999px;
  background:
    linear-gradient(110deg, transparent 0 12%, #78c7ff 12% 15%, transparent 15% 31%, #78c7ff 31% 34%, transparent 34% 54%, #78c7ff 54% 57%, transparent 57%),
    linear-gradient(180deg, transparent 49%, #dbeafe 49% 52%, transparent 52%);
  background-size: 180% 100%, 100% 100%;
  animation: approvedChartMove 3.8s ease-in-out infinite;
}

.approved-stats-numbers {
  justify-content: space-between;
  font-size: 12px;
  font-weight: 900;
}

.approved-qr-card {
  left: 36px;
  top: 358px;
  width: 150px;
  background: var(--approved-purple);
  color: #fff;
  animation: approvedCardFloat 5.8s ease-in-out infinite;
}

.approved-qr-box {
  display: grid;
  grid-template-columns: repeat(3, 12px);
  gap: 5px;
  margin-bottom: 10px;
}

.approved-qr-box span {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #fff;
}

.approved-review-card {
  left: 18px;
  top: 244px;
  width: 210px;
  animation: approvedCardFloatAlt 5.5s ease-in-out infinite;
}

.approved-review-card p {
  margin: 6px 0 0;
  color: var(--approved-muted);
  font-size: 13px;
  line-height: 1.6;
}

.approved-section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 82px 0;
}

.approved-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.approved-section-head.approved-center {
  display: block;
  text-align: center;
}

.approved-section-head h2,
.approved-split-band h2,
.approved-blue-inner h2 {
  margin: 0;
  color: var(--approved-ink);
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.18;
  letter-spacing: 0;
}

.approved-section-head p,
.approved-split-band p,
.approved-blue-inner p {
  margin: 12px auto 0;
  color: var(--approved-muted);
  line-height: 1.9;
  font-size: 19px;
}

.approved-client-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(86px, 1fr));
  gap: 24px 30px;
  align-items: center;
}

.approved-client-strip:has(> .approved-client-logo:only-child) {
  grid-template-columns: minmax(112px, 150px);
  justify-content: center;
}

.approved-client-logo {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #475467;
  text-align: center;
  font-weight: 900;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.28s ease, filter 0.28s ease, opacity 0.28s ease;
}

.approved-client-logo::before {
  content: none;
}

.approved-client-logo::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  width: 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  opacity: 0;
  transform: translateX(-120px) rotate(22deg);
  animation: approvedLogoShine 4.4s ease-in-out infinite;
  pointer-events: none;
}

.approved-client-logo img {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  border-radius: 22px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 16px 22px rgba(16, 24, 40, 0.16));
  animation: approvedLogoDrift 5.8s ease-in-out infinite;
}

.approved-client-initials {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.92), rgba(229, 57, 53, 0.92));
  color: #fff;
  font-style: normal;
  font-size: 23px;
  font-weight: 900;
  box-shadow: none;
  filter: drop-shadow(0 16px 22px rgba(16, 24, 40, 0.16));
  animation: approvedLogoDrift 5.8s ease-in-out infinite;
}

.approved-client-logo strong,
.approved-client-logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.approved-client-logo:hover,
.approved-client-logo:focus-visible {
  transform: translateY(-8px) scale(1.04);
  filter: saturate(1.08);
}

@keyframes approvedLogoDrift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes approvedLogoShine {
  0%,
  34% {
    opacity: 0;
    transform: translateX(-120px) rotate(22deg);
  }

  48% {
    opacity: 0.78;
  }

  72%,
  100% {
    opacity: 0;
    transform: translateX(120px) rotate(22deg);
  }
}

.approved-client-empty {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  place-items: center;
  min-height: 136px;
  padding: 24px;
  border: 1px dashed #d5d9e4;
  border-radius: 18px;
  background: #fff;
  color: #475467;
  text-align: center;
  box-shadow: 0 14px 38px rgba(16, 24, 40, 0.04);
}

.approved-client-empty strong,
.approved-client-empty span {
  display: block;
}

.approved-client-empty span {
  max-width: 560px;
  color: var(--approved-muted);
  line-height: 1.8;
}

.approved-mini-feature:hover,
.approved-growth-stat:hover,
.approved-dark-card:hover {
  transform: translateY(-8px);
}

.approved-feature-grid-eight {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 28px;
  text-align: center;
}

.approved-mini-feature {
  position: relative;
  overflow: hidden;
  padding: 8px;
  transition: transform 0.24s ease;
  animation: approvedSoftLift 6s ease-in-out infinite;
}

.approved-mini-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.62) 50%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(110%);
  animation: approvedPanelShine 5.6s ease-in-out infinite;
  pointer-events: none;
}

.approved-mini-feature:nth-child(2n) {
  animation-delay: 0.6s;
}

.approved-mini-feature:nth-child(3n) {
  animation-delay: 1.2s;
}

.approved-mini-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: #fff3f3;
  color: var(--approved-red);
  font-weight: 900;
}

.approved-mini-feature:nth-child(2n) .approved-mini-icon { background: #fff8e7; color: #d99a24; }
.approved-mini-feature:nth-child(3n) .approved-mini-icon { background: #eafff7; color: #0f6b53; }
.approved-mini-feature:nth-child(4n) .approved-mini-icon { background: #eef2ff; color: var(--approved-purple); }

.approved-mini-feature h3 {
  margin: 0 0 10px;
  font-size: 23px;
}

.approved-mini-feature p {
  margin: 0;
  color: #344054;
  line-height: 1.8;
}

.approved-menu-evolution {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(98, 210, 220, 0.16), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(242, 87, 87, 0.1), transparent 30%),
    #ffffff;
}

.approved-menu-evolution::before {
  content: "";
  position: absolute;
  inset: -110px -120px auto auto;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(70, 48, 168, 0.12);
  border-radius: 999px;
  box-shadow: 0 0 0 64px rgba(70, 48, 168, 0.04);
  animation: approvedOrbitBreath 8.8s ease-in-out infinite;
}

.approved-menu-evolution-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.approved-update-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.approved-update-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid #edf0f5;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 54px rgba(16, 24, 40, 0.06);
  animation: approvedSoftLift 6.4s ease-in-out infinite;
}

.approved-update-card:nth-child(2n) {
  animation-delay: 0.8s;
}

.approved-update-card b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--approved-purple), var(--approved-red));
  color: #fff;
}

.approved-update-card strong {
  font-size: 21px;
}

.approved-update-card span {
  color: var(--approved-muted);
  line-height: 1.75;
}

.approved-update-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.72) 50%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(110%);
  animation: approvedPanelShine 5.4s ease-in-out infinite;
}

.approved-wave-band {
  position: relative;
  overflow: hidden;
  background: #f6f8ff;
}

.approved-wave-band::before {
  content: "";
  position: absolute;
  inset: -120px -120px auto auto;
  width: 760px;
  height: 760px;
  border: 2px solid rgba(98, 210, 220, 0.16);
  border-radius: 999px;
  box-shadow:
    0 0 0 58px rgba(98, 210, 220, 0.08),
    0 0 0 116px rgba(98, 210, 220, 0.06),
    0 0 0 174px rgba(98, 210, 220, 0.04);
  animation: approvedOrbitBreath 8.4s ease-in-out infinite;
}

.approved-split-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 96px 0;
}

.approved-chart-card {
  min-height: 340px;
  padding: 26px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
  animation: approvedCardFloat 6.2s ease-in-out infinite;
}

.approved-chart {
  height: 220px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 70% 38%, #7c3aed 0 7px, transparent 8px),
    linear-gradient(180deg, rgba(124, 58, 237, 0.38), rgba(124, 58, 237, 0.02)),
    linear-gradient(135deg, transparent 0 18%, rgba(124, 58, 237, 0.24) 18% 20%, transparent 20% 42%, rgba(124, 58, 237, 0.3) 42% 45%, transparent 45% 62%, rgba(124, 58, 237, 0.38) 62% 65%, transparent 65%);
}

.approved-check-list {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.approved-check-item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  border-radius: 16px;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.approved-check-item::after,
.approved-cashier-item::after,
.approved-dark-card h3::after,
.approved-growth-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.58) 50%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(110%);
  animation: approvedPanelShine 5.8s ease-in-out infinite;
  pointer-events: none;
}

.approved-check-item b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--approved-red);
  color: #fff;
}

.approved-check-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 21px;
}

.approved-check-item span {
  color: var(--approved-muted);
  line-height: 1.8;
}

.approved-growth-visual {
  position: relative;
  min-height: 560px;
}

.approved-growth-phone {
  left: 90px;
  top: 0;
  right: auto;
  width: 280px;
  height: 540px;
  background: #1f2937;
  color: #fff;
}

.approved-growth-stats {
  flex-wrap: wrap;
  margin: 30px 0;
}

.approved-growth-stat {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 190px;
  min-height: 116px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(16, 24, 40, 0.08);
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.approved-growth-stat strong {
  font-size: 42px;
}

.approved-growth-stat span {
  color: var(--approved-muted);
}

.approved-pricing-note {
  margin-bottom: 24px;
  color: #8a5b12;
  text-align: center;
  font-weight: 900;
}

.approved-cashier-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid #f7dfae;
  border-radius: 22px;
  background: #fffaf0;
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
}

.approved-cashier-info {
  display: grid;
  gap: 12px;
}

.approved-cashier-item {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid #f3dfb8;
  border-radius: var(--approved-radius);
  background: rgba(255, 255, 255, 0.78);
}

.approved-cashier-card {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.approved-cashier-card h3 {
  margin: 8px 0;
  font-size: 32px;
}

.approved-cashier-card strong {
  display: block;
  color: #d99a24;
  font-size: 28px;
}

.approved-dark-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  margin-top: 30px;
}

.approved-dark-card {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  padding: 42px 32px;
  border-radius: 28px;
  background: #050505;
  color: #fff;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.approved-dark-card:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.approved-dark-card::before {
  content: "";
  position: absolute;
  top: -58px;
  right: -45px;
  width: 160px;
  height: 160px;
  border-radius: 0 0 0 70px;
  background: linear-gradient(135deg, var(--approved-cyan), var(--approved-gold));
  animation: approvedBlobFloat 7.4s ease-in-out infinite;
}

.approved-dark-card::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: -36px;
  width: 150px;
  height: 150px;
  border-radius: 60px;
  background: var(--approved-red);
  animation: approvedBlobFloatAlt 7.9s ease-in-out infinite;
}

.approved-dark-card > * {
  position: relative;
  z-index: 1;
}

.approved-dark-card h3 {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px;
  color: #fff;
  font-size: 30px;
}

.approved-dark-card strong {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-size: 42px;
}

.approved-dark-card ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.approved-dark-card li {
  line-height: 1.7;
}

.approved-dark-card li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-inline-end: 8px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 900;
}

.approved-blue-cta {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: #4b39e5;
  color: #fff;
}

.approved-blue-cta::before {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow:
    0 0 0 72px rgba(255, 255, 255, 0.05),
    0 0 0 144px rgba(255, 255, 255, 0.04);
  animation: approvedOrbitBreath 8.5s ease-in-out infinite;
}

.approved-blue-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 82px 0;
}

.approved-blue-inner h2 {
  max-width: 680px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.12;
}

.approved-blue-inner p {
  max-width: 620px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
}

.approved-official-readiness {
  padding: 70px 0;
  background: #ffffff;
}

.approved-official-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 32px;
  border: 1px solid #e8ecf3;
  border-radius: 26px;
  background: linear-gradient(135deg, #fbfcff, #ffffff 54%, #f6fbf8);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
}

.approved-official-card::before {
  content: "";
  position: absolute;
  inset: -90px auto auto -80px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(98, 210, 220, 0.14);
  animation: approvedOrbitBreath 8s ease-in-out infinite;
}

.approved-official-copy,
.approved-official-logos {
  position: relative;
  z-index: 1;
}

.approved-official-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eafff7;
  color: #0f6b53;
  font-size: 13px;
  font-weight: 900;
}

.approved-official-copy h2 {
  margin: 14px 0 12px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.2;
}

.approved-official-copy h2 span,
.approved-official-copy p span {
  display: block;
}

.approved-official-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--approved-muted);
  font-size: 18px;
  line-height: 1.9;
}

.approved-official-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.approved-official-points span {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #344054;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #edf0f5;
}

.approved-official-points span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.75) 50%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(110%);
  animation: approvedPanelShine 5.2s ease-in-out infinite;
}

.approved-official-logos {
  display: grid;
  gap: 14px;
}

.approved-official-logos a {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 16px;
  border: 1px solid #edf0f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.05);
}

.approved-official-logos a:first-child {
  background: #111827;
}

.approved-official-logos a:first-child strong {
  color: #fff;
}

.approved-official-logos img {
  width: 112px;
  max-height: 62px;
  object-fit: contain;
}

.approved-official-logos strong {
  color: var(--approved-ink);
  font-size: 16px;
  line-height: 1.5;
}

.approved-site-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(98, 210, 220, 0.16), transparent 32%),
    radial-gradient(circle at 78% 18%, rgba(242, 87, 87, 0.1), transparent 30%),
    rgba(245, 245, 246, 0.72);
  text-align: center;
}

.approved-site-footer::before {
  content: "";
  position: absolute;
  inset: -90px auto auto -80px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  border: 1px solid rgba(70, 48, 168, 0.12);
  box-shadow: 0 0 0 52px rgba(70, 48, 168, 0.04);
  animation: approvedOrbitBreath 8s ease-in-out infinite;
}

.approved-footer-inner {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 44px));
  margin: 0 auto;
}

.approved-footer-brand {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.approved-footer-brand img {
  width: 210px;
  height: 76px;
  object-fit: contain;
}

.approved-footer-brand h2 {
  margin: 10px 0;
}

.approved-footer-brand p {
  max-width: 660px;
  margin: 0 auto;
  color: var(--approved-muted);
  line-height: 1.8;
}

.approved-social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 18px;
}

.approved-social-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.12);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.approved-social-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.approved-social-icon svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.approved-social-icon:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
}

.approved-social-whatsapp { background: #25d366; }
.approved-social-instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0 18%, #fd5949 42%, #d6249f 62%, #285aeb 100%); }
.approved-social-x,
.approved-social-twitter { background: #000; }
.approved-social-snapchat { background: #fffc00; color: #111; }
.approved-social-tiktok { background: linear-gradient(135deg, #25f4ee, #000 42%, #fe2c55); }

.approved-policy-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 18px 0 8px;
}

.approved-policy-links span {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}

.approved-footer-links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 24px 0;
  color: #475467;
  font-weight: 800;
}

.approved-footer-links button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: inherit;
}

.approved-reveal {
  opacity: 1;
  transform: translateY(20px) scale(0.985);
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s ease, border-color 0.24s ease;
}

.approved-reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes approvedOrbitBreath {
  0%, 100% { transform: scale(1); opacity: 0.98; }
  50% { transform: scale(1.035); opacity: 0.8; }
}

@keyframes approvedBlobFloat {
  0%, 100% { transform: translateY(0) rotate(-17deg); }
  50% { transform: translateY(-18px) rotate(-13deg); }
}

@keyframes approvedBlobFloatAlt {
  0%, 100% { transform: translateY(0) rotate(-10deg); }
  50% { transform: translateY(16px) rotate(-14deg); }
}

@keyframes approvedPhoneFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-13px); }
}

@keyframes approvedCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes approvedCardFloatAlt {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

@keyframes approvedChartMove {
  0%, 100% { background-position: 0 0, 0 0; }
  50% { background-position: 100% 0, 0 0; }
}

@keyframes approvedLivePulse {
  0% { box-shadow: 0 0 0 0 rgba(242, 87, 87, 0.45); }
  70% { box-shadow: 0 0 0 9px rgba(242, 87, 87, 0); }
  100% { box-shadow: 0 0 0 0 rgba(242, 87, 87, 0); }
}

@keyframes approvedTextShine {
  0%,
  42% {
    transform: translateX(120%);
    opacity: 0;
  }

  52% {
    opacity: 0.9;
  }

  68%,
  100% {
    transform: translateX(-120%);
    opacity: 0;
  }
}

@keyframes approvedSoftLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes approvedPanelShine {
  0%,
  46% {
    opacity: 0;
    transform: translateX(110%);
  }

  56% {
    opacity: 0.62;
  }

  72%,
  100% {
    opacity: 0;
    transform: translateX(-110%);
  }
}

@keyframes approvedFeatureRail {
  0%,
  12% {
    transform: translateX(0);
  }

  88%,
  100% {
    transform: translateX(calc(100vw - 100% - 44px));
  }
}

@keyframes approvedFeatureRailMobile {
  0%,
  8% {
    transform: translateX(0);
  }

  92%,
  100% {
    transform: translateX(calc(100vw - 100% - 40px));
  }
}

@keyframes approvedScrollbarHint {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.82);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

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

@media (max-width: 980px) {
  .approved-nav {
    display: none;
  }

  .approved-topbar {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .approved-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .approved-hero-grid,
  .approved-section-head,
  .approved-split-band,
  .approved-cashier-offer {
    grid-template-columns: 1fr;
  }

  .approved-visual-stage {
    min-height: 620px;
  }

  .approved-feature-grid-eight,
  .approved-dark-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approved-client-strip {
    grid-template-columns: repeat(4, minmax(82px, 1fr));
  }
}

@media (max-width: 640px) {
  .approved-topbar,
  .approved-hero-grid,
  .approved-section {
    width: min(100% - 40px, 1180px);
  }

  .approved-hero {
    min-height: auto;
  }

  .approved-topbar {
    justify-content: space-between;
    gap: 10px;
    padding: 18px 0 12px;
  }

  .approved-brand {
    justify-content: flex-start;
    width: auto;
    order: 1;
    flex: 0 0 auto;
  }

  .approved-brand img {
    width: 116px;
    height: 42px;
  }

  .approved-actions {
    order: 2;
    justify-content: flex-end;
    width: auto;
    flex: 1 1 0;
    gap: 6px;
    min-width: 0;
  }

  .approved-hero-actions {
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .approved-btn {
    min-height: 46px;
    padding: 0 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .approved-actions .approved-btn {
    min-height: 39px;
    padding: 0 8px;
    font-size: 11px;
  }

  .approved-hero-grid {
    min-height: auto;
    padding: 16px 0 36px;
    text-align: center;
  }

  .approved-hero-copy h1 {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(32px, 9.7vw, 42px);
    line-height: 1.18;
  }

  .approved-hero-copy h1 span:first-child {
    white-space: nowrap;
  }

  .approved-hero-copy p {
    max-width: 360px;
    margin-inline: auto;
    font-size: 15.5px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
  }

  .approved-hero-copy p span {
    margin-top: 3px;
  }

  .approved-proof-row {
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
  }

  .approved-proof {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }

  .approved-visual-stage {
    min-height: 560px;
    margin-top: 16px;
  }

  .approved-phone {
    top: 22px;
    right: 50%;
    width: 236px;
    height: 490px;
    margin-right: -118px;
    border-width: 8px;
    border-radius: 30px;
  }

  .approved-phone-cover {
    height: 142px;
  }

  .approved-phone-cover strong {
    font-size: 22px;
  }

  .approved-menu-item {
    grid-template-columns: 50px 1fr auto;
    padding: 8px;
  }

  .approved-menu-item img {
    width: 50px;
    height: 50px;
  }

  .approved-gold {
    right: 24px;
    bottom: 18px;
    width: 236px;
    height: 250px;
  }

  .approved-cyan {
    left: 16px;
    bottom: 44px;
    width: 230px;
    height: 220px;
  }

  .approved-stats-card,
  .approved-review-card,
  .approved-qr-card {
    transform: scale(0.82);
  }

  .approved-stats-card {
    top: 84px;
    right: -6px;
  }

  .approved-review-card {
    top: 150px;
    left: -4px;
    width: 190px;
  }

  .approved-qr-card {
    top: 280px;
    left: 18px;
  }

  .approved-section {
    padding: 58px 0;
  }

  .approved-section-head h2,
  .approved-split-band h2,
  .approved-blue-inner h2 {
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 1.22;
    max-width: 340px;
    margin-inline: auto;
  }

  .approved-section-head h2 span,
  .approved-split-band h2 span,
  .approved-blue-inner h2 span {
    display: block;
  }

  .approved-section-head .approved-shine-text,
  .approved-split-band .approved-shine-text,
  .approved-blue-inner .approved-shine-text {
    max-width: 100%;
  }

  .approved-section-head p,
  .approved-split-band p,
  .approved-blue-inner p {
    font-size: 16px;
    line-height: 1.85;
  }

  .approved-section-head p span {
    display: block;
  }

  .approved-client-strip {
    grid-template-columns: repeat(3, minmax(74px, 1fr));
    gap: 18px 16px;
  }

  .approved-client-logo {
    min-height: 88px;
  }

  .approved-client-logo img,
  .approved-client-initials {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .approved-client-initials {
    font-size: 19px;
  }

  .approved-feature-grid-eight {
    display: flex;
    grid-template-columns: none;
    width: 100%;
    max-width: 100%;
    gap: 12px;
    padding: 4px 0 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    animation: none;
  }

  .approved-feature-grid-eight::-webkit-scrollbar {
    height: 0;
  }

  #features {
    overflow: hidden;
  }

  #features::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 4px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(70, 48, 168, 0.22), rgba(242, 87, 87, 0.5), rgba(70, 48, 168, 0.22));
    animation: approvedScrollbarHint 2.8s ease-in-out infinite;
  }

  .approved-mini-feature {
    flex: 0 0 158px;
    scroll-snap-align: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: center;
    min-height: 198px;
    padding: 14px 12px 16px;
    border: 1px solid rgba(237, 240, 245, 0.9);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.04);
    text-align: center;
  }

  .approved-mini-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    grid-row: auto;
  }

  .approved-mini-feature h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .approved-mini-feature p {
    font-size: 12px;
    line-height: 1.75;
  }

  .approved-menu-evolution {
    padding: 58px 0;
  }

  .approved-menu-evolution-inner {
    width: min(100% - 28px, 1180px);
  }

  .approved-update-rail {
    display: flex;
    grid-template-columns: none;
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0 18px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .approved-update-rail::-webkit-scrollbar {
    height: 0;
  }

  .approved-menu-evolution::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 2px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(70, 48, 168, 0.22), rgba(242, 87, 87, 0.5), rgba(70, 48, 168, 0.22));
    animation: approvedScrollbarHint 2.8s ease-in-out infinite;
  }

  .approved-update-card {
    flex: 0 0 220px;
    min-height: 186px;
    padding: 18px;
    scroll-snap-align: center;
    text-align: right;
  }

  .approved-update-card b {
    width: 44px;
    height: 44px;
  }

  .approved-update-card strong {
    font-size: 18px;
  }

  .approved-update-card span {
    font-size: 13px;
  }

  .approved-split-band {
    width: min(100% - 28px, 1180px);
    padding: 68px 0;
    text-align: center;
  }

  .approved-chart-card {
    min-height: 250px;
    padding: 18px;
    border-radius: 20px;
  }

  .approved-chart {
    height: 170px;
  }

  .approved-check-list {
    gap: 14px;
    margin-top: 22px;
  }

  .approved-check-item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 38px rgba(16, 24, 40, 0.05);
    text-align: right;
  }

  .approved-check-item b {
    width: 42px;
    height: 42px;
  }

  .approved-check-item strong {
    font-size: 18px;
  }

  .approved-check-item span {
    font-size: 14px;
    line-height: 1.75;
  }

  .approved-growth-visual {
    min-height: 500px;
  }

  .approved-growth-stats {
    justify-content: center;
    gap: 12px;
  }

  .approved-growth-stat {
    min-width: 138px;
    min-height: 104px;
    padding: 14px;
  }

  .approved-growth-stat strong {
    font-size: 34px;
  }

  .approved-cashier-offer {
    gap: 16px;
    padding: 16px;
    border-radius: 20px;
  }

  .approved-cashier-info {
    gap: 10px;
  }

  .approved-cashier-item {
    padding: 14px;
    text-align: right;
  }

  .approved-cashier-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .approved-cashier-card h3 {
    font-size: 24px;
    line-height: 1.35;
  }

  .approved-cashier-card strong {
    font-size: 24px;
  }

  .approved-dark-pricing {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-inline: -20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 20px 18px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .approved-dark-pricing::-webkit-scrollbar {
    height: 0;
  }

  #pricing::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 0 auto;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(70, 48, 168, 0.22), rgba(242, 87, 87, 0.5), rgba(70, 48, 168, 0.22));
    animation: approvedScrollbarHint 2.8s ease-in-out infinite;
  }

  .approved-dark-card {
    flex: 0 0 300px;
    min-height: 540px;
    padding: 26px 18px;
    border-radius: 24px;
    scroll-snap-align: start;
    text-align: right;
  }

  .approved-dark-card h3 {
    font-size: 26px;
  }

  .approved-dark-card strong {
    font-size: 32px;
    line-height: 1.35;
  }

  .approved-dark-card li {
    font-size: 14px;
  }

  .approved-dark-card .approved-btn {
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    font-size: 12.5px;
    text-align: center;
  }

  .approved-growth-phone {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 236px;
    height: 460px;
    margin: 0 auto 20px;
  }

  .approved-blue-inner {
    width: min(100% - 28px, 1180px);
    padding: 64px 0;
    text-align: center;
  }

  .approved-blue-inner h2,
  .approved-blue-inner p {
    margin-inline: auto;
  }

  .approved-official-readiness {
    padding: 54px 0;
  }

  .approved-official-card {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1180px);
    gap: 22px;
    padding: 22px 18px;
    border-radius: 22px;
    text-align: center;
  }

  .approved-official-kicker {
    min-height: 32px;
    font-size: 12px;
  }

  .approved-official-copy h2 {
    max-width: 330px;
    margin-inline: auto;
    font-size: clamp(28px, 8vw, 36px);
  }

  .approved-official-copy p {
    font-size: 15px;
    line-height: 1.85;
  }

  .approved-official-points {
    justify-content: center;
    gap: 8px;
  }

  .approved-official-points span {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .approved-official-logos {
    gap: 10px;
  }

  .approved-official-logos a {
    grid-template-columns: 92px 1fr;
    gap: 12px;
    min-height: 88px;
    padding: 12px;
    text-align: right;
  }

  .approved-official-logos img {
    width: 92px;
    max-height: 52px;
  }

  .approved-official-logos strong {
    font-size: 13px;
  }

  .approved-footer-inner {
    width: min(100% - 28px, 900px);
  }

  .approved-footer-brand img {
    width: 156px;
    height: 54px;
  }

  .approved-footer-brand h2 {
    font-size: 26px;
    margin: 6px 0;
  }

  .approved-footer-brand p {
    font-size: 14px;
    line-height: 1.8;
  }

  .approved-social-icons {
    gap: 9px;
    margin: 20px 0 14px;
  }

  .approved-social-icon {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .approved-policy-links {
    gap: 8px 12px;
    margin: 14px auto 8px;
  }

  .approved-policy-links span {
    font-size: 12px;
  }

  .approved-footer-links a,
  .approved-footer-links button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 8px;
  }
}
