.container {
  max-width: 960px;
}

a:hover {
  text-decoration: none;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: rgba(15, 23, 42, 0.78);
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #2563eb;
  text-decoration: none;
}

html, body {
  height: 100%;
}

.appiconz {
  background-color: #ffffff;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

 .appstore-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 8px 24px 8px 16px;
  height: 48px;
  font-size: 15px;
  color: #fff !important;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  background-color: #5856d6;
  text-decoration: none;
  box-shadow: 0 16px 24px 0 rgba(88, 86, 214, 0.24);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
 }

 .appstore-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 3px 10px rgba(88, 86, 214, 0.24);
  }

  .appstore-btn-black {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 8px 24px 8px 16px;
    height: 48px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    background-color: #000;
    text-decoration: none;
    box-shadow: 0 16px 24px 0 rgba(255, 255, 255, 0.24);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   }
  
   .appstore-btn-black:hover {
    transform: translateY(-4px);
    box-shadow: 0 3px 10px rgba(255, 255, 255, 0.24);
    }

    .appstore-btn-white {
      cursor: pointer;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: middle;
      padding: 8px 24px 8px 16px;
      height: 48px;
      font-size: 15px;
      color: #000 !important;
      font-weight: 700;
      border: none;
      border-radius: 30px;
      background-color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
     }
    
     .appstore-btn-white:hover {
      transform: translateY(-4px);
      }

  .text-year {
    color: #5856d6;
  }

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


/*
VIDEO 
*/
.wsbsub {
  background-color: rgb(226, 232, 240);
}
.color-background {
 /* filter: blur(160px); */
  background-image: conic-gradient(from 230.29deg at 51.63% 52.16%, rgb(36, 0, 255) 0deg, rgb(0, 135, 255) 67.5deg, rgb(255, 29, 122) 198.75deg, rgb(245, 56, 27) 251.25deg, rgb(255, 83, 53) 301.88deg, rgb(105, 30, 255) 360deg);
}
video {
  border-radius: 22px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  box-shadow: rgba(15, 23, 42, 0.32) 0px 35px 60px;
}

iframe {
  border-radius: 22px;
  box-shadow: rgba(15, 23, 42, 0.32) 0px 35px 60px;
}

.shadow-back {
  box-shadow: rgba(15, 23, 42, 0.18) 0px 20px 50px;
}

/*
 * Landing refresh
 */

body.landing-body {
  min-height: 100vh;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #f4f7ff;
  color: #0f172a;
  position: relative;
  overflow-x: hidden;
  padding: 48px 0 72px;
}

body.content-page {
  padding-top: 64px;
  padding-bottom: 96px;
}

.gradient-bloom {
  position: fixed;
  inset: -45% -25% 0;
  background:
    radial-gradient(40% 40% at 18% 26%, rgba(59, 130, 246, 0.38) 0%, rgba(59, 130, 246, 0) 80%),
    radial-gradient(35% 35% at 78% 12%, rgba(14, 165, 233, 0.34) 0%, rgba(14, 165, 233, 0) 80%),
    radial-gradient(55% 55% at 50% 82%, rgba(125, 211, 252, 0.3) 0%, rgba(125, 211, 252, 0) 100%);
  filter: blur(160px);
  z-index: 0;
  opacity: 0.65;
}

.landing-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px;
  margin-bottom: 56px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(20px);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 0.02em;
}

.nav-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(59, 130, 246, 0.18);
}

.nav-toggle {
  display: none;
  padding: 0;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(255, 255, 255, 0.76);
  color: #0f172a;
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.nav-toggle:hover {
  background: rgba(226, 232, 240, 0.9);
  border-color: rgba(148, 163, 184, 0.5);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.nav-toggle:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.4);
  outline-offset: 2px;
}

.nav-toggle-bar {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #0f172a;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  justify-content: center;
}

.nav-links a {
  color: rgba(71, 85, 105, 0.9);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 6px 10px;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #0f172a;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0a84ff 0%, #5ac8fa 100%);
  color: #01070f !important;
  font-weight: 700;
  font-size: 0.98rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 16px 36px rgba(59, 130, 246, 0.28);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(59, 130, 246, 0.4);
}

.nav-cta-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 220px);
  padding: 24px 16px;
}

.hero-copy {
  grid-column: span 6;
  max-width: 520px;
}

.hero-eyebrow {
  letter-spacing: 0.32em;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(100, 116, 139, 0.9);
  margin-bottom: 20px;
}

.hero-title {
  font-weight: 800;
  font-size: clamp(3rem, 6vw, 4.2rem);
  line-height: 1.05;
  margin-bottom: 26px;
  color: #0f172a;
}

.hero-subtitle {
  font-size: 1.12rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 36px;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0a84ff 0%, #5ac8fa 100%);
  color: #01070f !important;
  font-size: 1.08rem;
  font-weight: 700;
  box-shadow: 0 20px 40px rgba(10, 132, 255, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(10, 132, 255, 0.45);
}

.hero-cta-icon {
  width: 26px;
  height: 26px;
  margin-right: 14px;
  filter: brightness(0) invert(1);
}

.hero-note {
  margin-top: 18px;
  font-size: 0.92rem;
  color: rgba(51, 65, 85, 0.82);
}

.hero-visual {
  grid-column: span 6;
  justify-self: end;
  position: relative;
  width: 100%;
  max-width: 520px;
}

.conversion-stack {
  display: grid;
  gap: 26px;
  justify-items: stretch;
}

.source-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.12);
}

.source-icon {
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(125, 211, 252, 0.22));
  color: #0f172a;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.source-label {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
}

.source-meta {
  margin: 4px 0 0;
  font-size: 0.88rem;
  color: #64748b;
}

.conversion-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 26px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.72);
  background: linear-gradient(90deg, rgba(165, 243, 252, 0.48) 0%, rgba(59, 130, 246, 0.32) 100%);
  overflow: hidden;
  justify-self: start;
}

.conversion-arrow p {
  margin: 0;
}

.conversion-arrow .arrow-head {
  font-size: 1.6rem;
  margin-left: 6px;
  color: #2563eb;
}

.conversion-arrow .arrow-glow {
  position: absolute;
  inset: -60%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 90% { transform: translateX(-20%); opacity: 0.6; }
  50% { transform: translateX(60%); opacity: 0.2; }
  100% { transform: translateX(120%); opacity: 0; }
}

.device-shell {
  position: relative;
  width: 100%;
  padding: 18px;
  border-radius: 46px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88) 0%, rgba(241, 245, 249, 0.95) 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 45px 90px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(12px);
}

.device-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 10px;
  background: rgba(15, 23, 42, 0.12);
  border-radius: 0 0 12px 12px;
}

.device-screen {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(248, 250, 255, 0.95) 0%, rgba(226, 232, 240, 0.9) 100%);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.screen-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 20% 25%, rgba(14, 165, 233, 0.2) 0%, rgba(14, 165, 233, 0) 70%),
              radial-gradient(60% 60% at 80% 80%, rgba(125, 211, 252, 0.18) 0%, rgba(125, 211, 252, 0) 80%);
  opacity: 0.9;
  pointer-events: none;
}

.screen-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 22px;
  padding: 20px 22px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.screen-card.secondary {
  background: rgba(241, 245, 249, 0.9);
  border-color: rgba(148, 163, 184, 0.16);
  color: #0f172a;
}

.screen-tag {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 12px;
}

.screen-headline {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

.screen-headline-sm {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #0f172a;
}

.screen-meta {
  font-size: 0.88rem;
  color: #475569;
}

.screen-waveform {
  margin-top: 18px;
  display: flex;
  gap: 4px;
  height: 36px;
  align-items: flex-end;
}

.screen-waveform span {
  flex: 1;
  display: block;
  min-width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5ac8fa 0%, rgba(10, 132, 255, 0.6) 100%);
  animation: waveform 1.8s ease-in-out infinite alternate;
}

.screen-waveform span:nth-child(odd) {
  animation-duration: 1.4s;
}

.screen-waveform span:nth-child(3n) {
  animation-duration: 1.9s;
}

@keyframes waveform {
  0% { height: 12%; opacity: 0.4; }
  50% { height: 68%; opacity: 1; }
  100% { height: 28%; opacity: 0.6; }
}

.feature-strip {
  margin: 72px 0 48px;
}

.feature-strip-content {
  position: relative;
  z-index: 1;
  padding: 22px 32px;
  border-radius: 28px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.85), rgba(191, 219, 254, 0.6));
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

.feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.feature-card {
  padding: 28px 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
  color: #334155;
}

.feature-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.feature-card p {
  margin: 0;
  font-size: 0.98rem;
}

.experience-panels {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 72px;
}

.experience-card {
  padding: 34px 36px;
  border-radius: 30px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.96) 0%, rgba(219, 234, 254, 0.9) 100%);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.12);
}

.experience-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #2563eb;
  margin-bottom: 18px;
}

.experience-card h2 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0f172a;
}

.experience-card p {
  color: #334155;
  font-size: 1rem;
  margin-bottom: 18px;
}

.experience-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.experience-card li {
  position: relative;
  padding-left: 20px;
  color: #475569;
  font-size: 0.98rem;
}

.experience-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38bdf8;
}

.seo-links {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  text-align: left;
}

.seo-links-title {
  font-size: 0.88rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(71, 85, 105, 0.85);
  margin-bottom: 20px;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px;
}

.seo-link-card {
  display: block;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 26px;
  padding: 26px 30px;
  color: #334155;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.seo-link-card h3 {
  font-size: 1.24rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

.seo-link-card p {
  margin: 0;
  font-size: 0.96rem;
  color: #475569;
}

.seo-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.38);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
}

.landing-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 64px;
  font-size: 0.95rem;
  color: #475569;
}

.footer-tagline {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: rgba(71, 85, 105, 0.75);
}

.footer-contact {
  color: #2563eb;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-contact:hover {
  color: #0a84ff;
}

.footer-divider {
  margin: 0 8px;
  color: rgba(15, 23, 42, 0.28);
}

.content-wrapper {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
}

.content-hero {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 28px;
  padding: 48px 54px;
  box-shadow: 0 40px 90px rgba(15, 23, 42, 0.12);
  margin-bottom: 56px;
}

.content-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #2563eb;
  margin-bottom: 18px;
}

.content-back:hover {
  color: #1d4ed8;
}

.content-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 800;
  margin-bottom: 20px;
  color: #0f172a;
}

.content-subtitle {
  font-size: 1.05rem;
  color: #475569;
  margin-bottom: 32px;
}

.content-cta {
  margin-top: 12px;
}

.content-section {
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  padding: 36px 40px;
  margin-bottom: 36px;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.08);
}

.content-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0f172a;
}

.content-section p,
.content-section li {
  color: #334155;
  font-size: 1.02rem;
}

.content-section ul {
  padding-left: 18px;
  margin-top: 16px;
}

.content-section li + li {
  margin-top: 8px;
}

.content-highlight {
  background: rgba(59, 130, 246, 0.12);
  border-radius: 16px;
  padding: 18px 20px;
  margin-top: 20px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  font-size: 0.98rem;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid rgba(148, 163, 184, 0.4);
  padding: 14px 16px;
  text-align: left;
  color: #334155;
}

.comparison-table th {
  background: rgba(226, 232, 240, 0.7);
  font-weight: 700;
  color: #0f172a;
}

@media (max-width: 991.98px) {
  .landing-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 22px;
    gap: 16px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-cta {
    order: 2;
  }

  .hero {
    grid-template-columns: repeat(12, 1fr);
    min-height: unset;
    padding-top: 0;
  }

  .hero-copy,
  .hero-visual {
    grid-column: span 12;
  }

  .hero-visual {
    justify-self: center;
    margin-top: 32px;
    max-width: 420px;
  }

  .conversion-stack {
    gap: 22px;
  }
}

@media (max-width: 767.98px) {
  body.landing-body {
    padding: 36px 0 56px;
  }

  .landing-nav {
    margin-bottom: 40px;
    border-radius: 28px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .nav-brand span {
    font-size: 1rem;
  }

  .nav-links {
    gap: 10px;
  }

  .hero {
    padding: 0 8px;
    gap: 32px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .landing-nav:not(.nav-open) .nav-links,
  .landing-nav:not(.nav-open) .nav-cta {
    display: none;
  }

  .landing-nav.nav-open {
    gap: 18px;
  }

  .landing-nav.nav-open .nav-links {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .landing-nav.nav-open .nav-cta {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }

  .nav-links {
    width: 100%;
  }

  .hero-visual {
    max-width: 100%;
  }

  .conversion-arrow {
    justify-self: center;
  }

  .source-card {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy {
    max-width: 100%;
    text-align: center;
    padding: 0 16px;
  }

  .hero-title {
    font-size: clamp(2.4rem, 7vw, 3rem);
  }

  .hero-subtitle {
    font-size: 1.02rem;
  }

  .hero-cta-group {
    align-items: center;
    width: 100%;
  }

  .hero-note {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta {
    width: 100%;
    justify-content: center;
  }

  .feature-strip {
    margin: 56px 0 40px;
  }

  .feature-grid,
  .seo-link-grid {
    grid-template-columns: 1fr;
  }

  .experience-panels {
    margin-top: 56px;
    gap: 22px;
  }

  .experience-card {
    padding: 28px 26px;
  }
}

@media (max-width: 575.98px) {
  body.landing-body {
    padding: 28px 0 48px;
  }

  body.content-page {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .landing-nav {
    padding: 14px 18px;
  }

  .nav-links {
    order: 3;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }

  .nav-links a {
    text-align: center;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.12);
  }

  .hero {
    padding: 0;
  }

  .conversion-arrow {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .conversion-arrow .arrow-head {
    font-size: 1.4rem;
  }

  .source-card {
    gap: 12px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .feature-card,
  .seo-link-card {
    padding: 24px;
  }

  .experience-card {
    padding: 26px 22px;
  }

  .device-shell {
    padding: 14px;
  }

  .device-screen {
    padding: 28px 22px;
  }

  .content-hero {
    padding: 36px 28px;
    border-radius: 24px;
  }

  .content-section {
    padding: 28px 24px;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 0.92rem;
  }
}
