@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
/* [project]/app/globals.css [app-client] (css) */
:root {
  --postae-red: #e60000;
  --postae-red-shade: #ac1811;
  --canvas-white: #fff;
  --light-neutral: #f2f2f2;
  --institutional: #25282b;
  --glass-white: #ffffff1a;
  --glass-black: #0000000d;
  --divider-on-dark: #ffffff40;
  --signal-blue: #3860be;
  --text-headline: #25282b;
  --text-body: #7e7e7e;
  --text-form: #333;
  --text-disabled: #bebebe;
  --text-on-dark: #fff;
  --text-on-red: #fff;
  --success: #1a8a3f;
  --warning: #c97a00;
  --danger: var(--postae-red);
  --font-display: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --type-body: 400 16px/1.38   var(--font-body);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background: var(--canvas-white);
  color: var(--text-headline);
  font: var(--type-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  max-width: 100vw;
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

button {
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  color: var(--text-headline);
  margin: 0;
}

p {
  color: var(--text-body);
  margin: 0;
}

a {
  color: var(--signal-blue);
  text-underline-offset: 2px;
  text-decoration: underline;
}

button:focus-visible, a:focus-visible, input:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #e6000059;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}

.red-band {
  background: var(--postae-red);
  color: #fff;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.red-band-inner {
  text-transform: uppercase;
  letter-spacing: -.5px;
  white-space: nowrap;
  align-items: center;
  gap: 64px;
  font: 800 28px / 1 Inter, sans-serif;
  animation: 40s linear infinite marquee;
  display: flex;
}

.red-band-inner span {
  align-items: center;
  gap: 64px;
  display: inline-flex;
}

.red-band-inner .dot {
  background: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.btn-pill-primary, .btn-pill-ghost, .btn-rect-primary, .btn-rect-ghost {
  letter-spacing: .144px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font: 700 14.4px / 1 Inter, sans-serif;
  text-decoration: none;
  transition: opacity .12s cubic-bezier(.2, 0, 0, 1), background .12s;
  display: inline-flex;
}

.btn-pill-primary {
  background: var(--postae-red);
  color: #fff;
  border-radius: 60px;
  padding: 18px 28px;
}

.btn-pill-primary:hover {
  background: #c80000;
}

.btn-pill-ghost {
  color: var(--postae-red);
  background: #0000000d;
  border-radius: 60px;
  padding: 18px 28px;
}

.btn-pill-ghost:hover {
  background: #00000014;
}

.btn-pill-ghost-on-dark {
  color: #fff;
  background: #ffffff1a;
}

.btn-pill-ghost-on-dark:hover {
  background: #ffffff2e;
}

.btn-rect-primary {
  background: var(--postae-red);
  color: #fff;
  border-radius: 2px;
  padding: 12px 16px;
}

.btn-rect-ghost {
  color: var(--text-form);
  border: 1px solid var(--text-form);
  background: #fff;
  border-radius: 2px;
  padding: 12px 16px;
}

.eyebrow-red {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--postae-red);
  font: 700 12px / 1 Inter, sans-serif;
}

.eyebrow-muted {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-body);
  font: 700 12px / 1 Inter, sans-serif;
}

.h-display {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  color: var(--text-headline);
  margin: 0;
  font: 800 96px / .92 Inter, sans-serif;
}

.h-section {
  letter-spacing: -1.5px;
  text-transform: uppercase;
  color: var(--text-headline);
  margin: 0;
  font: 800 56px / 1 Inter, sans-serif;
}

.h-section-light {
  letter-spacing: -1.5px;
  color: var(--text-headline);
  margin: 0;
  font: 300 56px / 1.05 Inter, sans-serif;
}

.wa-bubble {
  color: #25282b;
  background: #dcf8c6;
  border-radius: 14px 14px 4px;
  padding: 10px 14px;
  font: 400 14px / 1.4 Inter, sans-serif;
  display: inline-block;
  position: relative;
  box-shadow: 0 1px .5px #0000000f;
}

.wa-bubble.system {
  background: #fff;
  border-radius: 14px 14px 14px 4px;
}

.wa-meta {
  color: #7e7e7e;
  margin-top: 4px;
  font: 400 11px / 1 Inter, sans-serif;
  display: block;
}

.card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transition: opacity .4s, transform .4s;
  transform: translateY(8px);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.photo-ph {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.photo-ph:after {
  content: "";
  background: radial-gradient(circle at 30% 30%, #ffffff2e, #0000 60%), radial-gradient(circle at 80% 80%, #00000026, #0000 60%);
  position: absolute;
  inset: 0;
}

footer {
  background: var(--institutional);
  color: #fff;
  padding: 64px 32px 32px;
}

footer a {
  color: #ffffffbf;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes typing {
  0%, 60%, 100% {
    opacity: .3;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@media (max-width: 900px) {
  .h-display {
    letter-spacing: -1.5px;
    font-size: 56px;
  }

  .h-section, .h-section-light {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .container {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/