body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.btn,
input,
select,
textarea,
button {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html {
  scroll-padding-top: 96px;
}

.skip-to-content {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 10000000;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  background: #111827;
  color: #fff !important;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 0.15s ease;
}

.skip-to-content:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f59e0b !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.92) !important;
}

#main-content:focus {
  outline: 0;
}

/* Logo */
.this-logo-img {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.public-header-brand {
  display: inline-flex;
  align-items: center;
}

.public-header-logo-black {
  display: none;
}

.header-area.sticky-on .public-header-logo-white,
.header-area.mobile-menu-open .public-header-logo-white,
.header-area.public-home-header .public-header-logo-white {
  display: none;
}

.header-area.sticky-on .public-header-logo-black,
.header-area.mobile-menu-open .public-header-logo-black,
.header-area.public-home-header .public-header-logo-black {
  display: block;
}

.header-area.header-2 .navbar-toggler {
  color: #ffffff;
}

.header-area.header-2.sticky-on .navbar-toggler,
.header-area.header-2.mobile-menu-open .navbar-toggler,
.header-area.header-2.public-home-header .navbar-toggler {
  color: #111827;
}

@media (max-width: 991.98px) {
  .header-area.header-2 .navbar-nav li > a,
  .header-area.header-2 .navbar-nav li.aike-dropdown .dropdown-toggler,
  .header-area.header-2 .navbar-nav li.aike-dropdown > a::after {
    color: #111827;
  }
}

.footer-area .this-logo-img {
  height: 60px;
}

.footer-area-public {
  background: #f7f9fc;
  border-top: 1px solid rgba(148, 163, 184, 0.3);
  color: rgba(107, 114, 128, 0.95);
}

.footer-public-main {
  padding: 3.25rem 0 3rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
}

.footer-public-brand {
  max-width: 460px;
}

.footer-public-description {
  max-width: 420px;
  margin-bottom: 1.5rem;
  color: rgba(107, 114, 128, 0.96);
  font-size: 0.98rem;
  line-height: 1.8;
}

.footer-public-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 1.5rem;
}

.footer-public-contact a {
  align-items: center;
  color: #6b7280;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 600;
  gap: 8px;
  min-height: 40px;
}

.footer-public-contact a:hover,
.footer-public-contact a:focus {
  color: #0d6efd;
}

.footer-public-cta {
  font-weight: 800;
  padding: 0.75rem 1.1rem;
}

.footer-public-links h5,
.footer-public-links .h5 {
  margin-bottom: 1rem;
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
}

.footer-public-links ul {
  margin-bottom: 0;
}

.footer-public-links ul li + li {
  margin-top: 0.45rem;
}

.footer-public-links ul li a {
  align-items: center;
  display: inline-flex;
  color: rgba(107, 114, 128, 0.96);
  font-size: 0.96rem;
  font-weight: 600;
  min-height: 40px;
}

.footer-public-links ul li a:hover,
.footer-public-links ul li a:focus {
  color: #0d6efd;
}

.footer-public-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.25rem 0;
}

.footer-public-identity p {
  color: rgba(107, 114, 128, 0.85);
  font-size: 0.92rem;
}

@font-face {
  font-family: "KeyboardPowered";
  src: url("/themes/public/shared/Keyboard.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.footer-public-identity .footer-public-keyboard {
  align-items: center;
  color: #111;
  display: inline-flex;
  font-family: "KeyboardPowered", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-left: 0.3rem;
  text-decoration: none;
}

.footer-public-identity .footer-public-keyboard:hover,
.footer-public-identity .footer-public-keyboard:focus {
  color: #1769e0;
}

.footer-public-engine {
  margin-top: 0.3rem;
}

.footer-public-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem 1.25rem;
  max-width: 720px;
}

.footer-public-bottom-links a {
  align-items: center;
  color: rgba(107, 114, 128, 0.85);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 600;
  min-height: 40px;
}

.footer-public-bottom-links a:hover,
.footer-public-bottom-links a:focus {
  color: #374151;
}

.footer-public-bottom-separator {
  background: rgba(17, 24, 39, 0.22);
  flex: 0 0 1px;
  height: 18px;
  width: 1px;
}

@media (max-width: 767.98px) {
  .footer-public-main {
    padding: 2.5rem 0;
  }

  .footer-public-brand {
    max-width: none;
  }

  .footer-public-cta {
    width: 100%;
  }

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

  .footer-public-identity,
  .footer-public-bottom-links {
    width: 100%;
  }

  .footer-public-bottom-links {
    justify-content: center;
  }

  .footer-public-bottom-separator {
    display: none;
  }
}

@media (max-width: 419.98px) {
  .footer-public-main .col-6 {
    width: 100%;
  }
}

/* Hero Title */
.welcome-content h1,
.hero-static-copy h1 {
  font-size: clamp(2.4rem, 5vw, 4.25rem);
  line-height: 1.08;
  font-weight: 800;
}

/* Static Hero Copy */
.hero-static-copy {
  animation: heroFadeUp .75s ease both;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Visual Slider Base */
.hero4-2-slide-wrap .tns-item:not(.tns-slide-active) {
  pointer-events: none;
}

.hero-scene-slide {
  padding: 8px;
}

.hero-scene-card {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 46px rgba(31, 7, 87, 0.14);
}

.hero-scene-browser {
  overflow: hidden;
  border: 1px solid #dbe3ee;
  border-radius: 1rem;
  background: #ffffff;
}

.hero-scene-top {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid #e6edf7;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,248,252,.94));
}

.hero-scene-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 1px 2px rgba(15,23,42,.16);
}

.hero-scene-dot.dot-1 {
  background: linear-gradient(180deg, #ff8b7b, #ff5f57);
}

.hero-scene-dot.dot-2 {
  background: linear-gradient(180deg, #ffd97a, #febc2e);
}

.hero-scene-dot.dot-3 {
  background: linear-gradient(180deg, #6ff0a6, #28c840);
}

.hero-scene-url {
  margin-left: 10px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}

.hero-scene-body {
  padding: 18px;
}

/* New Hero Company Preview */
.hero-company-preview {
  min-height: 360px;
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
  border: 1px solid #e2e8f0;
}

.hero-company-preview h4 {
  margin-bottom: 12px;
  color: #111827;
  font-size: 1.35rem;
  font-weight: 800;
}

.hero-company-preview p {
  margin-bottom: 20px;
  color: #4b5563;
  font-size: 0.95rem;
}

.hero-preview-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: #2754c5;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(31, 42, 68, 0.08);
}

.hero-preview-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.08);
}

.hero-preview-info span {
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-preview-info strong {
  font-size: 0.9rem;
}

.hero-preview-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-preview-badges span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #15803d;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-company-preview-alt {
  background: linear-gradient(135deg, #fff7ed 0%, #fff1f2 100%);
}

.hero-company-preview-dark {
  background: linear-gradient(135deg, #eef2ff 0%, #eff6ff 100%);
}

.app-dev2-blog-detail-image {
  width: 100%;
  aspect-ratio: 1200 / 675;
  max-height: 520px;
  object-fit: cover;
}

.app-dev2-blog-content {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
}

.app-dev2-blog-content > *:first-child {
  margin-top: 0;
}

.app-dev2-blog-content > *:last-child {
  margin-bottom: 0;
}

.app-dev2-blog-content h2,
.app-dev2-blog-content h3,
.app-dev2-blog-content h4 {
  margin: 1.2em 0 .55em;
  color: #111827;
  font-weight: 800;
}

.app-dev2-blog-content p,
.app-dev2-blog-content ul,
.app-dev2-blog-content ol,
.app-dev2-blog-content blockquote {
  margin-bottom: 1rem;
}

.app-dev2-blog-content blockquote {
  padding: 14px 18px;
  border-left: 4px solid #0dcaf0;
  border-radius: 0 14px 14px 0;
  background: #f8fafc;
  color: #475467;
}

.app-dev2-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.app-dev2-blog-content a {
  color: #0d6efd;
  text-decoration: underline;
}

.app-dev2-blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  color: #374151;
  font-size: .95rem;
}

.app-dev2-blog-content th,
.app-dev2-blog-content td {
  border: 1px solid #dbe3ee;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.app-dev2-blog-content th {
  background: #f8fafc;
  color: #111827;
  font-weight: 800;
}

.app-dev2-blog-content td p,
.app-dev2-blog-content th p {
  margin: 0;
}

.app-dev2-blog-back {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.app-dev2-legal-content {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
}

.app-legal-page {
  background: #f7f9fc;
}

.app-legal-page .app-legal-hero {
  height: 340px;
}

.app-legal-page .app-legal-hero .breadcrumb-content {
  max-width: 760px;
  margin-top: 72px;
  text-align: left;
}

.app-legal-page .app-legal-hero .breadcrumb-title {
  max-width: 760px;
  margin-bottom: 1rem;
  text-align: left;
}

.app-legal-page .app-legal-hero .breadcrumb {
  justify-content: flex-start;
}

.app-legal-document-label {
  display: inline-flex;
  margin-bottom: .75rem;
  color: #69d8ea;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.app-dev2-legal-page-area {
  padding-top: 72px;
}

.app-legal-document-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dbe3ee;
}

.app-legal-document-header h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.app-legal-document-header .app-legal-document-label {
  color: #0b7285;
}

.app-dev2-legal-meta.app-dev2-legal-meta-top {
  justify-content: flex-start;
  margin-top: 12px;
  padding-top: 0;
  border-top: 0;
  text-align: left;
}

.app-legal-draft-alert {
  margin-bottom: 28px;
  border-radius: 14px;
}

.app-legal-sidebar {
  position: sticky;
  top: 112px;
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: 22px;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}

.app-legal-sidebar-title {
  margin-bottom: 14px;
  color: #111827;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.app-legal-sidebar ol,
.app-legal-mobile-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.app-legal-sidebar a,
.app-legal-mobile-toc a {
  color: #4b5563;
  font-size: .88rem;
  line-height: 1.45;
  text-decoration: none;
}

.app-legal-sidebar a:hover,
.app-legal-sidebar a:focus,
.app-legal-mobile-toc a:hover,
.app-legal-mobile-toc a:focus {
  color: #0d6efd;
  text-decoration: underline;
}

.app-legal-mobile-toc {
  display: none;
  padding: 16px 18px;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  background: #fff;
}

.app-legal-mobile-toc summary {
  color: #111827;
  font-weight: 800;
  cursor: pointer;
}

.app-legal-mobile-toc nav {
  margin-top: 16px;
}

.app-legal-page .app-dev2-legal-content {
  width: 100%;
  max-width: none;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}

.app-dev2-legal-content h2,
.app-dev2-legal-content h3,
.app-dev2-legal-content h4 {
  scroll-margin-top: 120px;
}

.app-dev2-legal-content table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-size: .92rem;
}

.app-dev2-legal-content th,
.app-dev2-legal-content td {
  padding: 12px 14px;
  border: 1px solid #dbe3ee;
  text-align: left;
  vertical-align: top;
}

.app-dev2-legal-content th {
  background: #eef4fb;
  color: #111827;
  font-weight: 800;
}

.app-legal-pending-value {
  display: inline;
  padding: .1em .35em;
  border-radius: 4px;
  background: #fff3cd;
  color: #7a4d00;
  font-weight: 700;
}

.app-legal-footer-space {
  height: 88px;
}

@media (max-width: 991.98px) {
  .app-legal-page .app-legal-hero {
    height: 300px;
  }

  .app-legal-page .app-legal-hero .breadcrumb-content {
    margin-top: 55px;
  }

  .app-legal-sidebar {
    display: none;
  }

  .app-legal-mobile-toc {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .app-legal-page .app-legal-hero {
    height: 260px;
  }

  .app-dev2-legal-page-area {
    padding-top: 48px;
  }

  .app-legal-document-header {
    align-items: stretch;
    flex-direction: column;
  }

  .app-legal-print {
    width: 100%;
  }
}

@media print {
  .header-area,
  .footer-area,
  .app-legal-hero,
  .app-legal-sidebar,
  .app-legal-mobile-toc,
  .app-legal-print,
  .app-legal-draft-alert,
  .app-legal-footer-space {
    display: none !important;
  }

  .app-legal-page,
  .app-dev2-legal-page-area {
    padding: 0;
    background: #fff;
  }

  .app-legal-page .app-dev2-legal-content {
    max-width: none;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}

.app-dev2-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 24px;
  color: #6b7280;
  font-size: 0.92rem;
  font-weight: 400;
  justify-content: flex-end;
  text-align: right;
  padding-top: 18px;
  border-top: 1px solid #dbe3ee;
}

.app-dev2-legal-content > *:first-child {
  margin-top: 0;
}

.app-dev2-legal-content > *:last-child {
  margin-bottom: 0;
}

.app-dev2-legal-content h2,
.app-dev2-legal-content h3,
.app-dev2-legal-content h4 {
  margin: 1.2em 0 .55em;
  color: #111827;
  font-weight: 800;
}

.app-dev2-legal-content p,
.app-dev2-legal-content ul,
.app-dev2-legal-content ol,
.app-dev2-legal-content blockquote {
  margin-bottom: 1rem;
}

.app-dev2-legal-content blockquote {
  padding: 14px 18px;
  border-left: 4px solid #0dcaf0;
  border-radius: 0 14px 14px 0;
  background: #f8fafc;
  color: #475467;
}

.app-dev2-legal-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.app-dev2-legal-content a {
  color: #0d6efd;
  text-decoration: underline;
}

.hero-preview-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-preview-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #1f2937;
  font-size: 0.93rem;
  font-weight: 700;
}

.hero-preview-list i {
  color: #198754;
}

.hero-preview-files {
  display: grid;
  gap: 10px;
}

.hero-preview-files div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 12px;
  background: #ffffff;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.08);
}

.hero-preview-files i {
  color: #2754c5;
  font-size: 1rem;
}

/* Compliance Warning CTA */
.compliance-warning-cta .cta-text h3 {
  line-height: 1.45;
}

.compliance-warning-cta .cta-text p {
  margin-top: 10px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
}

/* How It Works */
.how-step-card {
  height: 100%;
}

.how-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #0d6efd;
  color: #ffffff;
  font-weight: 800;
}

/* FAQ */
.faq-card h5 {
  margin-bottom: 10px;
}

/* Legal Note */
.legal-note-box {
  border-left: 4px solid #0d6efd;
  background: #f8fafc;
}

/* Pricing Mobile Fix */
.pricing-desc li.d-flex {
  gap: 16px;
}

.pricing-desc li strong {
  white-space: nowrap;
}

/* Partner Section */
.aike-team-area .team-card ul li i {
  color: #198754;
}

/* Footer */
.footer-area .footer-widget-area p {
  line-height: 1.7;
}

.footer-area .footer-widget-area ul li a {
  line-height: 1.9;
}

/* Responsive */
@media (max-width: 991px) {
  .welcome-content {
    padding-top: 40px;
  }

  .welcome-thumb.ms-5 {
    margin-left: 0 !important;
    margin-top: 40px;
  }

  .hero-company-preview {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .welcome-content h1,
  .hero-static-copy h1 {
    font-size: 2.35rem;
  }

  .hero-company-preview {
    padding: 22px;
  }

  .hero-scene-body {
    padding: 14px;
  }

  .hero-preview-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .pricing-desc li.d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .pricing-desc li strong {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .hero-static-copy .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-static-copy .d-flex.flex-wrap.gap-3 {
    gap: 12px !important;
  }

  .hero-preview-badges span {
    font-size: 0.78rem;
  }
}

.empty-dev-page {
  min-height: 70vh;
  padding: 180px 0 120px;
}
