/* [project]/src/components/sections/ContactHero.module.css [app-client] (css) */
.ContactHero-module__dSlyiG__section {
  padding: var(--space-3xl) 0 var(--space-xl);
  background-color: var(--color-bg-primary);
}

.ContactHero-module__dSlyiG__container {
  max-width: var(--max-width);
  padding: 0 var(--space-xl);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.ContactHero-module__dSlyiG__badge {
  margin-bottom: var(--space-md);
}

.ContactHero-module__dSlyiG__title {
  font-family: var(--font-heading);
  color: var(--color-text-primary);
  margin-bottom: var(--space-md);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
}

.ContactHero-module__dSlyiG__gradientWord {
  background: var(--color-gradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.ContactHero-module__dSlyiG__subtitle {
  font-family: var(--font-body);
  color: var(--color-text-secondary);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .ContactHero-module__dSlyiG__section {
    padding: 140px 0 var(--space-lg);
  }

  .ContactHero-module__dSlyiG__container {
    padding: 0 var(--space-md);
  }

  .ContactHero-module__dSlyiG__title {
    font-size: 2.25rem;
  }

  .ContactHero-module__dSlyiG__subtitle {
    font-size: 1rem;
  }
}

/* [project]/src/components/ui/Badge.module.css [app-client] (css) */
.Badge-module__H8aylq__badge {
  font-family: var(--font-body);
  border-radius: var(--border-radius-pill);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.Badge-module__H8aylq__gradient {
  background: var(--color-gradient);
  color: var(--color-bg-white);
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 6px 12px;
  font-size: .75rem;
}

.Badge-module__H8aylq__subtle {
  color: #7a43b6;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #f3e8ff;
  padding: 4px 10px;
  font-size: .625rem;
}

.Badge-module__H8aylq__category {
  color: #4954c8;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
  font-family: var(--font-heading);
  background: none;
  padding: 4px 12px;
}

/* [project]/src/components/ui/RevealOnScroll.module.css [app-client] (css) */
.RevealOnScroll-module__VmJH4W__reveal {
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

.RevealOnScroll-module__VmJH4W__fade-up {
  opacity: 0;
  transform: translateY(40px);
}

.RevealOnScroll-module__VmJH4W__fade-down {
  opacity: 0;
  transform: translateY(-40px);
}

.RevealOnScroll-module__VmJH4W__fade-left {
  opacity: 0;
  transform: translateX(-40px);
}

.RevealOnScroll-module__VmJH4W__fade-right {
  opacity: 0;
  transform: translateX(40px);
}

.RevealOnScroll-module__VmJH4W__fade {
  opacity: 0;
  transform: none;
}

.RevealOnScroll-module__VmJH4W__scale {
  opacity: 0;
  transform: scale(.92);
}

.RevealOnScroll-module__VmJH4W__visible {
  opacity: 1;
  transform: translateY(0)translateX(0)scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .RevealOnScroll-module__VmJH4W__reveal {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
  }
}

/* [project]/src/components/sections/ContactInfo.module.css [app-client] (css) */
.ContactInfo-module__VN-69G__section {
  padding: var(--space-xl) 0 var(--space-3xl);
  background-color: var(--color-bg-primary);
}

.ContactInfo-module__VN-69G__container {
  max-width: var(--max-width);
  padding: 0 var(--space-xl);
  align-items: center;
  gap: var(--space-2xl);
  margin: 0 auto;
  display: flex;
}

.ContactInfo-module__VN-69G__imageCol {
  flex: 0 0 45%;
  max-width: 45%;
}

.ContactInfo-module__VN-69G__imageWrapper {
  border-radius: var(--border-radius-lg);
  width: 100%;
  overflow: hidden;
}

.ContactInfo-module__VN-69G__image {
  object-fit: cover;
  aspect-ratio: 5 / 6;
  width: 100%;
  height: auto;
  display: block;
}

.ContactInfo-module__VN-69G__infoCol {
  gap: var(--space-lg);
  flex-direction: column;
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
}

.ContactInfo-module__VN-69G__contactBlock {
  align-items: flex-start;
  gap: var(--space-md);
  display: flex;
}

.ContactInfo-module__VN-69G__iconCircle {
  background: var(--color-text-primary);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.ContactInfo-module__VN-69G__contactDetails {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.ContactInfo-module__VN-69G__label {
  font-family: var(--font-body);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  font-size: .75rem;
  font-weight: 500;
}

.ContactInfo-module__VN-69G__value {
  font-family: var(--font-heading);
  color: var(--color-text-primary);
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.ContactInfo-module__VN-69G__value:hover {
  color: #4954c8;
}

.ContactInfo-module__VN-69G__proofBadge {
  padding: var(--space-xs) var(--space-md);
  border-radius: var(--border-radius-pill);
  margin-top: var(--space-sm);
  background-color: #f0f1fa;
  border: 1px solid #4954c81a;
  align-self: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ContactInfo-module__VN-69G__proofBadge span {
  font-family: var(--font-body);
  color: var(--color-text-secondary);
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 500;
}

.ContactInfo-module__VN-69G__dot {
  color: #4954c8;
  font-size: 1.1rem;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .ContactInfo-module__VN-69G__container {
    gap: var(--space-xl);
    flex-direction: column;
    align-items: stretch;
  }

  .ContactInfo-module__VN-69G__imageCol, .ContactInfo-module__VN-69G__infoCol {
    flex: 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .ContactInfo-module__VN-69G__section {
    padding: var(--space-lg) 0 var(--space-2xl);
  }

  .ContactInfo-module__VN-69G__container {
    padding: 0 var(--space-md);
  }

  .ContactInfo-module__VN-69G__image {
    aspect-ratio: 16 / 10;
  }

  .ContactInfo-module__VN-69G__value {
    font-size: 1.35rem;
  }

  .ContactInfo-module__VN-69G__proofBadge {
    border-radius: var(--border-radius-md);
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}

/* [project]/src/components/sections/CTABanner.module.css [app-client] (css) */
.CTABanner-module__-RoqFW__section {
  padding: calc(var(--space-3xl) * 1.5) 0;
  text-align: center;
  overflow: hidden;
}

.CTABanner-module__-RoqFW__container {
  max-width: 800px;
  padding: 0 var(--space-xl);
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.CTABanner-module__-RoqFW__title {
  font-family: var(--font-heading);
  margin-bottom: var(--space-md);
  letter-spacing: -.02em;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
}

.CTABanner-module__-RoqFW__subtitle {
  font-family: var(--font-body);
  margin-bottom: var(--space-xl);
  max-width: 600px;
  font-size: 1.25rem;
  line-height: 1.6;
}

.CTABanner-module__-RoqFW__actions {
  justify-content: center;
  gap: var(--space-md);
  display: flex;
}

.CTABanner-module__-RoqFW__dark {
  color: var(--color-bg-white);
  background-color: #0a0f1c;
}

.CTABanner-module__-RoqFW__dark .CTABanner-module__-RoqFW__title {
  color: var(--color-bg-white);
}

.CTABanner-module__-RoqFW__dark .CTABanner-module__-RoqFW__subtitle {
  color: #ffffffb3;
}

.CTABanner-module__-RoqFW__dark button[class*="secondary"] {
  color: #fff;
  background: #ffffff1a;
  border-color: #fff3;
}

.CTABanner-module__-RoqFW__dark button[class*="secondary"]:hover {
  background: #fff3;
}

.CTABanner-module__-RoqFW__light {
  background-color: var(--color-bg-primary);
  position: relative;
}

.CTABanner-module__-RoqFW__light:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #7a43b60d 0%, #0000 70%);
  position: absolute;
  inset: 0;
}

.CTABanner-module__-RoqFW__light .CTABanner-module__-RoqFW__title {
  color: var(--color-text-primary);
}

.CTABanner-module__-RoqFW__light .CTABanner-module__-RoqFW__subtitle {
  color: var(--color-text-secondary);
}

@media (max-width: 768px) {
  .CTABanner-module__-RoqFW__section {
    padding: var(--space-3xl) 0;
  }

  .CTABanner-module__-RoqFW__title {
    font-size: 2.25rem;
  }

  .CTABanner-module__-RoqFW__actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }

  .CTABanner-module__-RoqFW__actions > * {
    width: 100%;
  }
}

/*# sourceMappingURL=src_components_37b840e3._.css.map*/