/* Base */
body.alf-body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f5f7fb;
  color: #101827;
}

.alf-main {
  padding-top: 5rem; /* fixed header offset */
}

.text-alf-accent {
  color: #dc4e1a;
}

.bg-alf-primary {
  background-color: #0379be;
}

.bg-alf-light {
  background-color: #dfebf6;
}

.bg-alf-orange-soft {
  background-color: #f6ccc0;
}

.bg-alf-accent {
  background-color: #dc4e1a;
}

.alf-header {
  height: 80px;
  display: flex;
  align-items: center;
}

.alf-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.alf-nav-link {
  color: #111827;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.alf-nav-link:hover {
  color: #0379be;
}

/* Mobile menu */
.alf-mobile-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1040;
}

.alf-mobile-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.alf-mobile-drawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  padding: 1rem;
  background-color: #e0edff;
  box-shadow: -8px 0 24px rgba(15, 23, 42, 0.25);
  transform: translateX(100%);
  transition: transform 0.2s ease;
}

.alf-mobile-backdrop.open .alf-mobile-drawer {
  transform: translateX(0);
}

.alf-mobile-link {
  color: #111827;
  text-decoration: none;
  font-size: 1rem;
}

.alf-mobile-link:hover {
  color: #0379be;
}

/* Hero */
.alf-hero-section {
  background-color: #f5f7fb;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.alf-hero-badge {
  background-color: #dfebf6;
}

.alf-hero-badge-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background-color: #0379be;
  position: relative;
}

.alf-hero-badge-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0379be;
  white-space: nowrap;
}

.alf-hero-title {
  font-weight: 900;
  font-size: clamp(2.2rem, 3.5vw + 1rem, 3.5rem);
  line-height: 1.1;
  color: #111827;
}

.alf-hero-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: #111827;
  max-width: 36rem;
}

.alf-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.alf-section-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  color: #111827;
}

.alf-section-subtitle {
  color: #6b7280;
  max-width: 42rem;
  margin-bottom: 2.25rem;
}

.alf-card {
  background-color: #f5f7fb;
  border-radius: 0.9rem;
  padding: 1.5rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.alf-card.bg-white {
  background-color: #ffffff;
}

.alf-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.alf-card-icon {
  font-size: 2.25rem;
  color: #0379be;
  margin-bottom: 0.25rem;
}

.alf-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #111827;
}

.alf-card-text {
  color: #374151;
  margin-bottom: 0.25rem;
}

.alf-bullets {
  margin: 0.25rem 0 1rem;
  padding-left: 1.25rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.alf-shadow {
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.alf-cta-box {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
  padding: 2rem;
  max-width: 48rem;
  width: 100%;
}

.alf-cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #111827;
}

.alf-cta-text {
  color: #6b7280;
  margin-bottom: 1.25rem;
}

/* Robotan */
.alf-robotan-section {
  background-color: #f5f7fb;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.alf-robotan-bullets {
  margin: 0.5rem 0 1rem;
  padding-left: 1.25rem;
  color: #dc4e1a;
}

.btn-alf-accent {
  background-color: #dc4e1a;
  color: #ffffff;
}

.btn-alf-accent:hover {
  background-color: #b53c13;
  color: #ffffff;
}

.alf-feature-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  padding: 1.5rem;
  text-align: center;
  height: 100%;
}

.alf-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  background-color: #0379be;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1.5rem;
}

.alf-feature-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #101827;
  margin-bottom: 0.25rem;
}

.alf-feature-text {
  color: #374151;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.alf-robotan-stat {
  color: #dc4e1a;
  font-weight: 800;
  font-size: 2rem;
}

.alf-robotan-label {
  color: #111827;
  font-weight: 500;
}

.min-w-120 {
  min-width: 120px;
}

/* About */
.alf-gradient-text {
  background-image: linear-gradient(90deg, #0379be, #dc4e1a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.alf-about-text {
  color: #111827;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.alf-about-stat {
  color: #dc4e1a;
  font-weight: 800;
  font-size: 1.75rem;
}

.alf-about-label {
  color: #111827;
  font-weight: 500;
}

.alf-core-title {
  font-weight: 900;
  font-size: 1.5rem;
  color: #111827;
}

.alf-core-card {
  background-color: #f5f7fb;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  padding: 1.5rem;
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.alf-core-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.9rem;
  background-image: linear-gradient(90deg, #0379be, #dc4e1a);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  flex: 0 0 auto;
}

.alf-core-card-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: #101827;
}

.alf-core-card-text {
  margin-bottom: 0;
  color: #374151;
}

/* Contact */
.alf-contact-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #111827;
}

.alf-contact-subtitle {
  color: #374151;
  margin-bottom: 1.25rem;
}

.alf-contact-row {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.alf-contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.alf-contact-row-title {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: #101827;
}

.alf-contact-row-text {
  color: #374151;
}

.alf-form {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.18);
  padding: 2rem;
}

.alf-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #101827;
  margin-bottom: 0.25rem;
}

.alf-input {
  width: 100%;
  border: 1px solid #101827;
  border-radius: 0.5rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  background-color: #ffffff;
}

.alf-input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(3, 121, 190, 0.18);
  border-color: #0379be;
}

.alf-error {
  color: #dc2626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  min-height: 1em;
}

.alf-checkbox-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #101827;
}

/* Captcha Layout */
.captcha-box {
    background: #f0f0f0;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 5px;
    font-family: 'Courier New', Courier, monospace;
    user-select: none;
    text-decoration: line-through;
    display: inline-block;
    padding: 8px 5px; /* Updated padding */
    border-radius: 4px;
    color: #333;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    line-height: 1;
}

/* Start banner */
.alf-start-banner {
  background-image: linear-gradient(90deg, #0379be 17.369%, #dc4e1a);
  padding: 1.75rem 0;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.alf-start-title {
  font-weight: 900;
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.alf-start-subtitle {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
  .alf-start-title {
    font-size: 1.6rem;
  }
}

.alf-stat-number {
  color: #0379be;
  font-size: 1.5rem;
  font-weight: 600;
}

.alf-stat-label {
  font-size: 0.85rem;
  color: #111827;
}

/* Hero dashboard */
.alf-hero-dashboard {
  border-radius: 1rem;
}

.alf-hero-dashboard-icon {
  width: 28px;
  height: 28px;
  border-radius: 0.5rem;
  background-color: #0379be;
}

.alf-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.alf-dashboard-row {
  border-radius: 0.75rem;
  padding: 0.9rem 0.85rem;
}

.alf-dashboard-row-blue {
  background-color: #dfebf6;
}

.alf-dashboard-row-orange-light {
  background-color: #f6ccc0;
}

.alf-dashboard-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
}

.alf-progress {
  width: 100%;
  height: 0.5rem;
  border-radius: 999px;
  overflow: hidden;
}

.alf-progress-bar {
  height: 100%;
  border-radius: 999px;
}

/* Logo grid */
.tracking-wide {
  letter-spacing: 0.18em;
}

.alf-logo-box {
  width: 7rem;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alf-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Footer */
.alf-footer-block {
  background-color: #101827;
  color: #fefefe;
  padding: 3rem 1rem;
  margin-top: 2.5rem;
}

.alf-footer-desc {
  font-size: 0.9rem;
  max-width: 20rem;
}

.alf-footer-title {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.alf-footer-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.alf-footer-links a {
  color: #fefefe;
  text-decoration: none;
}

.alf-footer-links a:hover {
  text-decoration: underline;
}

.alf-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 2.25rem;
  padding-top: 1.25rem;
}