/* WPadmin.AI shared landing page styles */

.gtm-hidden-frame {
      display: none;
      visibility: hidden;
    }

.footer-logo-img {
      height: 60px;
      width: auto;
      display: block;
    }

.eyebrow.eyebrow-inverse {
      color: white;
    }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
      --orange: #ff5722;
      --orange-dark: #e64a19;
      --orange-light: #fff3ef;
      --dark: #111111;
      --dark-2: #1e1e1e;
      --gray: #6b7280;
      --gray-light: #f5f5f7;
      --light: #f5f5f7;
      --white: #ffffff;
      --border: #e5e7eb;
      --green: #00a86b;
      --radius: 12px;
      --radius-lg: 20px;
      --shadow: 0 4px 24px rgba(0,0,0,0.08);
      --shadow-lg: 0 12px 48px rgba(0,0,0,0.14);
    }

html { scroll-behavior: smooth; }

body {
      font-family: 'Inter', sans-serif;
      color: var(--dark);
      background: var(--white);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

nav {
      position: sticky; top: 0; z-index: 100;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 5%; height: 68px;
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
    }

.nav-logo {
      display: flex; align-items: center; gap: 10px;
      font-family: 'Montserrat', sans-serif; font-weight: 800;
      font-size: 1.15rem; color: var(--dark); text-decoration: none;
    }

.nav-logo .logo-icon {
      width: 34px; height: 34px;
      display: flex; align-items: center; justify-content: center;
    }

.nav-logo .logo-icon img { width: 34px; height: 34px; object-fit: contain; }

.nav-links {
      display: flex; align-items: center; gap: 0;
      list-style: none;
    }

.nav-links li + li { margin-left: 32px; }

.nav-links a {
      color: var(--gray); font-size: 0.9rem; font-weight: 500;
      text-decoration: none; transition: color 0.2s;
    }

.nav-links a:hover { color: var(--dark); }

.nav-cta {
      display: flex; gap: 10px; align-items: center;
    }

.btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 10px 22px; border-radius: 8px;
      font-size: 0.9rem; font-weight: 600;
      text-decoration: none; cursor: pointer; border: none;
      transition: all 0.2s;
    }

.btn-primary {
      background: var(--orange); color: white;
    }

.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(255,87,34,0.35); }

.btn-outline {
      background: transparent; color: var(--dark);
      border: 1.5px solid var(--border);
    }

.btn-outline:hover { border-color: var(--dark); }

.btn-lg { padding: 14px 30px; font-size: 1rem; border-radius: 10px; }

.hero {
      padding: 140px 5% 80px;
      background: linear-gradient(160deg, #fff7f4 0%, #ffffff 60%);
      position: relative; overflow: hidden;
    }

.hero::before {
      content: '';
      position: absolute; top: -100px; right: -100px;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(255,87,34,0.08) 0%, transparent 70%);
      pointer-events: none;
    }

.hero-badge {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 6px 14px; background: var(--orange-light);
      border: 1px solid rgba(255,87,34,0.2);
      border-radius: 100px; font-size: 0.8rem; font-weight: 600;
      color: var(--orange); margin-bottom: 24px;
    }

.hero-badge .dot {
      width: 7px; height: 7px; background: var(--orange);
      border-radius: 50%; animation: pulse 2s infinite;
    }

@keyframes pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.6; transform: scale(1.3); }
    }

.hero-inner {
      max-width: 1120px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 10px; align-items: center;
    }

.hero h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(2.2rem, 4vw, 3.4rem);
      font-weight: 800; line-height: 1.15;
      color: var(--dark); margin-bottom: 20px;
    }

.hero h1 span { color: var(--orange); }

.hero p {
      font-size: 1.1rem; color: var(--gray);
      margin-bottom: 36px;
    }

.hero-split p { max-width: 480px; }

.trustpilot-stars { color: #00b67a; letter-spacing: 1px; }

.hero-actions {
      display: flex; gap: 12px; flex-wrap: wrap;
    }

.hero-visual {
      position: relative;
      padding: 0 0 44px 28px;
      min-width: 0;
    }

.terminal {
      background: #0d0d0d;
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-lg);
      display: flex;
      width: 100%;
      min-width: 0;
    }

.wp-sidebar {
      width: 130px;
      flex-shrink: 0;
      background: #1e1e1e;
      border-right: 1px solid #2a2a2a;
      padding: 16px 0;
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

.wp-sidebar-logo {
      display: flex; align-items: center; justify-content: center;
      padding: 4px 12px 14px;
      border-bottom: 1px solid #2a2a2a;
      margin-bottom: 8px;
    }

.wp-sidebar-logo svg { width: 22px; height: 22px; fill: #3858e9; }

.wp-nav-item {
      display: flex; align-items: center; gap: 8px;
      padding: 7px 14px;
      font-family: 'Inter', sans-serif;
      font-size: 0.68rem; font-weight: 500;
      color: #6b7280; cursor: default;
      border-left: 2px solid transparent;
    }

.wp-nav-item .nav-dot {
      width: 6px; height: 6px; border-radius: 50%;
      background: currentColor; flex-shrink: 0; opacity: 0.5;
    }

.wp-nav-item.active {
      color: #ff5722;
      background: rgba(255,87,34,0.08);
      border-left-color: #ff5722;
    }

.wp-nav-item.active .nav-dot { opacity: 1; }

.wp-nav-sep {
      height: 1px; background: #2a2a2a;
      margin: 6px 14px;
    }

.terminal-body {
      flex: 1;
      min-width: 0;
      padding: 16px 18px;
      display: flex; flex-direction: column; gap: 1px;
      font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
      font-size: 0.72rem; line-height: 1.75;
      overflow: hidden;
    }

.t-line {
      display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap;
      min-width: 0;
      opacity: 1;
      animation: none;
    }

.t-line > span:last-child {
      flex: 1 1 auto;
      min-width: 0;
      max-width: 100%;
      white-space: normal;
      overflow-wrap: anywhere;
      clip-path: none;
      animation: none;
    }

.t-line .t-prompt + span {
      flex-basis: calc(100% - 62px);
    }

.t-line:nth-of-type(1) { animation-delay: 0.25s; }

.t-line:nth-of-type(1) > span:last-child { animation-delay: 0.25s; }

.t-line:nth-of-type(2) { animation-delay: 1.45s; }

.t-line:nth-of-type(2) > span:last-child { animation-delay: 1.45s; }

.t-line:nth-of-type(3) { animation-delay: 2.25s; }

.t-line:nth-of-type(3) > span:last-child { animation-delay: 2.25s; }

.t-line:nth-of-type(4) { animation-delay: 3.05s; }

.t-line:nth-of-type(4) > span:last-child { animation-delay: 3.05s; }

.t-line:nth-of-type(5) { animation-delay: 3.85s; }

.t-line:nth-of-type(5) > span:last-child { animation-delay: 3.85s; }

.t-line:nth-of-type(6) { animation-delay: 4.85s; }

.t-line:nth-of-type(6) > span:last-child { animation-delay: 4.85s; }

.t-line:nth-of-type(7) { animation-delay: 5.85s; }

.t-line:nth-of-type(7) > span:last-child { animation-delay: 5.85s; }

.t-line:nth-of-type(8) { animation-delay: 6.85s; }

.t-line:nth-of-type(8) > span:last-child { animation-delay: 6.85s; }

.t-line:nth-of-type(9) { animation-delay: 7.85s; }

.t-line:nth-of-type(9) > span:last-child { animation-delay: 7.85s; }

.t-line:nth-of-type(10) { animation-delay: 9.05s; }

.t-line:nth-of-type(10) > span:last-child { animation-delay: 9.05s; }

@keyframes terminalLineIn {
      to { opacity: 1; }
    }

@keyframes terminalType {
      from { clip-path: inset(0 100% 0 0); }
      to { clip-path: inset(0 0 0 0); }
    }

@media (prefers-reduced-motion: reduce) {
      .t-line,
      .t-line > span:last-child {
        opacity: 1;
        clip-path: none;
        animation: none;
      }
    }

.t-prompt { color: #28c840; flex-shrink: 0; user-select: none; }

.t-orange { color: #fb923c; }

.t-cmd { color: #e2e8f0; }

.t-human {
      color: #e2e8f0;
      font-family: 'Inter', sans-serif;
      font-size: 0.72rem;
      font-style: italic;
    }

.t-out { color: #9ca3af; }

.t-out.success { color: #34d399; }

.t-out.warn { color: #fbbf24; }

.t-out.error { color: #f87171; }

.t-out.info { color: #60a5fa; }

.t-out.dim { color: #4b5563; }

.t-out.orange { color: #fb923c; }

.t-divider {
      border: none; border-top: 1px solid #1f1f1f;
      margin: 6px 0;
    }

@keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }

section { padding: 100px 5%; }

.container { max-width: 1120px; margin: 0 auto; }

.section-label {
      display: inline-block; font-size: 0.78rem;
      font-weight: 700; letter-spacing: 0.08em;
      text-transform: uppercase; color: var(--orange);
      margin-bottom: 14px;
    }

.section-title {
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 800; line-height: 1.2;
      color: var(--dark); margin-bottom: 16px;
    }

.section-sub {
      font-size: 1.05rem; color: var(--gray);
      max-width: 580px; line-height: 1.7;
    }

.tiers {
      background: var(--gray-light);
    }

.tiers-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      margin-top: 48px;
    }

.tier-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 28px;
      border: 1.5px solid var(--border);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
    }

.tier-card.featured {
      grid-column: span 2;
      background: linear-gradient(135deg, #fff 0%, #fff7f3 100%);
      border-color: rgba(255,87,34,0.35);
      box-shadow: 0 0 0 4px rgba(255,87,34,0.07), var(--shadow-lg);
    }

.tier-card.wide { grid-column: span 2; }

.tier-icon {
      width: 48px; height: 48px; border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px; font-size: 1.35rem;
      background: var(--orange-light);
    }

.tier-name {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.15rem; font-weight: 800;
      margin-bottom: 8px;
    }

.tier-tagline {
      font-size: 0.92rem; color: var(--gray);
      line-height: 1.55;
    }

.tier-card.featured .tier-name { font-size: 1.45rem; }

.tier-features {
      list-style: none; display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 16px;
      margin-top: 22px;
    }

.tier-features li {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 0.9rem; color: #374151; line-height: 1.4;
    }

.check {
      flex-shrink: 0; width: 20px; height: 20px;
      border-radius: 50%; display: flex; align-items: center;
      justify-content: center; font-size: 0.65rem;
      font-weight: 700; margin-top: 1px;
    }

.check-gray { background: #e5e7eb; color: var(--gray); }

.check-orange { background: var(--orange); color: white; }

.how-it-works { background: var(--white); }

.hiw-steps {
      display: flex;
      flex-direction: column;
      gap: 48px;
      margin-top: 56px;
    }

.hiw-step {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }

.hiw-step:nth-child(even) .hiw-step-info { order: 2; }

.hiw-step:nth-child(even) .hiw-step-img  { order: 1; }

.hiw-step-num {
      display: inline-flex; align-items: center; justify-content: center;
      width: 32px; height: 32px; border-radius: 50%;
      background: var(--orange); color: white;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.8rem; font-weight: 800;
      margin-bottom: 14px; flex-shrink: 0;
    }

.hiw-step-info h3 {
      font-size: 1.05rem; font-weight: 700;
      color: var(--dark); margin-bottom: 10px;
    }

.hiw-step-info p {
      font-size: 0.9rem; color: var(--gray); line-height: 1.7;
    }

.hiw-step-img {
      background: var(--gray-light);
      border-radius: var(--radius-lg);
      overflow: hidden;
      border: 1px solid var(--border);
      box-shadow: var(--shadow);
    }

.hiw-step-no-img {
      background: linear-gradient(135deg, var(--orange-light), #fff);
      border-radius: var(--radius-lg);
      border: 1.5px dashed rgba(255,87,34,0.3);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      padding: 40px 24px; text-align: center;
      min-height: 160px;
    }

.hiw-step-no-img .no-img-icon { font-size: 2rem; margin-bottom: 12px; }

.hiw-step-no-img p {
      font-size: 0.85rem; color: var(--gray); line-height: 1.6;
    }

@media (max-width: 900px) {
      .hiw-step { grid-template-columns: 1fr; }
      .hiw-step:nth-child(even) .hiw-step-info { order: 1; }
      .hiw-step:nth-child(even) .hiw-step-img  { order: 2; }
    }

.features { background: var(--dark); color: white; }

.features .section-title { color: white; }

.features .section-sub { color: #9ca3af; }

.features .section-label { color: #f97316; }

.features-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; margin-top: 56px;
    }

.feature-card {
      background: #1e1e1e;
      border: 1px solid #2d2d2d;
      border-radius: var(--radius-lg);
      padding: 32px;
      transition: border-color 0.2s, transform 0.2s;
    }

.feature-card:hover {
      border-color: rgba(255,87,34,0.4);
      transform: translateY(-3px);
    }

.feature-card.highlight {
      background: linear-gradient(135deg, #1e1e1e 0%, #1a100a 100%);
      border-color: rgba(255,87,34,0.25);
    }

.feature-icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: rgba(255,87,34,0.12);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; margin-bottom: 20px;
    }

.feature-card h3 {
      font-size: 1.05rem; font-weight: 700;
      color: white; margin-bottom: 10px;
    }

.feature-card p {
      font-size: 0.87rem; color: #9ca3af; line-height: 1.6;
    }

.feature-tag {
      display: inline-block; margin-top: 14px;
      padding: 3px 10px; border-radius: 6px;
      font-size: 0.7rem; font-weight: 700;
      background: rgba(255,87,34,0.15); color: #f97316;
    }

.pricing { background: var(--gray-light); }

.pricing-grid {
      display: flex;
      justify-content: center;
      margin-top: 56px;
    }

.pricing-card {
      background: var(--white);
      border: 1.5px solid var(--orange);
      border-radius: var(--radius-lg);
      padding: 42px;
      position: relative;
      max-width: 880px;
      width: 100%;
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
      gap: 34px;
      align-items: center;
      text-align: left;
      box-shadow: 0 0 0 4px rgba(255,87,34,0.07), var(--shadow-lg);
    }

.pricing-card.popular {
      border-color: var(--orange);
      box-shadow: 0 0 0 4px rgba(255,87,34,0.07), var(--shadow-lg);
    }

.popular-badge {
      position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
      background: var(--orange); color: white;
      padding: 4px 16px; border-radius: 100px;
      font-size: 0.72rem; font-weight: 700;
      white-space: nowrap;
    }

.plan-name {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.1rem; font-weight: 800;
      margin-bottom: 4px;
    }

.plan-tagline {
      font-size: 0.85rem; color: var(--gray);
      margin-bottom: 24px;
    }

.plan-price {
      margin-bottom: 28px;
    }

.plan-price .amount {
      font-family: 'Montserrat', sans-serif;
      font-size: 2.4rem; font-weight: 800;
      color: var(--dark);
    }

.plan-price .period {
      font-size: 0.9rem; color: var(--gray); margin-left: 4px;
    }

.plan-price .note {
      display: block; font-size: 0.78rem; color: var(--gray);
      margin-top: 4px;
    }

.plan-cta { width: 100%; text-align: center; justify-content: center; }

.plan-cta.btn-primary { }

.plan-cta.btn-outline { border-color: var(--border); }

.pricing-steps {
      background: var(--gray-light);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 24px;
    }

.pricing-steps h3 {
      font-size: 1rem;
      font-weight: 800;
      color: var(--dark);
      margin-bottom: 16px;
    }

.pricing-steps ol {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

.pricing-steps li {
      display: grid;
      grid-template-columns: 28px minmax(0, 1fr);
      gap: 10px;
      align-items: start;
      color: #374151;
      font-size: 0.9rem;
      line-height: 1.45;
    }

.pricing-step-num {
      width: 28px;
      height: 28px;
      border-radius: 999px;
      background: var(--orange);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.78rem;
      font-weight: 800;
    }

.testimonials { background: var(--white); }

.testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px; margin-top: 56px;
    }

.testimonial-card {
      background: var(--gray-light);
      border-radius: var(--radius-lg);
      padding: 32px;
      border: 1px solid var(--border);
    }

.stars {
      display: flex; gap: 3px; margin-bottom: 16px;
    }

.star { color: #f59e0b; font-size: 0.9rem; }

.testimonial-text {
      font-size: 0.9rem; line-height: 1.7;
      color: #374151; margin-bottom: 20px;
    }

.testimonial-author {
      display: flex; align-items: center; gap: 12px;
    }

.author-avatar {
      width: 36px; height: 36px; border-radius: 50%;
      background: var(--orange); display: flex; align-items: center;
      justify-content: center; font-weight: 700; color: white;
      font-size: 0.8rem;
    }

.author-name {
      font-size: 0.87rem; font-weight: 600; color: var(--dark);
    }

.author-role {
      font-size: 0.78rem; color: var(--gray);
    }

.faq { background: var(--gray-light); }

.faq-group {
      margin-top: 48px;
    }

.faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      align-items: start;
    }

.faq-item {
      background: var(--white);
      border-radius: var(--radius);
      border: 1px solid var(--border);
      overflow: hidden;
    }

.faq-question {
      padding: 20px 24px;
      display: flex; align-items: center; justify-content: space-between;
      cursor: pointer; font-weight: 600;
      font-size: 0.9rem; color: var(--dark);
      gap: 12px;
    }

.faq-question:hover { background: var(--gray-light); }

.faq-toggle {
      flex-shrink: 0; width: 24px; height: 24px;
      border-radius: 50%; background: var(--gray-light);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem; color: var(--gray); transition: all 0.2s;
      font-weight: 400;
    }

.faq-item.open .faq-toggle {
      background: var(--orange); color: white; transform: rotate(45deg);
    }

.faq-answer {
      display: none; padding: 0 24px 20px;
      font-size: 0.87rem; color: var(--gray); line-height: 1.7;
    }

.faq-item.open .faq-answer { display: block; }

.cta-actions {
      display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
    }

.btn-white {
      background: white; color: var(--dark);
    }

.btn-white:hover { background: #f5f5f5; transform: translateY(-1px); }

.btn-ghost {
      background: transparent; color: white;
      border: 1.5px solid rgba(255,255,255,0.2);
    }

.btn-ghost:hover { border-color: rgba(255,255,255,0.5); }

footer {
      background: var(--dark-2);
      border-top: 1px solid #2d2d2d;
      padding: 60px 5% 40px;
    }

.footer-top {
      display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 40px; margin-bottom: 48px;
    }

.footer-brand p {
      font-size: 0.87rem; color: #6b7280;
      margin-top: 14px; line-height: 1.7; max-width: 280px;
    }

.footer-col h4 {
      font-size: 0.8rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.07em;
      color: #9ca3af; margin-bottom: 16px;
    }

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }

.footer-col a {
      font-size: 0.87rem; color: #6b7280; text-decoration: none;
      transition: color 0.2s;
    }

.footer-col a:hover, .footer-col a:active { color: white; }

.footer-bottom {
      display: flex; justify-content: space-between; align-items: center;
      border-top: 1px solid #2d2d2d; padding-top: 24px;
      flex-wrap: wrap; gap: 12px;
    }

.footer-bottom p { font-size: 0.82rem; color: #6b7280; }

.footer-bottom a { color: #6b7280; text-decoration: none; }

.footer-bottom a:hover { color: white; }

.features-header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 40px;
      margin-bottom: 56px;
    }

.features-header-left {
      min-width: 0;
      max-width: 680px;
    }

.features-header-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      min-width: 0;
    }

.features-header-left .section-label,
    .features-header-left .section-title,
    .features-header-left .section-sub {
      margin-bottom: 0;
    }

.features-header-left .section-title { margin-bottom: 16px; }

.features-header-left .section-label { margin-bottom: 14px; }

.features-header-right iframe {
      aspect-ratio: 16 / 9;
      height: auto;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-lg);
      background: #000;
      display: block;
    }

.premium-modal-overlay {
      position: fixed; inset: 0; z-index: 1100;
      background: rgba(0,0,0,0.55); backdrop-filter: blur(4px);
      display: flex; align-items: center; justify-content: center;
      opacity: 0; pointer-events: none; transition: opacity 0.25s ease;
    }

.premium-modal-overlay.open { opacity: 1; pointer-events: all; }

.premium-modal {
      background: #fff; border-radius: 18px; padding: 44px 40px 36px;
      max-width: 480px; width: calc(100% - 40px);
      box-shadow: 0 24px 60px rgba(0,0,0,0.18);
      position: relative; text-align: center;
      transform: translateY(16px); transition: transform 0.25s ease;
    }

.premium-modal-overlay.open .premium-modal { transform: translateY(0); }

.premium-modal-close {
      position: absolute; top: 14px; right: 16px;
      background: none; border: none; font-size: 1.3rem;
      cursor: pointer; color: var(--gray); line-height: 1;
      padding: 4px 8px; border-radius: 6px; transition: background 0.2s;
    }

.premium-modal-close:hover { background: #f5f5f5; }

.premium-modal-icon {
      width: 56px; height: 56px; background: #fff4f0;
      border-radius: 50%; display: flex; align-items: center;
      justify-content: center; margin: 0 auto 20px;
      font-size: 1.6rem;
    }

.premium-modal h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.35rem; font-weight: 800;
      color: var(--dark); margin-bottom: 12px;
    }

.premium-modal p {
      color: var(--gray); font-size: 0.97rem;
      line-height: 1.65; margin-bottom: 10px;
    }

.premium-modal .modal-steps {
      background: var(--gray-light); border-radius: 12px;
      padding: 18px 20px; margin: 20px 0 28px;
      text-align: left; list-style: none;
    }

.premium-modal .modal-steps li {
      font-size: 0.93rem; color: var(--dark);
      padding: 5px 0; display: flex; gap: 10px; align-items: flex-start;
    }

.premium-modal .modal-steps li .step-num {
      background: var(--orange); color: #fff;
      border-radius: 50%; min-width: 22px; height: 22px;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.75rem; font-weight: 700; margin-top: 1px;
    }

.premium-modal .btn { width: 100%; justify-content: center; }

@media (max-width: 600px) {
      section { padding: 70px 5%; }
      .hero { padding: 110px 5% 60px; }
      .features-header { margin-bottom: 40px; }
      .features-grid { grid-template-columns: 1fr; }
      .tiers-grid { grid-template-columns: 1fr; }
      .tier-card.featured,
      .tier-card.wide { grid-column: auto; }
      .tier-features { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
    }

* { box-sizing: border-box; margin: 0; padding: 0; }

/* Canonical shared landing page component overrides */

a { color: inherit; }

img { max-width: 100%; }

button,
a { -webkit-tap-highlight-color: transparent; }

:focus-visible { outline: 3px solid rgba(255,87,34,0.38); outline-offset: 3px; }

.skip-link {
      position: fixed;
      left: 16px;
      top: -80px;
      z-index: 1000;
      background: var(--dark);
      color: #fff;
      padding: 10px 16px;
      border-radius: 8px;
    }

.skip-link:focus { top: 16px; }

.btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px 22px;
      border: 0;
      border-radius: 8px;
      color: inherit;
      font-family: 'Inter', sans-serif;
      font-size: 0.9rem;
      font-weight: 600;
      line-height: 1.2;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s;
    }

.btn-primary {
      background: var(--orange);
      color: #fff;
      box-shadow: 0 8px 22px rgba(255,87,34,0.22);
    }

.btn-primary:hover {
      background: var(--orange-dark);
      transform: translateY(-1px);
      box-shadow: 0 4px 16px rgba(255,87,34,0.35);
    }

.btn-outline,
.btn-secondary {
      background: transparent;
      color: var(--dark);
      border: 1.5px solid var(--border);
    }

.btn-outline:hover,
.btn-secondary:hover { border-color: var(--dark); }

.btn-lg {
      padding: 14px 30px;
      border-radius: 10px;
      font-size: 1rem;
    }

.btn-white {
      background: #fff;
      color: var(--dark);
    }

.btn-white:hover {
      background: #f5f5f5;
      transform: translateY(-1px);
      box-shadow: var(--shadow);
    }

.btn-ghost {
      background: transparent;
      color: #fff;
      border: 1.5px solid rgba(255,255,255,0.2);
    }

.btn-ghost:hover { border-color: rgba(255,255,255,0.5); }

.nav-links { gap: 0; }

.nav-links li + li { margin-left: 32px; }

.nav-cta .btn {
      gap: 8px;
      padding: 10px 22px;
      font-size: 0.9rem;
      font-weight: 600;
      box-shadow: none;
    }

.nav-cta .btn-primary { background: var(--orange); color: #fff; }

.nav-cta .btn-primary:hover {
      background: var(--orange-dark);
      transform: translateY(-1px);
      box-shadow: 0 4px 16px rgba(255,87,34,0.35);
    }

h1,
h2,
h3 { font-family: 'Montserrat', sans-serif; }

.hero-split .hero-inner {
      max-width: 1120px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      align-items: center;
    }

.hero-centered {
      padding: 132px 5% 78px;
      background: linear-gradient(160deg, #fff7f4 0%, #ffffff 58%, #f7f7f7 100%);
      border-bottom: 1px solid var(--border);
      text-align: center;
      overflow: visible;
    }

.hero-centered::before { content: none; }

.hero-centered .hero-inner {
      display: block;
      max-width: 790px;
      margin: 0 auto;
      padding: 28px 0 36px;
    }

.hero-centered h1 {
      font-size: clamp(2.35rem, 4vw, 3.6rem);
      line-height: 1.12;
      margin: 0 auto 20px;
      letter-spacing: 0;
    }

.hero-centered h1 span {
      display: block;
      color: var(--orange);
    }

.hero-centered p,
.hero-centered .hero-sub {
      max-width: 780px;
      margin: 0 auto 30px;
      color: var(--gray);
      font-size: 1.1rem;
      line-height: 1.7;
    }

.hero-how-it-works {
      padding: 150px 5% 56px;
      background:
        radial-gradient(circle at 20% 20%, rgba(255,87,34,0.10), transparent 32%),
        linear-gradient(180deg, #fff7f4 0%, #ffffff 72%);
    }

.hero-how-it-works .hero-sub {
      margin-bottom: 0;
      font-size: 1.2rem;
    }

.hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

.hero-centered .hero-actions,
.final-actions {
      justify-content: center;
    }

.hero-note {
      margin-top: 16px;
      color: var(--gray);
      font-size: 0.92rem;
      font-weight: 500;
    }

.hero-campaign {
      padding: 140px 5% 80px;
      background: linear-gradient(160deg, #fff7f4 0%, #fff 60%);
      overflow: hidden;
    }

.hero-campaign .hero-grid { display: block; }

.hero-campaign .hero-copy {
      max-width: 820px;
      margin: 0 auto;
      text-align: center;
    }

.hero-campaign h1 {
      font-size: clamp(2.2rem, 4vw, 3.4rem);
      line-height: 1.12;
      margin: 0 0 20px;
    }

.hero-campaign h1 span,
.accent { color: var(--orange); }

.hero-support {
      max-width: 100%;
      color: var(--gray);
      font-size: 1.1rem;
      line-height: 1.7;
    }

.hiw-step-img img {
      display: block;
      width: 100%;
      height: auto;
    }

.hero-campaign .hero-actions {
      display: block;
      margin: 60px 0 20px;
    }

.hero-campaign .hero-actions .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: auto;
      max-width: 310px;
      text-align: center;
    }

.trustpilot-proof {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: -12px 0 26px;
      padding: 9px 14px;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 999px;
      box-shadow: var(--shadow);
      color: var(--dark);
      font-size: 0.92rem;
      font-weight: 700;
      text-decoration: none;
      transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    }

.trustpilot-proof:hover {
      border-color: #00b67a;
      transform: translateY(-1px);
    }

.trustpilot-proof:focus-visible {
      outline: 3px solid rgba(0,182,122,0.35);
      outline-offset: 3px;
    }

.section-head {
      max-width: 760px;
      margin: 0 auto 48px;
      text-align: center;
    }

.section-head h2,
.section-copy h2,
.offer-box h2 {
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      line-height: 1.2;
      margin-bottom: 16px;
    }

.eyebrow {
      display: inline-block;
      margin-bottom: 12px;
      color: var(--orange-dark);
      font-size: 0.76rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

.section-head p,
.section-copy p {
      color: var(--gray);
      font-size: 1.04rem;
    }

.microcopy {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #4b5563;
      background: rgba(255,255,255,0.72);
      border: 1px solid var(--border);
      border-radius: 999px;
      padding: 7px 11px;
      font-size: 0.78rem;
      font-weight: 600;
      line-height: 1.35;
    }

.microcopy img {
      width: 18px;
      height: 18px;
      object-fit: contain;
      flex: 0 0 18px;
    }

.trust-row {
      border-block: 1px solid var(--border);
      background: #fff;
    }

.trust-grid { display: flex; }

.trust-item {
      flex: 1 1 25%;
      padding: 22px 18px;
      border-right: 1px solid var(--border);
      font-size: 0.86rem;
      font-weight: 700;
      text-align: center;
    }

.trust-item:last-child { border: 0; }

.help-video {
      width: 100%;
      max-width: 900px;
      height: 50.625vw;
      max-height: 506px;
      margin: 0 auto;
      border-radius: var(--radius-lg);
      overflow: hidden;
      background: #111;
      box-shadow: var(--shadow-lg);
      aspect-ratio: 16 / 9;
    }

.help-video iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
    }

.ai-trust {
      padding: 22px 5%;
      background: var(--white);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }

.ai-trust-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      color: var(--dark);
      font-size: 0.95rem;
      font-weight: 700;
    }

.ai-trust-brands {
      display: flex;
      align-items: center;
      gap: 18px;
    }

.ai-trust-brand {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      white-space: nowrap;
    }

.ai-trust-brand img {
      display: block;
      width: 26px;
      height: 26px;
    }

.ai-trust-divider {
      width: 1px;
      height: 24px;
      background: var(--border);
    }

.problem-grid,
.feature-grid,
.testimonial-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

.card {
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 26px;
      background: #fff;
      box-shadow: 0 4px 18px rgba(15,23,42,0.04);
    }

.card-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: var(--orange-light);
      color: var(--orange);
      font-size: 1.25rem;
      margin-bottom: 18px;
    }

.card h3 {
      margin-bottom: 9px;
      font-size: 1.08rem;
    }

.card-heading {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }

.card-heading .card-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 44px;
      margin: 0;
    }

.card-heading h3 { margin: 0; }

.card p {
      color: var(--gray);
      font-size: 0.92rem;
    }

.demo-section {
      background: #111827;
      color: #fff;
      overflow: hidden;
    }

.demo-header {
      max-width: 760px;
      margin: 0 auto 48px;
      text-align: center;
    }

.demo-header p {
      color: #b8c0cc;
      font-size: 1.05rem;
      line-height: 1.7;
    }

.demo-component {
      padding: 24px;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: var(--shadow);
    }

.demo-layout {
      display: flex;
      gap: 24px;
      align-items: stretch;
    }

.task-selector {
      display: flex;
      flex: 0 0 310px;
      flex-direction: column;
      gap: 8px;
    }

.task-option {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding: 17px 18px 22px;
      border: 1px solid transparent;
      border-radius: 12px;
      background: transparent;
      color: var(--dark);
      font: 600 0.94rem/1.35 'Inter', sans-serif;
      text-align: left;
      cursor: pointer;
      transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
    }

.task-option:hover {
      background: var(--light);
      border-color: var(--border);
    }

.task-option[aria-selected="true"] {
      background: var(--dark);
      border-color: var(--dark);
      color: #fff;
      box-shadow: 0 8px 22px rgba(17,17,17,0.14);
    }

.task-option[aria-selected="true"]::after {
      content: "->";
      float: right;
      margin-left: 8px;
    }

.task-progress {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 9px;
      height: 2px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(107,114,128,0.2);
    }

.task-progress-fill {
      display: block;
      width: 100%;
      height: 100%;
      background: var(--orange);
      transform: scaleX(0);
      transform-origin: left;
    }

.task-option[aria-selected="true"] .task-progress {
      background: rgba(255,255,255,0.22);
    }

.task-option[aria-selected="true"] .task-progress-fill {
      animation: taskProgress 45s linear forwards;
    }

.task-option[aria-selected="true"]:hover .task-progress-fill {
      animation-play-state: paused;
    }

@keyframes taskProgress { to { transform: scaleX(1); } }

.demo-layout > .terminal {
      flex: 1 1 auto;
      min-width: 0;
    }

.demo-section .terminal,
.demo-layout .terminal {
      max-width: 100%;
      min-height: 390px;
      border: 1px solid #30343a;
      box-shadow: 0 28px 70px rgba(0,0,0,0.4);
    }

.t-info { color: #60a5fa; }

.t-warn { color: #fbbf24; }

.t-dim { color: #7c8490; }

.t-success { color: #34d399; }

.is-typing::after {
      content: "";
      display: inline-block;
      width: 7px;
      height: 1em;
      margin-left: 3px;
      vertical-align: -2px;
      background: currentColor;
      animation: blink 0.75s steps(1,end) infinite;
    }

.t-processing { color: #a78bfa; }

.processing-spinner {
      display: inline-block;
      margin-right: 7px;
      animation: spin 1s linear infinite;
    }

@keyframes spin { to { transform: rotate(360deg); } }

.workflow,
.faq { background: var(--light); }

.feature-grid .card {
      background: var(--light);
      box-shadow: none;
    }

.testimonial-card {
      padding: 26px;
      border-left: 3px solid var(--orange);
      border-radius: 0 var(--radius) var(--radius) 0;
      background: #fff;
      box-shadow: var(--shadow);
    }

.testimonial-card blockquote {
      color: #40444a;
      font-size: 0.94rem;
    }

.testimonial-card cite {
      display: block;
      margin-top: 16px;
      font-style: normal;
      font-weight: 700;
      font-size: 0.84rem;
    }

.offer-section {
      background: linear-gradient(135deg, #ff5722, #da3d10);
      color: #fff;
    }

.offer-box {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 50px;
      align-items: center;
    }

.offer-facts {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 22px;
    }

.offer-facts span {
      background: rgba(255,255,255,0.13);
      border: 1px solid rgba(255,255,255,0.28);
      padding: 8px 12px;
      border-radius: 999px;
      font-size: 0.82rem;
      font-weight: 700;
    }

.final-cta {
      background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
      color: white;
      padding: 68px 5%;
      text-align: center;
    }

.final-cta h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.15;
      margin: 0 auto 14px;
      max-width: 780px;
      font-weight: 800;
    }

.final-cta p {
      max-width: 680px;
      margin: 0 auto 28px;
      color: rgba(255,255,255,0.88);
      font-size: 1.08rem;
    }

.partner-dialog {
      width: 100%;
      padding: 30px;
      border-radius: var(--radius-lg);
      background: #fff;
      box-shadow: var(--shadow-lg);
    }

.partner-dialog h2 {
      margin: 0 0 8px;
      font-size: 1.75rem;
    }

.partner-dialog-intro {
      margin-bottom: 22px;
      color: var(--gray);
      font-size: 0.94rem;
    }

.partner-form-grid {
      display: flex;
      flex-wrap: wrap;
      margin: -7.5px;
    }

.form-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
      width: calc(50% - 15px);
      margin: 7.5px;
    }

.form-field.full {
      width: calc(100% - 15px);
      grid-column: 1 / -1;
    }

.form-field label {
      color: var(--dark);
      font-size: 0.82rem;
      font-weight: 700;
    }

.form-field input,
.form-field select,
.form-field textarea {
      width: 100%;
      padding: 11px 12px;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      background: #fff;
      color: var(--dark);
      font: 400 0.9rem/1.4 'Inter', sans-serif;
    }

.form-field input[type="file"] { padding: 9px 12px; }

.field-help {
      color: var(--gray);
      font-size: 0.76rem;
      line-height: 1.45;
    }

.form-separator {
      grid-column: 1 / -1;
      width: calc(100% - 15px);
      margin: 7.5px;
      padding: 16px;
      border: 1px solid #fed7aa;
      border-radius: 12px;
      background: #fff7ed;
      color: #9a3412;
      font-size: 0.88rem;
      font-weight: 700;
      line-height: 1.55;
    }

@supports (display: grid) {
      .partner-form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin: 0;
      }

      .form-field,
      .form-field.full,
      .form-separator {
        width: auto;
        margin: 0;
      }
    }

.form-field textarea {
      min-height: 105px;
      resize: vertical;
    }

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
      border-color: var(--orange);
      outline: 3px solid rgba(255,87,34,0.14);
    }

.form-actions {
      position: sticky;
      bottom: 0;
      z-index: 20;
      margin: 20px -30px -30px;
      padding: 16px 30px 24px;
      border-top: 1px solid var(--border);
      border-radius: 0 0 var(--radius-lg) var(--radius-lg);
      background: rgba(255,255,255,0.96);
      box-shadow: 0 -12px 30px rgba(15,23,42,0.08);
      backdrop-filter: blur(10px);
    }

.partner-form .btn {
      justify-content: center;
      width: 100%;
    }

.partner-form .btn[disabled] {
      opacity: 0.65;
      cursor: wait;
      transform: none;
    }

.form-status {
      min-height: 24px;
      margin-top: 12px;
      color: #b42318;
      font-size: 0.82rem;
    }

.form-status.success { color: #15803d; }

.hp-field {
      position: absolute !important;
      left: -10000px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
    }

.partner-modal[hidden] { display: none; }

.partner-modal {
      position: fixed;
      inset: 0;
      z-index: 300;
      display: grid;
      place-items: center;
      padding: 24px;
    }

.partner-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(17,24,39,0.72);
      backdrop-filter: blur(5px);
    }

.partner-modal .partner-dialog {
      position: relative;
      z-index: 1;
      width: min(100%, 620px);
      max-height: calc(100vh - 48px);
      overflow: auto;
    }

.partner-modal .partner-dialog h2 { margin-right: 38px; }

.modal-close {
      position: absolute;
      top: 18px;
      right: 18px;
      width: 36px;
      height: 36px;
      border: 1px solid var(--border);
      border-radius: 50%;
      background: #fff;
      color: var(--dark);
      font-size: 1.35rem;
      cursor: pointer;
    }

.form-success {
      padding: 34px 10px 18px;
      text-align: center;
    }

.form-success-icon {
      display: grid;
      place-items: center;
      width: 54px;
      height: 54px;
      margin: 0 auto 16px;
      border-radius: 50%;
      background: #dcfce7;
      color: #15803d;
      font-size: 1.4rem;
      font-weight: 800;
    }

.form-success p { color: var(--gray); }

body.modal-open { overflow: hidden; }

.nav-back {
      display: flex;
      align-items: center;
      gap: 6px;
      color: var(--gray);
      font-size: 0.87rem;
      text-decoration: none;
      transition: color 0.2s;
    }

.nav-back:hover { color: var(--dark); }

footer {
      background: var(--dark);
      color: white;
      padding: 64px 5% 28px;
    }

.footer-top {
      display: flex;
      margin-bottom: 44px;
    }

.footer-brand { flex: 2 1 0; }

.footer-col {
      flex: 1 1 0;
      margin-left: 40px;
    }

@supports (display: grid) {
      .footer-top {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 40px;
      }

      .footer-col { margin-left: 0; }
    }

.footer-brand p {
      max-width: 320px;
      margin-top: 16px;
      color: #9ca3af;
    }

.footer-col h4 {
      margin-bottom: 16px;
      color: white;
      font-size: 0.96rem;
      font-weight: 800;
    }

.footer-col ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
      list-style: none;
    }

.footer-col a {
      color: #9ca3af;
      font-size: 0.92rem;
      text-decoration: none;
      transition: color 0.2s;
    }

.footer-col a:hover,
.footer-col a:active { color: white; }

.footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
      padding-top: 24px;
      border-top: 1px solid #374151;
    }

.footer-bottom p {
      color: #6b7280;
      font-size: 0.82rem;
    }

.footer-bottom a {
      color: #6b7280;
      text-decoration: none;
    }

.footer-bottom a:hover { color: white; }

@media (max-width: 900px) {
      .nav-links { display: none; }
      .hero-split .hero-inner { grid-template-columns: 1fr; }
      .hero-visual { display: none; }
      .features-header {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 24px;
      }
      .features-header-right { justify-content: flex-start; }
      .tiers-grid { grid-template-columns: 1fr 1fr; }
      .tier-card.featured,
      .tier-card.wide { grid-column: span 2; }
      .features-grid,
      .problem-grid,
      .feature-grid,
      .testimonial-grid { grid-template-columns: 1fr 1fr; }
      .pricing-grid {
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
      }
      .pricing-card { grid-template-columns: 1fr; }
      .testimonials-grid,
      .faq-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
      .demo-layout { flex-direction: column; }
      .task-selector {
        flex: 0 0 auto;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 6px;
        scrollbar-width: none;
      }
      .task-selector::-webkit-scrollbar { display: none; }
      .task-option {
        flex: 0 0 270px;
        scroll-snap-align: start;
      }
      .trust-grid {
        width: 100%;
        max-width: none;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
      }
      .trust-grid::-webkit-scrollbar { display: none; }
      .trust-item {
        flex: 0 0 100%;
        border: 0;
        scroll-snap-align: start;
      }
      .offer-box { grid-template-columns: 1fr; }
      .offer-box .btn { justify-self: start; }
    }

@media (max-width: 620px) {
      .nav-logo { font-size: 1rem; }
      .nav-cta { font-size: 0.9rem; }
      section { padding: 70px 5%; }
      .hero,
      .hero-centered,
      .hero-campaign { padding: 110px 5% 60px; }
      .hero-actions,
      .hero-campaign .hero-actions { display: block; }
      .hero-actions .btn,
      .hero-campaign .hero-actions .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: none;
        text-align: center;
      }
      .hero-actions .btn + .btn { margin-top: 12px; }
      .microcopy {
        border-radius: 12px;
        align-items: flex-start;
      }
      .ai-trust {
        padding: 18px 0;
      }
      .ai-trust-inner {
        gap: 8px;
        font-size: 0.76rem;
      }
      .ai-trust-brands { gap: 8px; }
      .ai-trust-brand {
        gap: 5px;
        white-space: nowrap;
      }
      .ai-trust-brand img {
        width: 22px;
        height: 22px;
      }
      .ai-trust-divider { height: 20px; }
      .demo-component { padding: 12px; }
      .task-option {
        flex-basis: 235px;
        padding: 14px;
      }
      .features-grid,
      .problem-grid,
      .feature-grid,
      .testimonial-grid,
      .footer-top { grid-template-columns: 1fr; }
      .feature-grid .card p,
      .offer-facts { display: none; }
      .tiers-grid { grid-template-columns: 1fr; }
      .tier-card.featured,
      .tier-card.wide { grid-column: auto; }
      .tier-features { grid-template-columns: 1fr; }
      .wp-sidebar {
        display: block;
        width: 58px;
        flex: 0 0 58px;
      }
      .wp-sidebar-logo { padding-inline: 8px; }
      .wp-nav-item {
        padding: 7px 10px;
        font-size: 0;
      }
      .terminal { min-height: 410px; }
      .terminal-body {
        padding: 15px;
        font-size: 10.5px;
      }
      .footer-bottom {
        flex-direction: column;
        gap: 8px;
      }
      .footer-top { display: block; }
      .footer-col { margin: 28px 0 0; }
      .partner-dialog { padding: 26px 18px; }
      .partner-form-grid {
        display: block;
        grid-template-columns: 1fr;
        margin: 0;
      }
      .form-field,
      .form-field.full,
      .form-separator {
        width: auto;
        margin: 0 0 15px;
        grid-column: auto;
      }
      .form-actions {
        margin: 20px -18px -22px;
        padding: 14px 18px 20px;
      }
    }

@media (max-width: 500px) {
      .nav-cta .btn-outline { display: none; }
      .nav-cta .btn { padding: 10px 14px; }
      .trust-grid { justify-content: center; }
      .ai-trust-brands {
        width: 145px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
      }
      .ai-trust-brands::-webkit-scrollbar { display: none; }
      .ai-trust-brand {
        flex: 0 0 100%;
        justify-content: center;
        scroll-snap-align: start;
      }
      .ai-trust-divider { display: none; }
    }

@media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-delay: 0s !important;
        transition: none !important;
      }
      .t-line,
      .t-line > span:last-child {
        opacity: 1;
        clip-path: none;
      }
    }

/* Flex fallback for renderers without reliable CSS Grid support. */
.hero-split .hero-inner {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
    }

.hero-split .hero-copy,
.hero-split .hero-visual {
      flex: 1 1 0;
      min-width: 0;
    }

@supports (display: grid) {
      .hero-split .hero-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
      }
    }

@media (max-width: 900px) {
      .hero-split .hero-inner {
        display: block;
      }

      .hero-split .hero-visual {
        display: none;
      }
    }

nav + .hero,
nav + main > .hero:first-child {
      padding-top: 72px;
    }

nav + main > .hero-centered:first-child {
      padding-top: 64px;
    }

nav + main > .hero-how-it-works:first-child {
      padding-top: 82px;
    }

nav + main > .hero-campaign:first-child {
      padding-top: 72px;
    }

.btn {
      min-height: 43px;
    }

.btn-lg {
      min-height: 54px;
    }

.nav-cta .btn,
.nav-cta.btn {
      min-height: 43px;
    }

@media (max-width: 620px) {
      nav + .hero,
      nav + main > .hero:first-child,
      nav + main > .hero-centered:first-child,
      nav + main > .hero-how-it-works:first-child,
      nav + main > .hero-campaign:first-child {
        padding-top: 42px;
      }
    }
