.text-gradient {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 60%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-slate {
  background: linear-gradient(135deg, #475569 0%, #1e293b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-orange {
  background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes site-float {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes site-flow {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

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

.animate-float-delay {
  animation: site-float 3s ease-in-out infinite;
  animation-delay: 1s;
}

.animate-float-delay-2 {
  animation: site-float 3s ease-in-out infinite;
  animation-delay: 2s;
}

.animate-flow {
  animation: site-flow 3s ease-in-out infinite;
}

.icon {
  display: block;
  flex-shrink: 0;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-18 {
  width: 18px;
  height: 18px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.icon-28 {
  width: 28px;
  height: 28px;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-white {
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 48px;
  align-items: start;
}

.policy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.policy-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  align-items: start;
}

.policy-card-media {
  padding: 40px 0 40px 40px;
}

.policy-card-content {
  padding: 40px 40px 40px 24px;
}

.panel-shadow-xl {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.form-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.form-label {
  display: block;
  margin-bottom: 6px;
  color: #64748b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

.form-control {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
  outline: none;
}

.form-control:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
}

.form-textarea {
  resize: vertical;
}

.form-field-group {
  margin-bottom: 20px;
}

.form-optional {
  font-weight: 400;
  text-transform: none;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-feedback {
  min-height: 24px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #64748b;
}

.form-feedback-success {
  color: #047857;
}

.form-feedback-error {
  color: #b91c1c;
}

.form-is-submitted > :not([data-form-success-card]) {
  display: none !important;
}

.form-success-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 20px;
  text-align: center;
}

.form-success-card[hidden] {
  display: none !important;
}

.form-success-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(249, 115, 22, 0.22);
}

.form-success-icon svg {
  width: 32px;
  height: 32px;
}

.form-success-title {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.form-success-copy {
  max-width: 30ch;
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

.form-success-reset {
  margin-top: 6px;
  border: 0;
  border-radius: 9999px;
  background: #f8fafc;
  color: #334155;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 18px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.form-success-reset:hover,
.form-success-reset:focus-visible {
  background: #fff7ed;
  color: #c2410c;
  transform: translateY(-1px);
}

.form-submit-pending,
.form-submit-pending:hover {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.about-stats-bar {
  max-width: 100%;
}

.about-stats-item {
  flex: 1 1 0%;
}

.about-stats-divider {
  flex-shrink: 0;
}

body.mobile-nav-open {
  overflow: hidden;
}

.mobile-nav-panel {
  display: none;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.mobile-nav-panel.is-open {
  display: grid;
  gap: 8px;
}

.mobile-nav-link {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
  background: #ffffff;
  color: #1e293b;
  transform: translateY(-1px);
}

.mobile-nav-link.is-active {
  background: #ffffff;
  color: #d97706;
  box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.28);
}

.bg-grid-64 {
  background-image:
    linear-gradient(to right, rgba(128, 128, 128, 0.09) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(128, 128, 128, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
}

.bg-grid-48-light {
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

.bg-radial-slate-top {
  background: radial-gradient(ellipse at top, #f1f5f9, #fff, #fff);
}

.bg-radial-slate-bottom {
  background: radial-gradient(ellipse at bottom, #f1f5f9, #fff, #fff);
}

.metric-bar-40 {
  height: 40%;
}

.metric-bar-45 {
  height: 45%;
}

.metric-bar-60 {
  height: 60%;
}

.metric-bar-65 {
  height: 65%;
}

.metric-bar-75 {
  height: 75%;
}

.metric-bar-85 {
  height: 85%;
}

.metric-bar-100 {
  height: 100%;
}

@media (max-width: 1023px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  header nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-stats-bar {
    display: grid;
    width: 100%;
    max-width: 24rem;
  }

  .about-stats-divider {
    width: 100%;
    height: 1px;
  }

  .about-stats-item {
    padding: 1.25rem 1.5rem;
  }

  .policy-card {
    grid-template-columns: 1fr;
  }

  .mobile-nav-panel {
    padding-bottom: 4px;
  }

  section[class*="pt-32"] {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  section[class*="py-24"] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .policy-card-media {
    padding: 32px 32px 0;
  }

  .policy-card-content {
    padding: 24px 32px 32px;
  }

  .form-grid-two {
    grid-template-columns: 1fr;
  }

  .form-success-card {
    min-height: 280px;
    padding: 20px 8px;
  }

  .form-success-title {
    font-size: 24px;
  }

  .form-success-copy {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .animate-float,
  .animate-float-delay,
  .animate-float-delay-2,
  .animate-flow {
    animation: none;
  }
}
