/*
Theme Name: AlphaPlace AI
Author: Sameet
Description: Discover and subscribe to verified trading strategies ranked by performance on the AlphaPlace AI marketplace.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.ap-landing {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.ap-landing header.ap-landing.nav {
  z-index: 1000;
}
.ap-landing button,
.ap-landing input {
  font-family: inherit;
}
.ap-landing {
  --radius: 0.75rem;
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-xl: calc(var(--radius) + 4px);
  --background: #f8fafc;
  --surface: #ffffff;
  --foreground: #0f172a;
  --card: #ffffff;
  --primary: #00c26e;
  --primary-foreground: #ffffff;
  --primary-soft: #e6f9f0;
  --muted: #f1f5f9;
  --muted-foreground: #64748b;
  --accent: #e6f9f0;
  --accent-foreground: #047a47;
  --destructive: #ef4444;
  --border: #e2e8f0;
  --input: #e2e8f0;
  --ring: #00c26e;
  --navy: #0f172a;
  --navy-foreground: #f8fafc;
  --body: #475569;
  --shadow-soft: 0 1px 2px rgba(15, 23, 42, 0.04),
    0 4px 12px rgba(15, 23, 42, 0.04);
  --shadow-card: 0 1px 3px rgba(15, 23, 42, 0.05),
    0 8px 24px rgba(15, 23, 42, 0.06);
  --shadow-elevated: 0 4px 12px rgba(15, 23, 42, 0.06),
    0 20px 48px rgba(15, 23, 42, 0.1);
  --shadow-glow: 0 12px 40px -8px rgba(0, 194, 110, 0.35);
}
.ap-landing,
.ap-landing * {
  box-sizing: border-box;
  border-color: var(--border);
}
.ap-landing {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.ap-landing h1,
.ap-landing h2,
.ap-landing h3,
.ap-landing h4 {
  color: var(--foreground);
  letter-spacing: -0.02em;
  margin: 0;
}
.ap-landing p {
  margin: 0;
}
.ap-landing a {
  color: inherit;
  text-decoration: none;
}
.ap-landing button {
  font-family: inherit;
}
.ap-landing ul,
.ap-landing ol,
.ap-landing dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-landing img {
  max-width: 100%;
}
.ap-landing .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ap-landing .container-app {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 1.25rem;
}
.ap-landing .text-body {
  color: var(--body);
}
.ap-landing .text-muted {
  color: var(--muted-foreground);
}
.ap-landing .surface-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

@keyframes ap-float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes ap-pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.85);
  }
}
.ap-landing .animate-float {
  animation: ap-float-soft 6s ease-in-out infinite;
}
.ap-landing .animate-pulse-dot {
  animation: ap-pulse-dot 1.6s ease-in-out infinite;
}
.ap-landing .icon {
  width: 1em;
  height: 1em;
  display: block;
  flex-shrink: 0;
}
.ap-landing .icon-sm {
  width: 14px;
  height: 14px;
}
.ap-landing .icon-md {
  width: 16px;
  height: 16px;
}
.ap-landing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  border: 1px solid transparent;
  height: 2.25rem;
  padding: 0.5rem 1rem;
}
.ap-landing .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px var(--ring);
}
.ap-landing .btn-primary {
  background: var(--primary);
  color: var(--primary-foreground);
}
.ap-landing .btn-primary:hover {
  background: #00ad63;
}
.ap-landing .btn-outline {
  border-color: var(--input);
  background: var(--background);
  color: var(--foreground);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.ap-landing .btn-outline:hover {
  background: var(--accent);
  color: var(--accent-foreground);
}
.ap-landing .btn-lg {
  height: 2.5rem;
  padding: 0 2rem;
}
.ap-landing .btn-sm {
  height: 2rem;
  padding: 0 0.75rem;
  font-size: 0.75rem;
}
.ap-landing .btn-glow {
  box-shadow: var(--shadow-glow);
}
.ap-landing .btn-h12 {
  height: 3rem;
  padding-inline: 1.5rem;
  font-size: 15px;
}
.ap-landing .btn-h11 {
  height: 2.75rem;
  padding-inline: 1.25rem;
}
.ap-landing .btn-full {
  width: 100%;
}
.ap-landing header.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}
.ap-landing header.nav.scrolled {
  border-bottom-color: var(--border);
  background: rgba(248, 250, 252, 0.85);
  backdrop-filter: blur(24px);
}
.ap-landing .nav-inner {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ap-landing .brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ap-landing .brand-mark {
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  border-radius: 0.5rem;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
}
.ap-landing .brand-name {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.ap-landing .brand-name span {
  color: var(--primary);
}
.ap-landing .nav-links {
  display: none;
  align-items: center;
  gap: 1.75rem;
}
.ap-landing .nav-links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--body);
}
.ap-landing .nav-links a:hover {
  color: var(--foreground);
}
.ap-landing .nav-cta {
  display: none;
  align-items: center;
  gap: 0.5rem;
}
.ap-landing .nav-login {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--body);
  padding: 0.5rem 0.75rem;
}
.ap-landing .nav-login:hover {
  color: var(--foreground);
}
.ap-landing .menu-btn {
  display: grid;
  height: 2.5rem;
  width: 2.5rem;
  place-items: center;
  border-radius: 0.375rem;
  border: 1px solid var(--border);
  background: var(--surface);
}
.ap-landing .mobile-menu {
  display: none;
  border-top: 1px solid var(--border);
  background: var(--surface);
}
.ap-landing .mobile-menu.open {
  display: block;
}
.ap-landing .mobile-menu .container-app {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.ap-landing .mobile-menu a.m-link {
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--body);
}
.ap-landing .mobile-menu a.m-link:hover {
  background: var(--muted);
}
.ap-landing .mobile-actions {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
.ap-landing .mobile-actions .btn {
  flex: 1;
}

@media (min-width: 1024px) {
  .ap-landing .nav-links,
  .ap-landing .nav-cta {
    display: flex;
  }
  .ap-landing .menu-btn,
  .ap-landing .mobile-menu {
    display: none !important;
  }
}
.ap-landing .hero {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 5rem;
}
.ap-landing .hero-glow {
  pointer-events: none;
  position: absolute;
  inset: 0 0 auto;
  height: 600px;
  z-index: -1;
  background: radial-gradient(
    60% 60% at 50% 0%,
    rgba(0, 194, 110, 0.1),
    transparent 70%
  );
}
.ap-landing .hero-grid {
  display: grid;
  align-items: center;
  gap: 3rem;
}
.ap-landing .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--body);
  box-shadow: var(--shadow-soft);
}
.ap-landing .dot {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  background: var(--primary);
}
.ap-landing .hero h1 {
  margin-top: 1.25rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.05;
  text-wrap: balance;
}
.ap-landing .hero h1 .hl {
  color: var(--primary);
}
.ap-landing .hero-lead {
  margin-top: 1.25rem;
  max-width: 36rem;
  font-size: 17px;
  line-height: 1.625;
  color: var(--body);
}
.ap-landing .hero-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.ap-landing .hero-stats {
  margin-top: 2.5rem;
  display: grid;
  max-width: 36rem;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.ap-landing .hero-stats dt {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ap-landing .hero-stats dd {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted-foreground);
}
.ap-landing .mockup {
  position: relative;
}
.ap-landing .mockup-glow {
  pointer-events: none;
  position: absolute;
  inset: -2rem;
  z-index: -1;
  border-radius: 2.5rem;
  background: radial-gradient(
    60% 50% at 50% 40%,
    rgba(0, 194, 110, 0.18),
    transparent 70%
  );
}
.ap-landing .browser {
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}
.ap-landing .browser-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
  padding: 0.75rem 1rem;
}
.ap-landing .traffic {
  height: 10px;
  width: 10px;
  border-radius: 9999px;
}
.ap-landing .url {
  margin-left: 0.75rem;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.375rem;
  background: var(--muted);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  color: var(--muted-foreground);
}
.ap-landing .mock-grid {
  display: grid;
  gap: 1rem;
  background: var(--background);
  padding: 1rem;
}
.ap-landing .stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  background: var(--primary-soft);
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
}
.ap-landing .icon-box {
  display: grid;
  height: 1.75rem;
  width: 1.75rem;
  place-items: center;
  border-radius: 0.375rem;
  background: var(--primary-soft);
  color: var(--primary);
}
.ap-landing .mini {
  border-radius: 0.375rem;
  background: var(--muted);
  padding: 0.5rem;
  font-size: 0.75rem;
}
.ap-landing .rank {
  display: grid;
  height: 1.75rem;
  width: 1.75rem;
  place-items: center;
  border-radius: 0.375rem;
  background: var(--muted);
  font-size: 0.75rem;
  font-weight: 600;
}
.ap-landing .float-alert {
  position: absolute;
  left: -1rem;
  bottom: -1.5rem;
  display: none;
  width: 14rem;
  padding: 0.75rem;
  box-shadow: var(--shadow-elevated);
}
.ap-landing .section {
  padding: 5rem 0;
}
.ap-landing .section-lg {
  padding: 5rem 0;
}
.ap-landing .border-y {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ap-landing .border-t {
  border-top: 1px solid var(--border);
}
.ap-landing .border-b {
  border-bottom: 1px solid var(--border);
}
.ap-landing .bg-surface {
  background: var(--surface);
}
.ap-landing .bg-navy {
  background: var(--navy);
  color: var(--navy-foreground);
}
.ap-landing .eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--primary);
}
.ap-landing .eyebrow-muted {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted-foreground);
}
.ap-landing .h2 {
  margin-top: 0.75rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.ap-landing .lead {
  font-size: 1.125rem;
  line-height: 1.625;
  color: var(--body);
}
.ap-landing .split {
  display: grid;
  gap: 2.5rem;
}
.ap-landing .split-12 {
  display: grid;
  gap: 2.5rem;
}
.ap-landing .header-center {
  margin: 0 auto;
  max-width: 48rem;
  text-align: center;
}
.ap-landing .header-left {
  max-width: 48rem;
}
.ap-landing .header-center .h2,
.ap-landing .header-left .h2 {
  margin-top: 0.75rem;
}
.ap-landing .header-sub {
  margin-top: 1.25rem;
  font-size: 17px;
  line-height: 1.625;
  color: var(--body);
}
.ap-landing .trust-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.ap-landing .trust-label {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted-foreground);
}
.ap-landing .trust-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem 1.25rem;
}
.ap-landing .trust-list li {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--body);
}
.ap-landing .steps {
  margin-top: 3rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ap-landing .step {
  display: grid;
  align-items: start;
  gap: 1rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border);
}
.ap-landing .step:last-child {
  border-bottom: 0;
}
.ap-landing .step-num {
  font-size: 0.875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--primary);
}
.ap-landing .step h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.ap-landing .cap {
  display: grid;
  align-items: start;
  gap: 2rem;
  border-top: 1px solid var(--border);
  padding-top: 2.5rem;
}
.ap-landing .caps {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.ap-landing .cap h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.ap-landing .cap p {
  margin-top: 1.25rem;
  max-width: 42rem;
  font-size: 17px;
  line-height: 1.625;
  color: var(--body);
}
.ap-landing .featured-grid {
  margin-top: 3rem;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: var(--border);
}
.ap-landing .featured-grid > div {
  background: var(--card);
  padding: 2rem;
}
.ap-landing .chip {
  border-radius: 9999px;
  background: var(--primary-soft);
  padding: 0.125rem 0.625rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
}
.ap-landing .metric-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted-foreground);
}
.ap-landing .metric-val {
  margin-top: 0.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ap-landing .metric-val.green {
  color: var(--primary);
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
}
.ap-landing .algo-list {
  margin-top: 2rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ap-landing .algo-row {
  display: grid;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--border);
}
.ap-landing .algo-row:last-child {
  border-bottom: 0;
}
.ap-landing .chart {
  width: 100%;
  height: 100%;
  display: block;
}
.ap-landing .chart-wrap {
  margin-top: 0.75rem;
}
.ap-landing .check-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.ap-landing .check-circle {
  display: grid;
  height: 1.5rem;
  width: 1.5rem;
  place-items: center;
  border-radius: 9999px;
  background: var(--primary-soft);
  color: var(--primary);
}
.ap-landing .check-sm {
  display: grid;
  height: 1.25rem;
  width: 1.25rem;
  place-items: center;
  border-radius: 9999px;
  background: var(--primary-soft);
  color: var(--primary);
}
.ap-landing .chat-user {
  margin-left: auto;
  max-width: 85%;
  border-radius: 1rem 0.25rem 1rem 1rem;
  background: var(--foreground);
  color: var(--background);
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
}
.ap-landing .chat-bot {
  max-width: 90%;
  border-radius: 0.25rem 1rem 1rem 1rem;
  background: var(--muted);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.ap-landing .composer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  background: var(--background);
  padding: 0.5rem 0.75rem;
}
.ap-landing .composer input {
  flex: 1;
  border: 0;
  background: transparent;
  font-size: 0.875rem;
  outline: none;
  color: var(--foreground);
}
.ap-landing .send-btn {
  display: grid;
  height: 2rem;
  width: 3rem;
  place-items: center;
  border: 0;
  border-radius: 0.5rem;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
}
.ap-landing .pills {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ap-landing .pill {
  border-radius: 9999px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--body);
}
.ap-landing .notify-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border-top: 1px solid var(--border);
}
.ap-landing .quote-lg {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.ap-landing .fig {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
}
.ap-landing .dot-tiny {
  height: 4px;
  width: 4px;
  border-radius: 9999px;
  background: var(--border);
}
.ap-landing .plans {
  margin: 2.5rem auto 0;
  display: grid;
  max-width: 56rem;
  gap: 1.25rem;
}
.ap-landing .plan {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: var(--card);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
}
.ap-landing .plan.hot {
  border-color: var(--primary);
  box-shadow: var(--shadow-elevated);
}
.ap-landing .popular {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9999px;
  background: var(--primary);
  color: #fff;
  padding: 0.25rem 0.75rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: var(--shadow-glow);
}
.ap-landing .faq-item {
  border-bottom: 1px solid var(--border);
}
.ap-landing .faq-item:first-child {
  border-top: 1px solid var(--border);
}
.ap-landing .faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: 0;
  padding: 1rem 0;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: var(--foreground);
  cursor: pointer;
}
.ap-landing .faq-q svg {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.ap-landing .faq-item.open .faq-q svg {
  transform: rotate(180deg);
}
.ap-landing .faq-a {
  display: none;
  padding: 0 0 1rem;
  font-size: 15px;
  line-height: 1.625;
  color: var(--body);
}
.ap-landing .faq-item.open .faq-a {
  display: block;
}
.ap-landing .cta {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  text-align: center;
}
.ap-landing .cta-g1 {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(
    60% 60% at 50% 0%,
    rgba(0, 194, 110, 0.22),
    transparent 70%
  );
}
.ap-landing .cta h2 {
  margin: 0 auto;
  max-width: 48rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  text-wrap: balance;
}
.ap-landing .cta h2 span {
  color: var(--primary);
}
.ap-landing .cta p {
  margin: 1.25rem auto 0;
  max-width: 42rem;
  font-size: 17px;
  line-height: 1.625;
  color: #cbd5e1;
}
.ap-landing .cta-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.ap-landing .btn-ghost-dark {
  height: 3rem;
  padding: 0 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.ap-landing .btn-ghost-dark:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.ap-landing .disclaimer {
  padding: 2rem 0;
}
.ap-landing .disclaimer p {
  margin: 0 auto;
  max-width: 56rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.625;
  color: var(--muted-foreground);
}
.ap-landing footer {
  padding: 3.5rem 0;
}
.ap-landing .footer-grid {
  display: grid;
  gap: 2.5rem;
}
.ap-landing .socials {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
}
.ap-landing .social {
  display: grid;
  height: 2.25rem;
  width: 2.25rem;
  place-items: center;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  background: var(--background);
  color: var(--body);
}
.ap-landing .social:hover {
  color: var(--foreground);
}
.ap-landing .foot-col p {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted-foreground);
}
.ap-landing .foot-col ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.ap-landing .foot-col a {
  font-size: 0.875rem;
  color: var(--body);
}
.ap-landing .foot-col a:hover {
  color: var(--foreground);
}
.ap-landing .foot-bottom {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  font-size: 0.75rem;
  color: var(--muted-foreground);
}
.ap-landing .dd-bar {
  margin-top: 0.75rem;
  height: 0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  background: var(--muted);
}
.ap-landing .dd-fill {
  height: 100%;
  width: 18%;
  border-radius: 9999px;
  background: rgba(239, 68, 68, 0.7);
}
.ap-landing .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.ap-landing .space-y-3 > * + * {
  margin-top: 0.75rem;
}
.ap-landing .space-y-2 > * + * {
  margin-top: 0.5rem;
}
.ap-landing .mt-1 {
  margin-top: 0.25rem;
}
.ap-landing .mt-2 {
  margin-top: 0.5rem;
}
.ap-landing .mt-3 {
  margin-top: 0.75rem;
}
.ap-landing .mt-4 {
  margin-top: 1rem;
}
.ap-landing .mt-5 {
  margin-top: 1.25rem;
}
.ap-landing .mt-6 {
  margin-top: 1.5rem;
}
.ap-landing .mt-7 {
  margin-top: 1.75rem;
}
.ap-landing .mt-8 {
  margin-top: 2rem;
}
.ap-landing .mt-10 {
  margin-top: 2.5rem;
}
.ap-landing .mt-12 {
  margin-top: 3rem;
}
.ap-landing .mt-20 {
  margin-top: 5rem;
}
.ap-landing .flex {
  display: flex;
}
.ap-landing .flex-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.ap-landing .items-center {
  align-items: center;
}
.ap-landing .gap-2 {
  gap: 0.5rem;
}
.ap-landing .gap-3 {
  gap: 0.75rem;
}
.ap-landing .minw0 {
  min-width: 0;
}
.ap-landing .flex1 {
  flex: 1;
}
.ap-landing .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-landing .font-sm {
  font-size: 0.875rem;
}
.ap-landing .font-xs {
  font-size: 0.75rem;
}
.ap-landing .font-13 {
  font-size: 13px;
}
.ap-landing .font-semibold {
  font-weight: 600;
}
.ap-landing .font-bold {
  font-weight: 700;
}
.ap-landing .font-medium {
  font-weight: 500;
}
.ap-landing .green {
  color: var(--primary);
}
.ap-landing .text-2xl {
  font-size: 1.5rem;
  font-weight: 700;
}
.ap-landing .text-xl {
  font-size: 1.25rem;
  font-weight: 700;
}
.ap-landing .text-lg {
  font-size: 1.125rem;
  font-weight: 700;
}
.ap-landing .text-3xl {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ap-landing .text-4xl {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ap-landing .p-4 {
  padding: 1rem;
}
.ap-landing .p-5 {
  padding: 1.25rem;
}
.ap-landing .upper-xs {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted-foreground);
}

@media (min-width: 640px) {
  .ap-landing .hero {
    padding: 4rem 0 5rem;
  }
  .ap-landing .hero h1 {
    font-size: 3rem;
  }
  .ap-landing .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .ap-landing .hero-stats dt {
    font-size: 1.6rem;
  }
  .ap-landing .h2 {
    font-size: 3rem;
  }
  .ap-landing .quote-lg {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .ap-landing .cta {
    padding: 6rem 0;
  }
  .ap-landing .cta h2 {
    font-size: 3rem;
  }
  .ap-landing .float-alert {
    display: block;
  }
  .ap-landing .mock-grid {
    padding: 1.25rem;
  }
  .ap-landing .featured-grid > div {
    padding: 2.5rem;
  }
  .ap-landing .section,
  .ap-landing .section-lg {
    padding: 7rem 0;
  }
}
@media (min-width: 768px) {
  .ap-landing .plans {
    grid-template-columns: 1fr 1fr;
  }
  .ap-landing .plan.hot {
    transform: scale(1.02);
  }
  .ap-landing .algo-row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr auto;
  }
}
@media (min-width: 1024px) {
  .ap-landing .hero {
    padding: 5rem 0 7rem;
  }
  .ap-landing .hero-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 2.5rem;
  }
  .ap-landing .hero h1 {
    font-size: 3.6rem;
  }
  .ap-landing .hero-mock {
    padding-left: 1rem;
  }
  .ap-landing .h2 {
    font-size: 3.25rem;
    line-height: 1.05;
  }
  .ap-landing .split-12,
  .ap-landing .split {
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
  }
  .ap-landing .col-5 {
    grid-column: span 5;
  }
  .ap-landing .col-6 {
    grid-column: span 6;
  }
  .ap-landing .col-7 {
    grid-column: span 7;
    padding-top: 0.75rem;
  }
  .ap-landing .col-7.no-pt {
    padding-top: 0;
  }
  .ap-landing .mock-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .ap-landing .span-3 {
    grid-column: span 3;
  }
  .ap-landing .span-2 {
    grid-column: span 2;
  }
  .ap-landing .trust-row {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    gap: 3rem;
  }
  .ap-landing .trust-list {
    justify-content: flex-end;
  }
  .ap-landing .step {
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
  }
  .ap-landing .step-num {
    grid-column: span 2;
  }
  .ap-landing .step h3 {
    grid-column: span 5;
    font-size: 1.75rem;
  }
  .ap-landing .step p {
    grid-column: span 5;
  }
  .ap-landing .cap {
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
  }
  .ap-landing .cap-eye {
    grid-column: span 4;
  }
  .ap-landing .cap-body {
    grid-column: span 8;
  }
  .ap-landing .cap h3 {
    font-size: 1.75rem;
  }
  .ap-landing .featured-grid {
    grid-template-columns: 1.15fr 1fr;
  }
  .ap-landing .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
  }
  .ap-landing .bt-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.25rem;
  }
  .ap-landing .port-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 2.5rem;
  }
  .ap-landing .alerts-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
    align-items: center;
  }
  .ap-landing .alerts-copy {
    grid-column: span 6;
  }
  .ap-landing .alerts-card {
    grid-column: span 6;
  }
  .ap-landing .t-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 4rem;
  }
  .ap-landing .t-side {
    border-left: 1px solid var(--border);
    border-top: 0;
    padding-left: 3rem;
    padding-top: 0;
  }
  .ap-landing .sec-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 4rem;
    align-items: start;
    padding: 3rem 0;
  }
  .ap-landing .sec-eye {
    grid-column: span 3;
  }
  .ap-landing .sec-title {
    grid-column: span 5;
    font-size: 1.65rem;
  }
  .ap-landing .sec-desc {
    grid-column: span 4;
  }
  .ap-landing .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
  .ap-landing .builder-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
  }
}
.ap-landing .bt-grid {
  display: grid;
  gap: 1.25rem;
}
.ap-landing .port-grid {
  display: grid;
  gap: 2rem;
}
.ap-landing .t-side {
  border-top: 1px solid var(--border);
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.ap-landing .sec-list {
  margin-top: 5rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ap-landing .sec-row {
  display: grid;
  gap: 1.5rem;
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
}
.ap-landing .sec-row:last-child {
  border-bottom: 0;
}
.ap-landing .sec-row h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.ap-landing .trust-tags {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2.5rem;
justify-content:center;
}
.ap-landing .items-end {
  align-items: end;
}
.ap-landing .pt-end {
  padding-top: 0;
}

.ap-landing .brand img {
  display: block;
  width: 10rem;
  object-fit: contain;
}
