/* Hammeli site styles that are NOT in the compiled Vite/Tailwind build.
   Do not rely on new Tailwind arbitrary classes in Blade — add them here. */

[x-cloak] { display: none !important; }

/* Brand colors */
.bg-brand-navy,
.bg-hammeli-navy { background-color: #0F2A5F !important; }
.bg-brand-orange,
.bg-hammeli-orange { background-color: #F58220 !important; }
.text-brand-navy { color: #0F2A5F !important; }
.text-brand-orange { color: #F58220 !important; }

/* Polyfill Tailwind arbitrary colors missing from the frozen Vite build */
.border-\[\#F58220\] { border-color: #F58220 !important; }
.hover\:border-\[\#F58220\]\/40:hover { border-color: rgba(245, 130, 32, 0.4) !important; }
.hover\:text-\[\#F58220\]:hover { color: #F58220 !important; }
.focus-visible\:ring-\[\#0F2A5F\]:focus-visible {
  --tw-ring-color: #0F2A5F;
  outline: 2px solid #0F2A5F;
  outline-offset: 2px;
}
.text-\[\#0D2B4D\] { color: #0D2B4D !important; }
.bg-\[\#0D2B4D\] { background-color: #0D2B4D !important; }
.hover\:bg-\[\#0a2240\]:hover { background-color: #0a2240 !important; }

/* Surface helpers used on new homepage sections / modal */
.bg-white-10 { background-color: rgba(255, 255, 255, 0.10) !important; }
.border-white-15 { border-color: rgba(255, 255, 255, 0.15) !important; }
.text-white-70 { color: rgba(255, 255, 255, 0.70) !important; }
.text-white-80 { color: rgba(255, 255, 255, 0.80) !important; }
.text-white-85 { color: rgba(255, 255, 255, 0.85) !important; }

/* Spacing missing from the frozen Vite build (content was flush to edges) */
.py-14 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.pt-6 { padding-top: 1.5rem !important; }
.py-2\.5 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; }
@media (min-width: 1024px) {
  .lg\:py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem !important; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem !important; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem !important; }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { margin-top: 2rem !important; }

/* Get App modal */
#getAppModal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
#getAppModal.is-open { display: flex; }
#getAppModal .ga-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
#getAppModal .ga-panel {
  position: relative;
  width: 100%;
  max-width: 28rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#getAppModal .ga-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem 0.75rem;
  border-bottom: 1px solid #f1f5f9;
}
#getAppModal .ga-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0F2A5F;
}
#getAppModal .ga-sub {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: #475569;
}
#getAppModal .ga-close {
  border: 0;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: #64748b;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}
#getAppModal .ga-close:hover { background: #f1f5f9; color: #0f172a; }
#getAppModal .ga-body { padding: 1.25rem 1.5rem 1.5rem; }
#getAppModal .ga-label {
  margin: 0 0 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}
#getAppModal .ga-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  #getAppModal .ga-row { flex-direction: row; }
}
#getAppModal .ga-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
#getAppModal .ga-btn-dark { background: #000; color: #fff; }
#getAppModal .ga-btn-play { background: #01875F; color: #fff; }
#getAppModal .ga-btn-outline {
  background: #fff;
  color: #1e293b;
  border: 1px solid #e2e8f0;
}
#getAppModal .ga-btn:hover { opacity: 0.92; }
#getAppModal .ga-divider {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f1f5f9;
}
#getAppModal .ga-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0F2A5F;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Font Awesome: keep text visible while icons load */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-display: swap !important;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-display: swap !important;
}
