/* style.css */
/* ============================================================
   HERO VISUAL COMPOSITION — RJL Premium (rjl- namespace)
   ============================================================ */


.rjl-floating-wrapper {
  position: relative;
  width: 100%;
  perspective: 1200px;
}

.rjl-glow-one,
.rjl-glow-two,
.rjl-glow-three {
  position: absolute;
  border-radius: 999px;
  filter: blur(42px);
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}

.rjl-glow-one {
  width: 240px;
  height: 240px;
  background: rgba(245, 158, 11, 0.38);
  right: -80px;
  top: -65px;
}

.rjl-glow-two {
  width: 220px;
  height: 220px;
  background: rgba(217, 119, 6, 0.22);
  left: -60px;
  bottom: -65px;
}

.rjl-glow-three {
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.95);
  left: 44%;
  top: 12%;
}

.rjl-browser-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.10);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 42px 120px rgba(217, 119, 6, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
  transform-style: preserve-3d;
  z-index: 1;
}

.rjl-browser-top {
  height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(120, 53, 15, 0.08);
  background: rgba(255, 255, 255, 0.62);
}

.rjl-dot {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  display: inline-block;
}

.rjl-dot-red {
  background: #ff5f57;
}

.rjl-dot-yellow {
  background: #ffbd2e;
}

.rjl-dot-green {
  background: #28c840;
}

.rjl-url-bar {
  flex: 1;
  margin-left: 22px;
  padding: 10px 18px;
  border: 1px solid rgba(20, 83, 45, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
  color: #A16207;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-family: 'Outfit', sans-serif;
}

.rjl-portal-body {
  position: relative;
  padding: 24px;
  background:
    radial-gradient(circle at 83% 8%, rgba(245, 158, 11, 0.22), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #FFFBF0 54%, #FEF3C7 100%);
}

.rjl-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(120, 53, 15, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 53, 15, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 76%, transparent);
  pointer-events: none;
}

.rjl-portal-header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.rjl-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.rjl-brand-icon {
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #F59E0B, #D97706);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(245, 158, 11, 0.35);
  font-family: 'Outfit', sans-serif;
}

.rjl-brand-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  border: 1px solid rgba(245, 158, 11, 0.22);
}

.rjl-brand-name {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #78350F;
  margin: 0;
  line-height: 1;
  font-family: 'Outfit', sans-serif;
}

.rjl-brand-sub {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #92400E;
  font-family: 'Outfit', sans-serif;
}

.rjl-status-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 999px;
  background: rgba(254, 243, 199, 0.92);
  color: #78350F;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(217, 119, 6, 0.12);
  font-family: 'Outfit', sans-serif;
  white-space: nowrap;
}

.rjl-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #F59E0B;
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.6);
  flex-shrink: 0;
}

.rjl-content-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.rjl-main-card,
.rjl-mini-card {
  border: 1px solid rgba(245, 158, 11, 0.10);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 30px 80px rgba(217, 119, 6, 0.10);
  backdrop-filter: blur(28px);
}

.rjl-main-card {
  padding: 20px;
  border-radius: 20px;
}

.rjl-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 0;
}

.rjl-main-title {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #78350F;
  margin: 0;
  font-family: 'Outfit', sans-serif;
}

.rjl-main-sub {
  margin-top: 6px;
  color: #92400E;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
}

.rjl-score {
  min-width: 54px;
  text-align: center;
  padding: 8px 12px;
  border-radius: 12px;
  background: #FEF3C7;
  color: #78350F;
  font-size: 14px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.16);
  font-family: 'Outfit', sans-serif;
  flex-shrink: 0;
}

.rjl-progress-track {
  position: relative;
  overflow: hidden;
  height: 12px;
  margin: 20px 0;
  border-radius: 999px;
  background: #FDE7B0;
}

.rjl-progress-fill {
  width: 76%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #F59E0B, #FCD34D, #FFF7D6);
  box-shadow: 0 0 42px rgba(245, 158, 11, 0.45);
}

.rjl-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.rjl-step {
  position: relative;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 8px;
  border: 1px solid rgba(245, 158, 11, 0.10);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  text-align: center;
  font-family: 'Outfit', sans-serif;
}

.rjl-step::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  right: -10px;
  top: -10px;
  background: rgba(245, 158, 11, 0.10);
}

.rjl-step.rjl-step-active {
  border-color: rgba(34, 197, 94, 0.45);
  background: rgba(255, 251, 240, 0.95);
  box-shadow: 0 18px 42px rgba(245, 158, 11, 0.12);
}

.rjl-step-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin: 0;
  color: #D97706;
  font-size: 16px;
  font-weight: 900;
}

.rjl-step span {
  display: block;
  color: #78350F;
  font-size: 12px;
  font-weight: 900;
}

.rjl-bottom-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.rjl-mini-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-radius: 16px;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rjl-mini-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(217, 119, 6, 0.18) !important;
}

.rjl-mini-card small {
  display: block;
  color: #D97706;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.rjl-mini-card strong {
  display: block;
  margin-top: 6px;
  color: #78350F;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rjl-mini-progress {
  height: 7px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #FDE7B0;
}

.rjl-mini-progress div {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #D97706, #F59E0B);
}

/* Responsive */
@media (max-width: 760px) {
  .rjl-portal-body {
    padding: 20px;
  }

  .rjl-content-grid {
    grid-template-columns: 1fr;
  }

  .rjl-bottom-grid {
    grid-template-columns: 1fr;
  }

  .rjl-steps {
    grid-template-columns: 1fr;
  }

  .rjl-portal-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

:root {

  /* Background Glows */
  .hv-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: 0;
  }

  .hv-glow-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.35) 0%, transparent 70%);
    top: -40px;
    right: -40px;
    animation: glowPulse 4s ease-in-out infinite;
  }

  .hv-glow-2 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.25) 0%, transparent 70%);
    bottom: 20px;
    left: -30px;
    animation: glowPulse 4s ease-in-out 2s infinite;
  }

  @keyframes glowPulse {

    0%,
    100% {
      opacity: 0.6;
      transform: scale(1);
    }

    50% {
      opacity: 1;
      transform: scale(1.1);
    }
  }

  /* Particle Canvas */
  .hv-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: 20px;
  }

  /* Browser Window */
  .hv-browser {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255, 251, 240, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 20px;
    box-shadow:
      0 30px 80px -10px rgba(120, 53, 15, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.6) inset,
      0 2px 0 rgba(255, 255, 255, 0.9) inset;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  /* Browser Bar */
  .hv-browser-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: rgba(255, 251, 240, 0.9);
    border-bottom: 1px solid rgba(245, 158, 11, 0.15);
    flex-shrink: 0;
  }

  .hv-dots {
    display: flex;
    gap: 6px;
  }

  .hv-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }

  .hv-url {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    color: #78350F;
    background: rgba(245, 158, 11, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(245, 158, 11, 0.2);
  }

  .hv-bar-actions {
    display: flex;
    gap: 10px;
  }

  .hv-bar-actions span {
    width: 14px;
    height: 2px;
    background: rgba(120, 53, 15, 0.25);
    border-radius: 2px;
  }

  /* App Content Area */
  .hv-content {
    flex: 1;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
  }

  /* App Header */
  .hv-app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hv-logo-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hv-logo {
    width: 34px;
    height: 34px;
    background: linear-gradient(135deg, #F59E0B, #D97706);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    letter-spacing: -0.5px;
    box-shadow: 0 4px 10px rgba(245, 158, 11, 0.4);
  }

  .hv-brand-name {
    font-size: 11px;
    font-weight: 700;
    color: #78350F;
    letter-spacing: 0.5px;
  }

  .hv-brand-sub {
    font-size: 9px;
    color: #D97706;
    font-weight: 500;
  }

  .hv-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 600;
    color: #78350F;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.3);
    padding: 4px 10px;
    border-radius: 20px;
  }

  .hv-pulse-dot {
    width: 7px;
    height: 7px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
    animation: pulseDot 2s ease-in-out infinite;
  }

  @keyframes pulseDot {
    0% {
      box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
    }

    70% {
      box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
  }

  /* Main Card */
  .hv-main-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 4px 20px -5px rgba(120, 53, 15, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hv-card-title {
    font-size: 12px;
    font-weight: 700;
    color: #78350F;
    line-height: 1.4;
    margin: 0;
  }

  .hv-card-sub {
    font-size: 10px;
    color: #D97706;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
  }

  /* Steps */
  .hv-steps {
    display: flex;
    gap: 6px;
  }

  .hv-step {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 9px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid rgba(245, 158, 11, 0.2);
    color: #D97706;
    transition: all 0.3s ease;
  }

  .hv-step-done {
    background: rgba(245, 158, 11, 0.1);
    color: #78350F;
    border-color: rgba(245, 158, 11, 0.3);
  }

  .hv-step-active {
    background: linear-gradient(135deg, #F59E0B, #D97706);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
  }

  .hv-step-pending {
    opacity: 0.5;
  }

  .hv-step-ico {
    width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
  }

  .hv-step-spin {
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spinStep 0.8s linear infinite;
  }

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

  /* Progress */
  .hv-progress-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .hv-progress-labels {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    font-weight: 600;
    color: #78350F;
  }

  .hv-progress-pct {
    color: #F59E0B;
  }

  .hv-progress-track {
    height: 6px;
    background: rgba(245, 158, 11, 0.15);
    border-radius: 10px;
    overflow: hidden;
  }

  .hv-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #F59E0B, #D97706);
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(245, 158, 11, 0.6);
    transition: width 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Indicators */
  .hv-indicators {
    display: flex;
    gap: 10px;
  }

  .hv-ind {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(245, 158, 11, 0.06);
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: 8px;
    padding: 6px 4px;
  }

  .hv-ind-val {
    font-size: 16px;
    font-weight: 800;
    color: #78350F;
    line-height: 1;
  }

  .hv-ind-lbl {
    font-size: 8px;
    color: #D97706;
    font-weight: 500;
    margin-top: 2px;
  }

  /* Bottom Row */
  .hv-bottom-row {
    display: flex;
    gap: 8px;
    flex: 1;
  }

  /* Client Card */
  .hv-client-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 120px;
    flex-shrink: 0;
  }

  .hv-avatar {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #F59E0B, #78350F);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
  }

  .hv-client-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .hv-client-name {
    font-size: 9px;
    font-weight: 700;
    color: #78350F;
  }

  .hv-client-status {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 8px;
    color: #D97706;
  }

  .hv-status-dot {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
  }

  .hv-skeletons {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .hv-skeleton {
    height: 7px;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(245, 158, 11, 0.1) 25%, rgba(245, 158, 11, 0.25) 50%, rgba(245, 158, 11, 0.1) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
  }

  .hv-sk-a {
    width: 85%;
  }

  .hv-sk-b {
    width: 60%;
  }

  @keyframes shimmer {
    0% {
      background-position: 200% 0;
    }

    100% {
      background-position: -200% 0;
    }
  }

  /* Mini Cards */
  .hv-mini-cards {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
  }

  .hv-mini-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .hv-mini-card:hover {
    border-color: rgba(245, 158, 11, 0.5);
    box-shadow: 0 4px 16px rgba(245, 158, 11, 0.2);
    transform: translateY(-2px);
  }

  .hv-mini-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hv-mini-code {
    font-size: 8px;
    font-weight: 700;
    color: #F59E0B;
    letter-spacing: 0.5px;
  }

  .hv-mini-title {
    font-size: 9px;
    font-weight: 600;
    color: #78350F;
  }

  .hv-mini-track {
    height: 4px;
    background: rgba(245, 158, 11, 0.12);
    border-radius: 4px;
    overflow: hidden;
  }

  .hv-mini-bar {
    height: 100%;
    width: var(--bw, 50%);
    background: linear-gradient(90deg, #F59E0B, #D97706);
    border-radius: 4px;
  }


  :root {
    --color-primary: #F59E0B;
    --color-primary-light: #FEF3C7;
    --color-primary-dark: #78350F;
    --color-primary-medium: #D97706;
    --color-bg: #FFFBF0;
    --color-text: #1F2937;
    --color-text-light: #6B7280;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--color-bg);
    color: var(--color-text);
    overflow-x: hidden;
  }

  /* Typography Overrides */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--color-primary-dark);
  }

  /* Glassmorphism utilities */
  .glass {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
  }

  .glass-card-hover {
    transition: all 0.3s ease;
  }

  .glass-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(27, 67, 50, 0.1);
    border-color: var(--color-primary-light);
  }

  /* Custom Utilities */
  .text-balance {
    text-wrap: balance;
  }

  /* Fallback: garante que os elementos animados do hero sejam visíveis por padrão.
   O GSAP vai sobrescrever isso ao animar, mas caso falhe, os elementos ficam visiveis. */
  .hero-badge,
  .hero-title,
  .hero-subtitle,
  .hero-buttons a,
  .hero-image-wrap,
  .hero-card,
  .fade-up,
  .stagger-card,
  .timeline-item {
    opacity: 1;
  }

  /* Overlay for Images */
  .img-overlay {
    position: relative;
  }

  .img-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(27, 67, 50, 0.6), rgba(116, 198, 157, 0.2));
    border-radius: inherit;
    z-index: 10;
  }

  /* Preloader */
  #preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
  }

  .spinner {
    width: 50px;
    height: 50px;
    border: 4px solid var(--color-primary-light);
    border-top-color: var(--color-primary-dark);
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

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

  /* Timeline Custom Styles */
  .timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: var(--color-primary-light);
    z-index: 0;
  }

  @media (max-width: 1023px) {
    .timeline-line {
      left: 32px;
      transform: none;
    }
  }

  .timeline-dot {
    position: relative;
    z-index: 10;
  }

  /* Header transition */
  header {
    transition: all 0.3s ease;
  }

  header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  /* Custom Scrollbar */
  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    background: var(--color-bg);
  }

  ::-webkit-scrollbar-thumb {
    background: var(--color-primary-medium);
    border-radius: 4px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary-dark);
  }

  /* Floating Animation for elements */
  @keyframes float {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(-10px);
    }

    100% {
      transform: translateY(0px);
    }
  }

  .animate-float {
    animation: float 4s ease-in-out infinite;
  }

  .animate-float-delayed {
    animation: float 4s ease-in-out 2s infinite;
  }

  /* Toast Simulation */
  #toast {
    visibility: hidden;
    min-width: 250px;
    background-color: var(--color-primary-dark);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    z-index: 5000;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #toast.show {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }

  /* Input Focus Reset */
  input:focus,
  textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
  }

/* ============================================================
   NOSSOS SERVIÇOS — Dark Premium
   ============================================================ */
.rjl-srv-grid {
  perspective: 1000px;
}

.rjl-srv-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
  z-index: 1;
}

.rjl-srv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245,158,11,0.4) 0%, rgba(255,255,255,0) 50%, rgba(245,158,11,0.1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rjl-srv-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 40px -10px rgba(245, 158, 11, 0.15);
}

.rjl-srv-card:hover::before {
  opacity: 1;
}

.rjl-srv-glow {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at center, rgba(245,158,11,0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: -1;
}

.rjl-srv-card:hover .rjl-srv-glow {
  opacity: 1;
}

.rjl-srv-icon-wrap {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(245, 158, 11, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid rgba(245, 158, 11, 0.2);
  box-shadow: inset 0 0 20px rgba(245, 158, 11, 0.05);
  transition: all 0.4s ease;
  transform: translateZ(20px);
}

.rjl-srv-card:hover .rjl-srv-icon-wrap {
  background: rgba(245, 158, 11, 0.2);
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.3), inset 0 0 20px rgba(245, 158, 11, 0.2);
}

.rjl-srv-icon {
  color: #FCD34D;
  transition: transform 0.4s ease;
}

.rjl-srv-card:hover .rjl-srv-icon {
  transform: scale(1.1);
}

.rjl-srv-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  transform: translateZ(10px);
  transition: color 0.3s ease;
  font-family: 'Outfit', sans-serif;
}

.rjl-srv-card:hover .rjl-srv-title {
  color: #FDE68A;
}

.rjl-srv-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #9CA3AF;
  transform: translateZ(5px);
  font-family: 'Outfit', sans-serif;
}

/* ============================================================
   NOSSO MÉTODO — Premium Timeline
   ============================================================ */
.rjl-timeline-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rjl-timeline-item {
  opacity: 0;
  transform: translateY(40px);
}

.rjl-timeline-card {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.rjl-glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.rjl-glass-card:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-10px);
  box-shadow: 0 25px 50px -12px rgba(245, 158, 11, 0.15);
  border-color: rgba(245, 158, 11, 0.3);
}

.rjl-glass-card:hover::before {
  opacity: 1;
}

.rjl-orb {
  width: 56px;
  height: 56px;
  background: #fff;
  border: 4px solid #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #9ca3af;
  font-size: 1.25rem;
  z-index: 20;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 0 0 8px #fff;
}

.rjl-timeline-item.active .rjl-orb {
  background: linear-gradient(135deg, #F59E0B, #D97706);
  border-color: #fff;
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0 0 0 12px rgba(245, 158, 11, 0.1), 0 10px 20px rgba(245, 158, 11, 0.3);
}

.rjl-step-icon {
  color: var(--color-primary);
  transition: all 0.5s ease;
}

.rjl-glass-card:hover .rjl-step-icon {
  transform: scale(1.1) rotate(8deg);
  filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.4));
}

.rjl-timeline-progress {
  position: relative;
  overflow: hidden;
}

.rjl-timeline-progress::after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: pulse-line 2s infinite linear;
}

@keyframes pulse-line {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@media (max-width: 1023px) {
  .rjl-orb {
    box-shadow: 0 0 0 6px #fff;
  }
  .rjl-timeline-item.active .rjl-orb {
    transform: scale(1.1);
  }
}