:root {
  --brand-50: #fff7ed;
  --brand-100: #ffedd5;
  --brand-200: #fed7aa;
  --brand-400: #fb923c;
  --brand-500: #f97316;
  --brand-600: #ea580c;
  --brand-700: #c2410c;
  --slate-900: #0f172a;
}

body {
  font-family: "Inter", sans-serif;
  background: #f8fafc;
  color: var(--slate-900);
}

.btn,
.btn-lg {
  border-radius: 999px !important;
  padding: 0.85rem 1.6rem;
}

.btn-hero {
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.btn-hero .btn-icon {
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin-left: 0 !important;
  transform: translateX(-6px);
  transition: opacity 0.35s ease, transform 0.35s ease, width 0.35s ease, margin 0.35s ease;
}

.btn-hero:hover .btn-icon {
  opacity: 1;
  visibility: visible;
  width: 18px;
  margin-left: 0.35rem !important;
  transform: translateX(0);
}

.border-brand {
  border: 2px;
  border-radius: 50%;
  border-color: var(--brand-600) !important;

}

.form-control,
.form-select,
.form-label {
  font-size: 0.95rem;
}

.form-ghost {
  background: #f5f6f8;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.05rem 1.1rem;
  color: #0f172a;
}

.form-ghost::placeholder {
  color: #8a8f9c;
  font-weight: 600;
}

.form-ghost:focus {
  background: #fff;
  border-color: var(--brand-300);
  box-shadow: 0 0 0 0.15rem rgba(249, 115, 22, 0.15);
}

.captchatext {
  font-size: 0.8rem !important;
}

.captchatext a{
  color: var(--brand-600) !important;
  text-decoration: none;
}

.text-brand {
  color: var(--brand-600) !important;
  margin-left: 5px;
}

.btn-brand {
  background: linear-gradient(90deg, var(--brand-600), var(--brand-400));
  border: none;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.15);
  padding: 0.85rem 1.8rem;
}

.btn-brand:hover {
  filter: brightness(0.95);
  color: #fff !important;
}

.navbar-custom {
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  padding: 1rem 0;
}

.navbar-custom.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
  padding: 0.6rem 0;
}

.navbar-custom .navbar-brand {
  color: var(--slate-900);
}

.navbar-custom .nav-link {
  color: #475569;
  font-weight: 600;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:focus {
  color: var(--brand-600);
}

.mobile-nav {
  transition: none;
}

@media (max-width: 991.98px) {
  .mobile-nav {
    width: 100%;
  }

  .mobile-nav.collapsing,
  .mobile-nav.show {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 18px 18px;
    padding: 0.75rem 0.5rem;
    margin-top: 0.75rem;
  }

  .mobile-nav .nav-link,
  .mobile-nav .btn {
    padding: 0.75rem 1rem;
    width: 100%;
    text-align: left;
  }

    .mobile-nav .btn {
      display: none !important;
    }

  .mobile-nav .nav-item + .nav-item {
    margin-top: 0.35rem;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.brand-icon {
  width: 38px;
  height: 38px;
  background: var(--brand-500);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.navbar-brand:hover .brand-icon {
  transform: skewX(-10deg) translateY(-2px);
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.35);
}

.hero-section {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: radial-gradient(circle at 20% 20%, rgba(249, 115, 22, 0.08), transparent 35%),
    radial-gradient(circle at 80% 0%, rgba(234, 88, 12, 0.08), transparent 30%),
    #f8fafc;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  min-height: calc(100vh - 120px);
  align-items: center;
}

.hero-main {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 100px;
}

.hero-features {
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  width: 100%;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, #e2e8f0 1px, transparent 1px),
    linear-gradient(to bottom, #e2e8f0 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, white, transparent);
  opacity: 0.5;
}

.hero-bg-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.4;
}

.hero-bg-circle-1 {
  width: 480px;
  height: 480px;
  top: -120px;
  right: -140px;
  background: var(--brand-100);
}

.hero-bg-circle-2 {
  width: 360px;
  height: 360px;
  bottom: -120px;
  left: -120px;
  background: var(--brand-200);
}

.text-gradient {
  background: linear-gradient(90deg, var(--brand-600), var(--brand-400));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-card {
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-2px);
  border-color: var(--brand-100);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.icon-pill {
  width: 52px;
  height: 52px;
  aspect-ratio: 1 / 1;
  background: var(--brand-100);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-box {
  width: 60px;
  height: 60px;
}

.service-card {
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  transition: all 0.2s ease;
}

.service-card:hover {
  border-color: var(--brand-200);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.section-padding {
  padding: 5rem 0;
}

.tech-tile {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.bg-brand-soft {
  background: var(--brand-50);
}

.bg-arrow-shape {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, transparent 50%, rgba(250, 150, 69, 0.08) 50%, rgba(250, 150, 69, 0.08) 100%);
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
  opacity: 0.35;
}

.code-card {
  background: #0f172a;
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(-2deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.code-card:hover {
  transform: rotate(0deg) translateY(0);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
}

.text-purple { color: #c084fc; }
.text-blue { color: #60a5fa; }
.text-warning { color: #fcd34d; }
.text-success { color: #34d399; }

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.dot-red { background: #ef4444; }
.dot-yellow { background: #f59e0b; }
.dot-green { background: #22c55e; }

.success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e8f5e9;
  display: grid;
  place-items: center;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.icon-xs { width: 16px; height: 16px; }
.icon-sm { width: 20px; height: 20px; }
.icon-lg { width: 32px; height: 32px; }

/* Requested: hide Recaptcha badge (notice added near form) */
.grecaptcha-badge {
  visibility: hidden;
}
