:root 
{
  --apt-orange: #fa9141;
  --apt-sky: #71bdeb;
  --apt-green: #4c9224;
  --apt-blue: #4580d6;
  --apt-red: #d51604;
}

html 
{
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body 
{
  font-family: inherit;
}

.hover-lift 
{
  transition: 0.3s;
}

.hover-lift:hover 
{
  transform: translateY(-4px);
}

.hover-green 
{
  transition: 0.3s;
}

.hover-green:hover 
{
  box-shadow: 0 20px 60px rgba(76, 146, 36, 0.30);
}

.hover-orange 
{
  transition: 0.3s;
}

.hover-blue:hover 
{
  box-shadow: 0 20px 60px rgba(69, 128, 214, 0.50);
}

.hover-blue
{
  transition: 0.3s;
}

.hover-orange:hover 
{
  box-shadow: 0 20px 60px rgba(250, 145, 65, 0.40);
}

.hero-slide 
{
  transition: opacity 1.8s ease-in-out;
}

.hero-cta 
{
  transition: opacity 0.6s ease;
}

.apt-page-canvas 
{
  position: relative;
}

.apt-party-bg 
{
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    165deg,
    rgba(250, 145, 65, 0.09) 0%,
    rgba(255, 255, 255, 1) 22%,
    rgba(113, 189, 235, 0.08) 45%,
    rgba(255, 255, 255, 1) 70%,
    rgba(76, 146, 36, 0.07) 100%
  );
}

.apt-party-bg::before,
.apt-party-bg::after 
{
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.apt-party-bg::before 
{
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(113, 189, 235, 0.35) 0%, transparent 70%);
  top: -80px;
  right: -60px;
}

.apt-party-bg::after 
{
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(250, 145, 65, 0.25) 0%, transparent 70%);
  bottom: -40px;
  left: -40px;
}

.apt-party-bg > * 
{
  position: relative;
  z-index: 1;
}

.apt-strip-warm 
{
  background: linear-gradient(90deg, rgba(250, 145, 65, 0.14) 0%, rgba(255, 255, 255, 0) 55%);
}

.apt-strip-cool 
{
  background: linear-gradient(90deg, rgba(113, 189, 235, 0.16) 0%, rgba(69, 128, 214, 0.08) 45%, rgba(255, 255, 255, 0) 85%);
}

.apt-strip-nature 
{
  background: linear-gradient(90deg, rgba(76, 146, 36, 0.12) 0%, rgba(255, 255, 255, 0) 60%);
}

.apt-balloon-row 
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.85rem;
  margin-top: 0.75rem;
}

.apt-balloon 
{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.75rem;
  border-radius: 50% 50% 48% 48% / 58% 58% 42% 42%;
  opacity: 0.92;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.apt-km-table-wrap 
{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.apt-km-table 
{
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.apt-km-table th,
.apt-km-table td 
{
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid rgb(241 245 249);
  text-align: left;
}

.apt-km-table td:last-child 
{
  text-align: right;
  font-weight: 600;
}

.apt-km-table tr:last-child td 
{
  border-bottom: none;
}

.apt-info-card-title 
{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(15 23 42);
}

.apt-info-card-title span 
{
  display: inline-flex;
  width: 0.45rem;
  height: 1.35rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.apt-logo-strip 
{
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
}

.apt-logo-strip img 
{
  max-height: 4.5rem;
  width: auto;
  opacity: 0.95;
}

@media (max-width: 640px) 
{
  .apt-party-bg::before 
  {
    width: 180px;
    height: 180px;
    top: -50px;
    right: -40px;
  }

  .apt-party-bg::after 
  {
    width: 140px;
    height: 140px;
  }
}
