.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%;
}

html {
  min-height: 100vh;
  min-height: 100lvh;
}

body {
  min-height: 100vh;
  min-height: 100lvh;
}

.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;
  min-height: 100lvh;
  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;
}

.marketing-locale-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.26);
}

.marketing-locale-switch label {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: #334155;
}

.marketing-locale-switch select {
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 10px;
  padding: 6px 8px;
  font-size: 0.86rem;
  background: #ffffff;
  color: #0f172a;
}

.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;
  }
}

/*
 * Codex-like simple landing page (no top bar, single CTA)
 */

@font-face {
  font-family: "OpenAI Sans";
  src: url("https://cdn.openai.com/common/fonts/openai-sans/v2/OpenAISans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "OpenAI Sans";
  src: url("https://cdn.openai.com/common/fonts/openai-sans/v2/OpenAISans-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "OpenAI Sans";
  src: url("https://cdn.openai.com/common/fonts/openai-sans/v2/OpenAISans-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "OpenAI Sans";
  src: url("https://cdn.openai.com/common/fonts/openai-sans/v2/OpenAISans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

body.codex-landing-body {
  margin: 0;
  min-height: 100vh;
  min-height: 100lvh;
  padding: 24px 16px 52px;
  font-family: "OpenAI Sans", "Soehne", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
  background: #f4f6fb;
  position: relative;
  overflow-x: hidden;
}

.codex-aura {
  position: fixed;
  inset: -35% -12% 38% -12%;
  pointer-events: none;
  background:
    radial-gradient(40% 40% at 18% 18%, rgba(59, 130, 246, 0.28), rgba(59, 130, 246, 0)),
    radial-gradient(50% 50% at 84% 6%, rgba(103, 232, 249, 0.3), rgba(103, 232, 249, 0)),
    radial-gradient(50% 50% at 52% 88%, rgba(125, 211, 252, 0.24), rgba(125, 211, 252, 0));
  filter: blur(90px);
  z-index: 0;
}

.codex-shell {
  width: min(1100px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.codex-cta-primary,
.codex-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.codex-cta-primary:hover,
.codex-cta-ghost:hover {
  transform: translateY(-1px);
}

.codex-hero {
  margin-top: 0;
  min-height: calc(100lvh - clamp(20px, 5vh, 48px));
  padding-top: clamp(24px, 4vh, 44px);
  padding-bottom: clamp(52px, 10vh, 112px);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.codex-brand-icon {
  width: clamp(88px, 12vw, 132px);
  height: clamp(88px, 12vw, 132px);
  border-radius: 24px;
  display: block;
  margin: 0 auto 18px;
}

.codex-eyebrow {
  margin: 0;
  background-image: linear-gradient(90deg, #304cca, #2596d6 33.33%, #304cca 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: normal;
}

.codex-hero h1 {
  margin: 14px auto 0;
  max-width: 880px;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.codex-lede {
  margin: 20px auto 0;
  max-width: 700px;
  font-size: clamp(1.03rem, 2.2vw, 1.35rem);
  line-height: 1.55;
  color: rgba(15, 23, 42, 0.75);
}

.codex-cta-row {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.codex-cta-primary {
  padding: 13px 26px;
  color: #ffffff;
  border: 1px solid #090b10;
  background: #090b10;
  box-shadow: none;
}

.codex-cta-ghost {
  padding: 13px 26px;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #ffffff;
}

.codex-single-cta {
  margin-top: 28px;
  margin-bottom: 200px;
}

.codex-note {
  margin: 14px 0 0;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.95rem;
}

.codex-panel {
  margin-top: clamp(28px, 5vh, 64px);
  min-height: min(74vh, 760px);
  background: transparent;
  animation: codexReveal 700ms ease both;
}

.codex-panel-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.codex-panel-reverse .codex-panel-copy {
  order: 2;
}

.codex-panel-reverse .codex-panel-visual {
  order: 1;
}

.codex-panel-copy {
  padding: clamp(26px, 5vw, 64px) 0;
  display: grid;
  align-content: center;
}

.codex-panel-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1d4ed8;
}

.codex-panel-copy h2,
.codex-panel-full h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.codex-panel-copy p,
.codex-panel-full p {
  margin: 18px 0 0;
  color: rgba(15, 23, 42, 0.74);
  font-size: clamp(1.03rem, 2.2vw, 1.24rem);
  line-height: 1.65;
  max-width: 50ch;
}

.codex-panel-visual {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 40px);
  min-height: clamp(340px, 48vh, 560px);
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.codex-panel-pdf {
  background:
    linear-gradient(140deg, rgba(191, 219, 254, 0.7), rgba(224, 242, 254, 0.7)),
    radial-gradient(50% 50% at 70% 20%, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0));
}

.codex-panel-audio {
  background:
    linear-gradient(140deg, #0b1220, #0f1f3b 55%, #10233f),
    radial-gradient(42% 42% at 50% 50%, rgba(59, 130, 246, 0.36), rgba(59, 130, 246, 0));
}

.codex-panel-library {
  background:
    linear-gradient(145deg, rgba(219, 234, 254, 0.9), rgba(224, 242, 254, 0.8)),
    radial-gradient(34% 34% at 80% 18%, rgba(14, 165, 233, 0.22), rgba(14, 165, 233, 0));
}

.codex-panel-glyph {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.4rem, 4vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: rgba(15, 23, 42, 0.78);
}

.codex-panel-caption {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.68);
}

.codex-panel-audio .codex-panel-caption {
  color: rgba(226, 232, 240, 0.8);
}

.codex-wave {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 90px;
}

.codex-wave span {
  display: inline-block;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7dd3fc, #3b82f6);
  animation: codexWave 1.8s ease-in-out infinite;
}

.codex-wave span:nth-child(odd) {
  animation-delay: 0.2s;
}

.codex-wave span:nth-child(3n) {
  animation-delay: 0.5s;
}

.codex-panel-full {
  min-height: auto;
  padding: clamp(20px, 4vw, 46px) 0;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.codex-panel-intro {
  max-width: 64ch;
}

.codex-proof {
  margin-top: 28px;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.codex-proof > div {
  padding: 0 14px;
  border-left: 1px solid rgba(15, 23, 42, 0.14);
}

.codex-proof > div:first-child {
  border-left: none;
}

.codex-proof-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.codex-proof-text {
  margin: 8px 0 0;
  font-size: 0.98rem;
  color: rgba(15, 23, 42, 0.7);
}

.codex-lines {
  width: min(420px, 100%);
  display: grid;
  gap: 14px;
}

.codex-lines span {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.2);
  font-weight: 600;
  color: rgba(15, 23, 42, 0.78);
}

.codex-panel-final {
  padding-bottom: clamp(28px, 5vw, 56px);
}

@keyframes codexWave {
  0%, 100% { height: 16px; opacity: 0.7; }
  50% { height: 82px; opacity: 1; }
}

@keyframes codexReveal {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.codex-footer {
  margin-top: 40px;
  padding: 16px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(15, 23, 42, 0.66);
  font-size: 0.94rem;
}

.codex-footer p {
  margin: 0;
}

.codex-footer div {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  .codex-hero {
    min-height: calc(100lvh - 20px);
    padding-top: clamp(14px, 3vh, 26px);
    padding-bottom: clamp(34px, 8vh, 80px);
  }

  .codex-panel {
    min-height: auto;
  }

  .codex-panel-split {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .codex-panel-reverse .codex-panel-copy,
  .codex-panel-reverse .codex-panel-visual {
    order: initial;
  }

  .codex-panel-copy p {
    max-width: none;
  }

  .codex-panel-visual {
    min-height: 280px;
  }

  .codex-proof {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .codex-proof > div {
    border-left: none;
    border-top: 1px solid rgba(15, 23, 42, 0.14);
    padding: 16px 0 0;
  }

  .codex-proof > div:first-child {
    border-top: none;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  body.codex-landing-body {
    padding: 12px 10px 40px;
  }

  .codex-hero {
    min-height: calc(100lvh - 12px);
    padding-top: 8px;
    padding-bottom: clamp(28px, 7vh, 56px);
  }

  .codex-cta-primary,
  .codex-cta-ghost {
    width: 100%;
  }

  .codex-footer {
    justify-content: center;
    text-align: center;
  }
}
