.counter-num,
.text-gradient-amber-magenta,
.text-gradient-cyan-violet,
.text-gradient-lime-cyan,
.text-gradient-magenta-amber,
.text-gradient-magenta-amber-violet,
.text-gradient-violet-magenta {
  -webkit-text-fill-color: transparent;
}
.blog-card,
.faq-answer,
.footer-bg,
.hero-bg,
.port-item,
.product-card,
.svc-card {
  overflow: hidden;
}
#preloader.hidden,
.footer-orb,
.hero-orb {
  pointer-events: none;
}
.article-body ul,
.policy-content ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}
:root {
  --primary: #6b21a8;
  --secondary: #db2777;
  --accent: #d97706;
  --ink: #0d0d14;
  --paper: #f7f5f0;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "DM Sans", sans-serif;
  background: var(--paper);
  color: var(--ink);
}
.counter-num,
.ink-text,
h1,
h2,
h3,
h4,
h5 {
  font-family: Syne, sans-serif;
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0d0d14;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s, visibility 0.6s;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.ink-drop {
  width: 60px;
  height: 60px;
  position: relative;
}
.ink-drop::after,
.ink-drop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: 1.4s ease-in-out infinite inkPulse;
}
.footer-dot-violet,
.ink-drop::before {
  background: #6b21a8;
}
.ink-drop::after {
  background: #db2777;
  animation-delay: 0.7s;
  transform: scale(0.6);
}
@keyframes inkPulse {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
}
.ink-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3em;
  animation: 1.4s ease-in-out infinite blink;
}
.pricing-highlight,
.pricing-highlight *,
.pricing-highlight .text-4xl,
.svc-card:hover * {
  color: #fff !important;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.glass-nav {
  background: rgba(13, 13, 20, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hero-bg {
  background: center no-repeat #0d0d14;
  position: relative;
  background-image: url("bg.jpg") !important;
  background-size: cover !important;
}
.hero-grid {
  background-image: linear-gradient(
      rgba(107, 33, 168, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(107, 33, 168, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.port-item,
.svc-card,
.svc-card > * {
  position: relative;
}
.marquee-track {
  display: flex;
  gap: 2rem;
  animation: 22s linear infinite marquee;
  white-space: nowrap;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.svc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.svc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  opacity: 0;
  transition: opacity 0.35s;
  border-radius: inherit;
}
.svc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(107, 33, 168, 0.18);
  border-color: transparent;
}
.footer-link:hover .footer-link-dot,
.port-item:hover .port-overlay,
.svc-card:hover::before {
  opacity: 1;
}
.svc-card > * {
  z-index: 1;
}
.svc-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s;
}
.port-item {
  border-radius: 20px;
}
.port-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
  display: block;
}
.port-item:hover img {
  transform: scale(1.08);
}
.port-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(107, 33, 168, 0.88),
    rgba(219, 39, 119, 0.88)
  );
  opacity: 0;
  transition: opacity 0.35s;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}
#mobileMenu.open,
.quote-label {
  display: block;
}
.counter-num {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #6b21a8, #db2777);
  -webkit-background-clip: text;
  background-clip: text;
}
.pricing-highlight {
  background: linear-gradient(135deg, #6b21a8, #db2777) !important;
  transform: scale(1.05);
  box-shadow: 0 30px 60px rgba(107, 33, 168, 0.35);
  border-color: transparent !important;
}
.pricing-highlight .text-gray-400,
.pricing-highlight .text-gray-500,
.pricing-highlight .text-gray-700 {
  color: rgba(255, 255, 255, 0.75) !important;
}
.pricing-card {
  background: #fff;
  border: 2px solid #f3f4f6;
  border-radius: 24px;
  padding: 2.5rem;
  transition: 0.3s;
}
.benefit-card:hover,
.blog-card:hover,
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.pricing-highlight:hover {
  transform: scale(1.05) translateY(-4px) !important;
}
.testi-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  padding: 2rem;
}
.faq-item {
  border-bottom: 1px solid #e5e7eb;
}
.faq-answer {
  max-height: 0;
  transition: max-height 0.4s;
}
.faq-item.open .faq-answer {
  max-height: 200px;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}
.faq-icon {
  transition: transform 0.3s;
}
.quote-glass {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
}
.btn-outline:hover,
.quote-input {
  background: rgba(255, 255, 255, 0.1);
}
.quote-input {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 0.875rem 1rem;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  outline: 0;
  transition: border 0.2s;
}
#scrollTop,
.btn-primary {
  background: linear-gradient(135deg, #6b21a8, #db2777);
}
.quote-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.quote-input:focus {
  border-color: rgba(219, 39, 119, 0.6);
}
.quote-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.btn-outline,
.btn-primary {
  padding: 0.875rem 2rem;
  font-weight: 700;
  display: inline-flex;
  gap: 0.5rem;
  cursor: pointer;
  color: #fff;
  font-family: Syne, sans-serif;
  transition: 0.3s;
}
.btn-primary {
  border: none;
  border-radius: 100px;
  align-items: center;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(107, 33, 168, 0.4);
}
.about-accent-pill,
.product-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}
.btn-outline {
  background: 0 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  align-items: center;
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
#mobileMenu,
.hidden {
  display: none;
}
#scrollTop,
.about-accent-pill {
  display: flex;
  align-items: center;
}
#scrollTop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(107, 33, 168, 0.4);
  transform: translateY(80px);
  opacity: 0;
  transition: 0.3s;
}
#scrollTop.visible {
  transform: translateY(0);
  opacity: 1;
}
#scrollTop:hover {
  transform: translateY(-4px);
}
.blog-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #f3f4f6;
  transition: 0.3s;
}
.tag-chip {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: Syne, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.step-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #6b21a8, #db2777);
  opacity: 0.3;
}
.sec {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .sec {
    padding: 4rem 0;
  }
}
.marquee-track span {
  padding-top: 5px !important;
}
.text-gradient-magenta-amber {
  background: linear-gradient(135deg, #db2777, #d97706);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-gradient-magenta-amber-violet {
  background: linear-gradient(135deg, #db2777, #d97706, #6b21a8);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-gradient-violet-magenta {
  background: linear-gradient(135deg, #6b21a8, #db2777);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-gradient-amber-magenta {
  background: linear-gradient(135deg, #d97706, #db2777);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-gradient-cyan-violet {
  background: linear-gradient(135deg, #0891b2, #6b21a8);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-gradient-lime-cyan {
  background: linear-gradient(135deg, #65a30d, #0891b2);
  -webkit-background-clip: text;
  background-clip: text;
}
.accent-icon-bg,
.avatar-violet,
.collage-card-violet,
.gradient-violet-magenta,
.logo-icon-bg,
.step-icon-1 {
  background: linear-gradient(135deg, #6b21a8, #db2777);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 13, 20, 0.94) 0,
    rgba(13, 13, 20, 0.88) 50%,
    rgba(26, 5, 51, 0.92) 100%
  );
  z-index: 0;
}
.hero-orb-violet {
  background: #6b21a8;
  opacity: 0.2;
}
.hero-orb-pink {
  background: #db2777;
  opacity: 0.15;
}
.hero-orb-amber {
  background: #d97706;
  opacity: 0.1;
}
.hero-collage-bg {
  background: linear-gradient(
    135deg,
    rgba(107, 33, 168, 0.2),
    rgba(219, 39, 119, 0.15)
  );
}
.collage-card-amber {
  background: linear-gradient(135deg, #d97706, #db2777);
}
.collage-card-cyan,
.gradient-cyan-violet,
.step-icon-4 {
  background: linear-gradient(135deg, #0891b2, #6b21a8);
}
.collage-card-lime,
.gradient-lime-cyan,
.step-icon-5 {
  background: linear-gradient(135deg, #65a30d, #0891b2);
}
.marquee-strip-bg {
  background: rgba(107, 33, 168, 0.15);
}
.about-img-wrapper {
  aspect-ratio: 16/10;
}
.about-img-overlay {
  background: linear-gradient(
    135deg,
    rgba(107, 33, 168, 0.15),
    rgba(219, 39, 119, 0.1)
  );
}
.about-accent-pill {
  position: absolute;
  bottom: -20px;
  left: 32px;
  background: #fff;
  border-radius: 16px;
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  gap: 12px;
}
.check-icon-box,
.step-icon-box {
  align-items: center;
  display: flex;
}
.check-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.check-icon-violet,
.svc-icon-violet {
  background: rgba(107, 33, 168, 0.1);
}
.check-icon-magenta,
.svc-icon-magenta {
  background: rgba(219, 39, 119, 0.1);
}
.check-icon-amber,
.svc-icon-amber {
  background: rgba(217, 119, 6, 0.1);
}
.check-icon-cyan,
.svc-icon-cyan {
  background: rgba(8, 145, 178, 0.1);
}
.bg-services {
  background: #f0ebf8;
}
.svc-icon-lime {
  background: rgba(101, 163, 13, 0.1);
}
.step-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}
.avatar-magenta,
.gradient-magenta-amber,
.step-icon-2 {
  background: linear-gradient(135deg, #db2777, #d97706);
}
.gradient-amber-lime,
.step-icon-3 {
  background: linear-gradient(135deg, #d97706, #65a30d);
}
.step-number {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0d0d14;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Syne, sans-serif;
  font-weight: 700;
}
.blog-hero-bg,
.stats-section-bg {
  background: linear-gradient(135deg, #0d0d14, #1a0533);
}
.hero-orb-stats {
  background: #6b21a8;
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.15;
}
.port-item-tall {
  min-height: 14rem;
}
.port-img-full {
  height: 100%;
}
.product-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f3f4f6;
  transition: 0.3s;
}
.product-card:hover {
  transform: translateY(-6px);
}
.blog-card-img,
.product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.blog-card:hover .blog-card-img,
.product-card:hover .product-card-img {
  transform: scale(1.05);
}
.pricing-feature-included,
.pricing-feature-included-amber {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-size: 0.875rem;
}
.pricing-feature-excluded {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d1d5db;
  font-size: 0.875rem;
}
.pricing-feature-highlight-included {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
}
.pricing-feature-highlight-excluded {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
}
.pricing-btn-outline-violet {
  display: block;
  text-align: center;
  padding: 12px 24px;
  border-radius: 100px;
  border: 2px solid #6b21a8;
  color: #6b21a8;
  font-family: Syne, sans-serif;
  font-weight: 700;
  transition: 0.3s;
  text-decoration: none;
}
.pricing-btn-highlight,
.pricing-btn-outline-amber {
  display: block;
  padding: 12px 24px;
  border-radius: 100px;
  font-family: Syne, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.pricing-btn-outline-violet:hover {
  background: #f5f3ff;
}
.pricing-btn-highlight {
  background: #fff;
  color: #6b21a8 !important;
}
.cta-btn-primary:hover,
.pricing-btn-highlight:hover {
  background: rgba(255, 255, 255, 0.9);
}
.pricing-btn-outline-amber {
  border: 2px solid #d97706;
  color: #d97706;
}
.pricing-btn-outline-amber:hover {
  background: #fef3c7;
}
.bg-ink {
  background: #0d0d14;
}
.why-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px;
  transition: 0.3s;
}
.why-card-violet:hover {
  border-color: rgba(107, 33, 168, 0.4);
}
.why-card-pink:hover {
  border-color: rgba(219, 39, 119, 0.4);
}
.why-card-amber:hover {
  border-color: rgba(217, 119, 6, 0.4);
}
.why-card-cyan:hover {
  border-color: rgba(8, 145, 178, 0.4);
}
.why-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.testi-card-featured {
  border: 2px solid rgba(107, 33, 168, 0.2);
}
.avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Syne, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.875rem;
}
.cta-btn-outline,
.cta-btn-primary {
  padding: 16px 32px;
  display: inline-flex;
  transition: 0.3s;
  font-weight: 700;
  text-decoration: none;
  font-family: Syne, sans-serif;
}
.avatar-cyan,
.gradient-cyan-lime {
  background: linear-gradient(135deg, #0891b2, #65a30d);
}
.quote-section-bg {
  background: linear-gradient(135deg, #0d0d14, #1a0533, #0d0d14);
}
.hero-orb-quote {
  background: #db2777;
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.2;
}
.quote-option {
  background: #1a0533;
}
.cta-section-bg {
  background: linear-gradient(135deg, #6b21a8, #db2777, #d97706);
}
.cta-pattern-overlay {
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="g" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.06)" stroke-width="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23g)"/></svg>');
}
.cta-btn-primary {
  background: #fff;
  color: #6b21a8;
  border-radius: 100px;
  align-items: center;
  gap: 8px;
}
.cta-btn-outline:hover,
.newsletter-input {
  background: rgba(255, 255, 255, 0.1);
}
.cta-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100px;
  align-items: center;
}
.newsletter-input {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  padding: 12px 20px;
  color: #fff;
  font-size: 0.875rem;
  outline: 0;
  transition: border-color 0.3s;
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.newsletter-input:focus {
  border-color: #8b5cf6;
}
.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.contact-icon-box,
.footer-badge {
  align-items: center;
  display: flex;
}
.contact-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  justify-content: center;
}
.footer-bg {
  background: #080810;
  position: relative;
}
.footer-orb {
  position: absolute;
  width: 600px;
  height: 600px;
}
.footer-orb-left {
  background: radial-gradient(
    circle,
    rgba(107, 33, 168, 0.18),
    transparent 70%
  );
  top: -100px;
  left: -200px;
}
.footer-orb-right {
  background: radial-gradient(
    circle,
    rgba(219, 39, 119, 0.12),
    transparent 70%
  );
  bottom: -100px;
  right: -150px;
}
.footer-img-strip {
  height: 180px;
  position: relative;
}
.footer-strip-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.footer-strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0, #080810 100%);
}
.footer-strip-gradient-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #6b21a8,
    #db2777,
    #d97706,
    #0891b2,
    #6b21a8
  );
}
.footer-brand-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 1024px) {
  .footer-brand-row {
    flex-direction: row;
    align-items: center;
  }
}
.footer-badge {
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-badge-violet {
  background: rgba(107, 33, 168, 0.12);
}
.footer-badge-pink {
  background: rgba(219, 39, 119, 0.12);
}
.footer-badge-amber {
  background: rgba(217, 119, 6, 0.12);
}
.footer-col-heading {
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Syne, sans-serif;
  font-weight: 700;
}
.footer-col-line {
  width: 20px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
}
.gradient-violet-magenta-line {
  background: linear-gradient(90deg, #6b21a8, #db2777);
}
.gradient-magenta-amber-line {
  background: linear-gradient(90deg, #db2777, #d97706);
}
.gradient-amber-lime-line {
  background: linear-gradient(90deg, #d97706, #65a30d);
}
.gradient-cyan-violet-line {
  background: linear-gradient(90deg, #0891b2, #6b21a8);
}
.footer-link {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #fff;
}
.footer-link-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
.footer-dot-pink {
  background: #db2777;
}
.footer-dot-amber {
  background: #d97706;
}
.footer-contact-icon {
  width: 14px;
  height: 14px;
}
.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}
.social-icon:hover {
  transform: scale(1.1);
}
.social-icon-svg {
  transition: stroke 0.2s;
}
.social-icon:hover .social-icon-svg {
  stroke: white;
}
.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 640px) {
  .footer-bottom-bar {
    flex-direction: row;
  }
}
.footer-bottom-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s;
}
.footer-bottom-link:hover {
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}
.heart-icon,
.text-magenta {
  color: #db2777;
}
.footer-orb-small {
  width: 500px;
  height: 500px;
}
.font-800 {
  font-weight: 800;
}
.font-700 {
  font-weight: 700;
}
.font-600 {
  font-weight: 600;
}
.large-format-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1600&q=60&fit=crop");
  background-size: cover;
  background-position: center;
}
.benefit-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 20px;
  padding: 2rem;
  transition: 0.3s;
}
.bizcard-hero-bg,
.digital-hero-bg,
.merch-hero-bg,
.offset-hero-bg,
.packaging-hero-bg,
.stickers-hero-bg {
  background-size: cover;
  background-position: center;
}
.faq-icon-box,
.share-icon-btn {
  border-radius: 50%;
  display: flex;
}
.digital-hero-bg,
.offset-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=60&fit=crop");
}
.bizcard-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1568585105565-e372a15480c7?w=1600&q=60&fit=crop");
}
.packaging-hero-bg,
.stickers-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1553531384-cc64ac80f931?w=1600&q=60&fit=crop");
}
.merch-hero-bg {
  background-image: url("https://images.unsplash.com/photo-1529374255404-311a2a4f1fd9?w=1600&q=60&fit=crop");
}
.policy-content h2 {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #0d0d14;
}
.policy-content p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  color: #4b5563;
}
.policy-content ul {
  margin-bottom: 1.25rem;
  color: #4b5563;
}
.article-body li,
.policy-content li {
  margin-bottom: 0.5rem;
}
.faq-icon-box {
  width: 28px;
  height: 28px;
  background: rgba(107, 33, 168, 0.1);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.aspect-21-9 {
  aspect-ratio: 21/9;
}
.article-body p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: #4b5563;
  font-size: 1.05rem;
}
.article-body h2 {
  font-family: Syne, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #0d0d14;
}
.article-body ul {
  margin-bottom: 1.5rem;
  color: #4b5563;
}
.share-icon-btn {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  transition: background-color 0.2s, border-color 0.2s;
}
.share-icon-btn:hover {
  background-color: #f5f3ff;
  border-color: #c4b5fd;
}
.share-icon-btn-pink:hover {
  background-color: #fdf2f8;
  border-color: #f9a8d4;
}
.share-icon-btn-cyan:hover {
  background-color: #ecfeff;
  border-color: #67e8f9;
}
.share-icon-btn-amber:hover {
  background-color: #fffbeb;
  border-color: #fcd34d;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}