:root {
  --una-black: #121212;
  --una-red: #ff4b32;
  --una-paper: #ffffff;
  --una-mist: #ededed;
  --una-line: #171717;
  --una-muted: #707070;
}

body {
  color: var(--una-black);
  background: var(--una-paper);
  font-family: Manrope, Aptos, "Segoe UI", sans-serif;
  line-height: 1.25;
}

nav {
  height: 74px;
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 32px;
  border: 0;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.nav-logo, .footer-logo {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 27px;
  line-height: .72;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-logo::after, .footer-logo::after {
  content: "GROUP";
  display: block;
  font-family: Manrope, Aptos, sans-serif;
  font-size: 10px;
  letter-spacing: 5px;
  line-height: 1.45;
  font-weight: 800;
}

.nav-logo span, .footer-logo span { display: none; }

.nav-cta, .btn-primary, .btn-secondary, nav button {
  border-radius: 0 !important;
  min-height: 38px;
  padding: 10px 18px !important;
  border: 1px solid var(--una-black) !important;
  background: var(--una-black) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  transition: background .15s ease, color .15s ease;
}

.btn-secondary, nav a.btn-secondary, nav button {
  background: #e4e4e4 !important;
  color: var(--una-black) !important;
  border-color: #e4e4e4 !important;
}

.nav-cta:hover, .btn-primary:hover { background: var(--una-red) !important; border-color: var(--una-red) !important; }
.btn-secondary:hover, nav a.btn-secondary:hover, nav button:hover { background: var(--una-black) !important; color: #fff !important; border-color: var(--una-black) !important; }

.hero {
  position: relative;
  min-height: 575px;
  max-width: 1580px;
  padding: 124px 24px 74px !important;
  gap: 0;
  grid-template-columns: minmax(320px, 47%) 1fr;
  overflow: hidden;
}

.hero > div:first-child { position: relative; z-index: 2; }
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 64%;
  height: 100%;
  background: url('/static/images/una_hero_building.png') center bottom / 100% auto no-repeat;
  clip-path: none;
  filter: none;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 270px;
  height: 165px;
  right: 39%;
  bottom: -15px;
  background: var(--una-red);
  clip-path: polygon(0 47%, 42% 47%, 42% 0, 64% 0, 64% 47%, 100% 47%, 100% 66%, 64% 66%, 64% 100%, 42% 100%, 42% 66%, 0 66%);
  transform: rotate(-25deg);
}

.hero-screen { display: none; }
.hero-badge {
  margin-bottom: 14px;
  padding: 4px 12px;
  border: 1px solid var(--una-black);
  border-radius: 999px;
  background: #fff;
  color: var(--una-black);
  font-size: 11px;
  font-weight: 800;
}
.hero-badge::before { background: var(--una-red); }
h1, h2 { font-family: Manrope, Aptos, "Segoe UI", sans-serif; letter-spacing: -.055em; }
h1 { max-width: 590px; font-size: clamp(34px, 3vw, 48px); color: var(--una-black); margin-bottom: 18px; }
h1 em { color: inherit; }
.hero-sub { max-width: 380px; color: #272727; font-size: 14px; line-height: 1.4; margin-bottom: 26px; }

.stats-bar { background: var(--una-black); padding: 0; }
.stats-inner { max-width: 1580px; min-height: 78px; gap: 0; justify-content: stretch; }
.stat-item { flex: 1; min-width: 180px; padding: 12px 24px; }
.stat-num { color: #fff; font-size: 20px; letter-spacing: -.04em; }
.stat-label { color: #c9c9c9; font-size: 10px; }
.stat-sep { width: 1px; height: 78px; background: #525252; }

section { padding: 88px 32px; }
.section-inner { max-width: 1280px; }
.section-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 10px;
  border: 1px solid var(--una-black);
  border-radius: 999px;
  color: var(--una-black);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}
h2 { font-size: clamp(34px, 4vw, 55px); color: var(--una-black); margin-bottom: 14px; }
.section-sub { color: #3f3f3f; font-size: 15px; line-height: 1.45; }

.pain-grid, .audience-grid { gap: 12px; margin-top: 34px; }
.pain-card, .aud-card {
  min-height: 238px;
  padding: 20px;
  border: 1px solid var(--una-line);
  border-radius: 0;
  background: #fff;
}
.pain-icon, .aud-emoji { display: none !important; }
.pain-card h3, .aud-card h3 { font-size: 20px; color: var(--una-black); margin-bottom: 12px; }
.pain-card p, .aud-card p { color: #272727; font-size: 13px; line-height: 1.35; }
.pain-quote { margin: 18px -20px -20px; padding: 16px 20px; min-height: 84px; border: 0; border-top: 1px solid #c6c6c6; border-radius: 0; background: #dcdcdc; color: var(--una-black); font-size: 13px; font-style: normal; }

.modules { background: #f4f4f4; position: relative; overflow: hidden; }
.modules::before { content: ""; position: absolute; left: -8%; bottom: -19%; width: 30%; aspect-ratio: 1; background: #fff; transform: rotate(45deg); }
.modules .section-inner { position: relative; z-index: 1; }
.modules-grid { gap: 12px; margin-top: 34px; }
.module-card {
  min-height: 360px;
  padding: 24px;
  border: 1px solid var(--una-line);
  border-radius: 0;
  background: #fff;
}
.module-card.featured { border-width: 1px; border-color: var(--una-line); }
.module-tag { margin-bottom: 20px; padding: 4px 9px; border: 1px solid var(--una-black); border-radius: 999px; background: #fff; color: var(--una-black); font-size: 10px; }
.tag-blue, .tag-purple { background: #fff; color: var(--una-black); }
.module-card h3 { color: var(--una-black); font-size: 28px; letter-spacing: -.04em; }
.module-card p { color: #373737; font-size: 14px; line-height: 1.35; }
.module-features { margin-top: 28px; padding-top: 18px; border-top: 1px solid #c9c9c9; }
.module-features li { color: #1d1d1d; font-size: 13px; }
.module-features li::before { content: "•"; width: auto; height: auto; min-width: 0; background: transparent; color: var(--una-black); border-radius: 0; font-size: 18px; line-height: 1; }

.features-grid { gap: 10px; margin-top: 34px; }
.feat { min-height: 150px; padding: 20px; border: 1px solid var(--una-line); border-radius: 0; background: linear-gradient(#fff 0 58%, #dcdcdc 58%); }
.feat-icon { float: right; width: auto; height: auto; margin: 0; border-radius: 0; background: transparent; }
.feat-icon svg path, .feat-icon svg rect, .feat-icon svg circle { fill: var(--una-red); }
.feat h4 { max-width: 75%; color: var(--una-black); font-size: 17px; line-height: 1.05; }
.feat p { color: #303030; font-size: 12px; line-height: 1.3; }

.how { position: relative; overflow: hidden; background: var(--una-black); }
.how::after { content: ""; position: absolute; inset: auto -8% -82px; height: 155px; background: repeating-linear-gradient(90deg, var(--una-red) 0 92px, #fff 92px 184px); clip-path: polygon(0 0, 33% 0, 38% 100%, 50% 0, 62% 100%, 68% 0, 100% 0, 100% 100%, 0 100%); }
.how .section-inner { position: relative; z-index: 1; }
.how h2 { color: #fff; }
.how .section-label { border-color: #fff; color: #fff; }
.how .section-sub { color: #cfcfcf; }
.steps { margin: 42px 0 112px; }
.steps::before { display: none; }
.step { text-align: left; padding: 0 24px 0 0; }
.step-num { display: block; width: auto; height: auto; margin: 0 0 18px; background: transparent; border-radius: 0; color: var(--una-red); font-size: 58px; letter-spacing: -.08em; }
.step h4 { color: #fff; font-size: 16px; }
.step p { color: #c7c7c7; font-size: 13px; }

.aud-card { min-height: 240px; }
.aud-list li { color: #202020; font-size: 13px; }
.aud-list li::before { color: var(--una-red); }

#cta { padding: 0 !important; overflow: hidden; background: var(--una-red) !important; }
#cta .section-inner { max-width: 100%; padding: 70px 32px; display: flex; justify-content: center; }
#cta .section-inner > div { display: block !important; width: min(420px, 100%); margin: 0 !important; }
#cta .section-inner > div > div:first-child { display: none; }
#cta .section-inner > div > div:last-child { border: 1px solid var(--una-black) !important; border-radius: 0 !important; padding: 28px !important; background: #fff !important; }
#cta .section-inner h3 { color: var(--una-black) !important; font-size: 29px !important; letter-spacing: -.05em; }
#cta .section-inner p { color: #2b2b2b !important; line-height: 1.35; }
.cta-input { border: 1px solid var(--una-black); border-radius: 0; }

footer { background: var(--una-black); padding: 42px 32px; }
.footer-inner { max-width: 1280px; }
.footer-copy { color: #d0d0d0; }

@media (max-width: 780px) {
  nav { height: auto; min-height: 68px; padding: 14px 18px; gap: 14px; }
  nav > div { gap: 6px !important; }
  nav > div a, nav > div button { padding: 8px 9px !important; font-size: 10px !important; }
  .hero { grid-template-columns: 1fr; min-height: 540px; padding: 56px 22px 280px !important; }
  .hero::before { width: 100%; height: 42%; background-size: 700px auto; background-position: right top; }
  .hero::after { right: 12%; bottom: 90px; transform: scale(.8) rotate(-25deg); }
  section { padding: 60px 22px; }
  .stats-inner { display: grid; grid-template-columns: 1fr 1fr; }
  .stat-item { min-width: 0; padding: 12px; }
  .stat-sep { display: none; }
  .pain-grid, .modules-grid, .features-grid, .steps, .audience-grid { grid-template-columns: 1fr; }
  .step { padding-bottom: 28px; }
  .steps { margin-bottom: 84px; }
  .footer-inner { align-items: flex-start; gap: 24px; flex-direction: column; }
  .footer-inner > div:last-child { align-items: flex-start !important; }
  .footer-inner > div:last-child > div:first-child { justify-content: flex-start !important; }
}
