@import "https://hangeul.pstatic.net/hangeul_static/css/nanum-square-round.css";
/* [project]/src/app/partner/partner.css [app-client] (css) */
:root {
  --partner-slate-50: #f8fafc;
  --partner-slate-100: #f1f5f9;
  --partner-slate-200: #e2e8f0;
  --partner-slate-300: #cbd5e1;
  --partner-slate-400: #94a3b8;
  --partner-slate-500: #64748b;
  --partner-slate-600: #475569;
  --partner-slate-700: #334155;
  --partner-slate-800: #1e293b;
  --partner-slate-900: #0f172a;
  --partner-indigo-50: #eef2ff;
  --partner-indigo-100: #e0e7ff;
  --partner-indigo-200: #c7d2fe;
  --partner-indigo-300: #a5b4fc;
  --partner-indigo-500: #6366f1;
  --partner-indigo-600: #4f46e5;
  --partner-indigo-700: #4338ca;
  --partner-indigo-900: #312e81;
  --partner-blue-50: #eff6ff;
  --partner-blue-500: #3b82f6;
  --partner-blue-600: #2563eb;
  --partner-emerald-50: #ecfdf5;
  --partner-emerald-400: #34d399;
  --partner-emerald-500: #10b981;
  --partner-rose-50: #fff1f2;
  --partner-rose-100: #ffe4e6;
  --partner-rose-400: #fb7185;
  --partner-rose-600: #e11d48;
  --partner-amber-500: #f59e0b;
}

* {
  box-sizing: border-box;
}

.partner-landing {
  background: var(--partner-slate-50);
  min-height: 100vh;
  color: var(--partner-slate-900);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.partner-landing::selection {
  background: var(--partner-indigo-200);
}

.partner-nav {
  z-index: 50;
  position: fixed;
  inset: 1rem 1rem auto;
}

.partner-nav__inner {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: #ffffffe6;
  border: 1px solid #e2e8f080;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  max-width: 72rem;
  height: 4rem;
  margin: 0 auto;
  padding-inline: 1.5rem;
  display: flex;
  box-shadow: 0 1px 2px #0f172a0d;
}

.partner-nav__brand, .partner-nav__actions {
  align-items: center;
  display: flex;
}

.partner-nav__brand {
  color: var(--partner-slate-900);
  gap: .5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.partner-nav__symbol {
  width: 1.75rem;
  height: 1.75rem;
  color: var(--partner-indigo-600);
}

.partner-nav__wordmark {
  margin-top: .125rem;
}

.partner-nav__badge, .partner-footer__badge {
  color: var(--partner-indigo-600);
  background: var(--partner-indigo-50);
  font-weight: 700;
}

.partner-nav__badge {
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-left: .5rem;
  padding: .125rem .5rem;
  font-size: .625rem;
  line-height: 1rem;
}

.partner-nav__actions {
  gap: 1rem;
}

.partner-nav__customer-button, .partner-nav__start-button, .partner-hero__cta-button, .admin-mockup__submit-button, .tablet-mockup__submit-button, .final-cta__primary-button, .final-cta__secondary-button {
  cursor: pointer;
  border: 0;
  font-family: inherit;
}

.partner-nav__customer-button {
  color: var(--partner-slate-500);
  background: none;
  font-size: .875rem;
  font-weight: 700;
  transition: color .16s;
  display: none;
}

.partner-nav__customer-button:hover {
  color: var(--partner-indigo-600);
}

.partner-nav__start-button {
  background: var(--partner-indigo-600);
  color: #fff;
  border-radius: 999px;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 700;
  transition: background .16s;
  box-shadow: 0 4px 6px -1px #c7d2fe, 0 2px 4px -2px #c7d2fe;
}

.partner-nav__start-button:hover {
  background: var(--partner-indigo-700);
}

.partner-hero {
  padding: 8rem 1rem 5rem;
  position: relative;
  overflow: hidden;
}

.partner-hero__gradient {
  pointer-events: none;
  border-radius: 999px;
  position: absolute;
}

.partner-hero__gradient--right {
  background: var(--partner-indigo-100);
  filter: blur(100px);
  width: 40rem;
  height: 40rem;
  top: 0;
  right: 0;
  transform: translate(33.333%, -50%);
}

.partner-hero__gradient--left {
  background: var(--partner-blue-50);
  filter: blur(80px);
  width: 30rem;
  height: 30rem;
  bottom: 0;
  left: 0;
  transform: translate(-33.333%, 33.333%);
}

.partner-hero__content {
  z-index: 10;
  text-align: center;
  max-width: 72rem;
  margin: 0 auto;
  position: relative;
}

.partner-hero__badge {
  border: 1px solid var(--partner-slate-200);
  color: var(--partner-slate-600);
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: .5rem;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 1px 2px #0f172a0d;
}

.partner-hero__badge-icon {
  width: 1rem;
  height: 1rem;
  color: var(--partner-amber-500);
  fill: var(--partner-amber-500);
}

.partner-hero__title {
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  margin: 0 0 2rem;
  display: flex;
}

.partner-hero__eyebrow, .partner-hero__headline {
  font-family: NanumSquareRound, ui-rounded, SF Pro Rounded, sans-serif;
}

.partner-hero__eyebrow {
  color: var(--partner-slate-500);
  letter-spacing: .025em;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

.partner-hero__headline {
  color: var(--partner-slate-900);
  letter-spacing: -.025em;
  white-space: nowrap;
  padding-bottom: .5rem;
  font-family: NanumSquareRoundEB, ui-rounded, SF Pro Rounded, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
}

.partner-hero__headline-accent {
  color: #0000;
  background: linear-gradient(to right, var(--partner-indigo-600), var(--partner-blue-500));
  -webkit-background-clip: text;
  background-clip: text;
}

.partner-hero__description {
  max-width: 42rem;
  color: var(--partner-slate-600);
  margin: 0 auto 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625;
}

.partner-hero__cta-button {
  background: var(--partner-slate-900);
  color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  font-size: 1.125rem;
  font-weight: 900;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 20px 25px -5px #0f172a33, 0 8px 10px -6px #0f172a33;
}

.partner-hero__cta-button:hover {
  transform: scale(1.05);
}

.partner-hero__cta-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform .3s;
}

.partner-hero__cta-button:hover .partner-hero__cta-icon {
  transform: translateX(.25rem);
}

.sync-demo {
  z-index: 10;
  max-width: 64rem;
  margin: 5rem auto 0;
  position: relative;
}

.sync-demo__card {
  border: 1px solid var(--partner-slate-100);
  background: #fff;
  border-radius: 2.5rem;
  padding: 2rem;
  box-shadow: 0 25px 50px -12px #0f172a40;
}

.sync-demo__title {
  color: var(--partner-slate-500);
  letter-spacing: -.025em;
  text-align: center;
  margin: 0 0 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.sync-demo__layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: flex;
  position: relative;
}

.admin-mockup, .tablet-mockup {
  z-index: 10;
  flex: 1;
  width: 100%;
  max-width: 24rem;
  transition: transform .16s;
  position: relative;
}

.admin-mockup {
  border: 1px solid var(--partner-slate-200);
  background: var(--partner-slate-50);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: inset 0 2px 4px #0f172a0d;
}

.mockup-header {
  border-bottom: 1px solid var(--partner-slate-200);
  color: var(--partner-slate-400);
  align-items: center;
  gap: .5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.mockup-header__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.mockup-header__label {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.admin-mockup__body {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.admin-mockup__input-label {
  color: var(--partner-slate-500);
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.admin-mockup__amount-box {
  border: 1px solid var(--partner-indigo-200);
  color: var(--partner-slate-900);
  background: #fff;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: .75rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
  display: flex;
  box-shadow: 0 0 0 4px #4f46e51a;
}

.admin-mockup__amount-unit {
  color: var(--partner-slate-400);
  font-size: .875rem;
  font-weight: 700;
}

.admin-mockup__point-preview {
  background: var(--partner-indigo-50);
  color: var(--partner-indigo-700);
  border-radius: .5rem;
  justify-content: space-between;
  padding: .75rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.admin-mockup__submit-button {
  background: var(--partner-slate-900);
  color: #fff;
  border-radius: .75rem;
  width: 100%;
  padding-block: 1rem;
  font-weight: 700;
  transition: background .16s, transform .16s;
  box-shadow: 0 4px 6px -1px #0f172a1a, 0 2px 4px -2px #0f172a1a;
}

.admin-mockup__submit-button:hover {
  background: var(--partner-slate-800);
}

.admin-mockup__submit-button:active {
  transform: scale(.95);
}

.sync-indicator {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 1rem;
  display: flex;
  position: relative;
}

.sync-indicator__line {
  display: none;
}

.sync-indicator__icon-wrap {
  z-index: 20;
  margin-block: .5rem;
  position: relative;
}

.sync-indicator__ping {
  background: var(--partner-indigo-500);
  opacity: .3;
  border-radius: 999px;
  animation: 1s cubic-bezier(0, 0, .2, 1) infinite partner-ping;
  position: absolute;
  inset: 0;
}

.sync-indicator__icon {
  z-index: 20;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--partner-indigo-600);
  background: #fff;
  border-radius: 999px;
  padding: .5rem;
  position: relative;
  box-shadow: 0 4px 6px -1px #0f172a1a, 0 2px 4px -2px #0f172a1a;
}

.sync-indicator__label {
  z-index: 20;
  border: 1px solid var(--partner-indigo-100);
  background: var(--partner-indigo-50);
  color: var(--partner-indigo-600);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-top: .5rem;
  padding: .125rem .5rem;
  font-size: .625rem;
  font-weight: 900;
  position: relative;
  box-shadow: 0 1px 2px #0f172a0d;
}

.tablet-mockup {
  border: 8px solid var(--partner-slate-900);
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 25px 50px -12px #0f172a40;
}

.tablet-mockup__camera {
  background: var(--partner-slate-700);
  border-radius: 999px;
  width: .25rem;
  height: .25rem;
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translateX(-50%);
}

.tablet-mockup__topbar {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
  display: flex;
}

.tablet-mockup__store, .tablet-mockup__connection {
  align-items: center;
  display: flex;
}

.tablet-mockup__store {
  gap: .375rem;
}

.tablet-mockup__symbol {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--partner-indigo-600);
}

.tablet-mockup__store-name {
  color: var(--partner-slate-800);
  font-size: .875rem;
  font-weight: 700;
}

.tablet-mockup__connection {
  background: var(--partner-slate-100);
  color: var(--partner-slate-400);
  border-radius: 999px;
  gap: .25rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 700;
}

.tablet-mockup__connection-dot {
  background: var(--partner-emerald-500);
  border-radius: 999px;
  width: .375rem;
  height: .375rem;
}

.tablet-mockup__input-preview {
  text-align: center;
  margin-bottom: 1.5rem;
}

.tablet-mockup__amount-text {
  color: var(--partner-slate-500);
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 700;
}

.tablet-mockup__amount-text span {
  color: var(--partner-slate-800);
}

.tablet-mockup__phone-number {
  color: var(--partner-slate-900);
  letter-spacing: .05em;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
}

.tablet-mockup__cursor {
  color: var(--partner-indigo-600);
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite partner-pulse;
}

.keypad {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
  display: grid;
}

.keypad__button, .keypad__spacer, .keypad__delete {
  padding-block: .75rem;
}

.keypad__button {
  border: 1px solid var(--partner-slate-100);
  background: var(--partner-slate-50);
  color: var(--partner-slate-700);
  text-align: center;
  border-radius: .75rem;
  font-weight: 700;
}

.keypad__spacer {
  background: none;
}

.keypad__delete {
  color: var(--partner-slate-400);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tablet-mockup__submit-button {
  background: var(--partner-indigo-600);
  color: #fff;
  border-radius: .75rem;
  width: 100%;
  margin-top: 1rem;
  padding-block: 1rem;
  font-weight: 700;
  box-shadow: 0 10px 15px -3px #c7d2fe, 0 4px 6px -4px #c7d2fe;
}

.features-section {
  max-width: 72rem;
  margin: 0 auto;
  padding: 6rem 1rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 4rem;
}

.section-heading__title {
  color: var(--partner-slate-900);
  letter-spacing: -.025em;
  margin: 0 0 1rem;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.25rem;
}

.section-heading__description {
  color: var(--partner-slate-500);
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.feature-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  display: grid;
}

.feature-card {
  border-radius: 2rem;
  position: relative;
  box-shadow: 0 1px 2px #0f172a0d;
}

.feature-card--reward {
  background: linear-gradient(to bottom right, var(--partner-indigo-900), var(--partner-slate-900));
  color: #fff;
  padding: 2rem;
  overflow: hidden;
}

.feature-card__glow {
  filter: blur(64px);
  background: #6366f133;
  border-radius: 999px;
  width: 16rem;
  height: 16rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.feature-card__content {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.feature-chip {
  border-radius: 999px;
  align-items: center;
  gap: .375rem;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.feature-chip__icon {
  width: .875rem;
  height: .875rem;
}

.feature-chip--dark {
  color: var(--partner-indigo-300);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  margin-bottom: 1rem;
}

.feature-chip--light {
  background: var(--partner-slate-100);
  color: var(--partner-slate-600);
  margin-bottom: 1rem;
}

.feature-card__title {
  color: var(--partner-slate-900);
  margin: 0 0 .75rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
}

.feature-card__title--light {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.feature-card__description {
  color: var(--partner-slate-500);
  margin: 0;
  font-weight: 500;
  line-height: 1.625;
}

.feature-card__description--small, .feature-card__description--rose {
  margin-bottom: 1.5rem;
  font-size: .875rem;
  line-height: 1.625;
}

.feature-card__description--dark {
  max-width: 28rem;
  color: var(--partner-slate-400);
}

.feature-card__description--rose {
  color: #be123ccc;
}

.reward-preview {
  gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.reward-preview__box {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  flex: 1;
  padding: 1.25rem;
}

.reward-preview__box--point {
  background: #ffffff1a;
  border: 1px solid #fff3;
}

.reward-preview__box--stamp {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
}

.reward-preview__title {
  margin: 0 0 .5rem;
  font-weight: 700;
}

.reward-preview__title--point {
  color: var(--partner-indigo-300);
}

.reward-preview__title--stamp {
  color: var(--partner-emerald-400);
}

.reward-preview__text {
  color: var(--partner-slate-300);
  margin: 0;
  font-size: .875rem;
}

.reward-preview__text--muted {
  color: var(--partner-slate-400);
}

.reward-preview__amount {
  margin-top: .75rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
}

.reward-preview__amount span {
  opacity: .7;
  margin-left: .25rem;
  font-size: .875rem;
  font-weight: 400;
}

.stamp-preview {
  gap: .25rem;
  margin-top: .75rem;
  display: flex;
}

.stamp-preview__dot {
  background: var(--partner-emerald-500);
  border-radius: 999px;
  width: 1rem;
  height: 1rem;
}

.stamp-preview__dot--empty {
  background: none;
  border: 2px dashed #475569;
}

.feature-card--dashboard, .feature-card--migration, .feature-card--device {
  border: 1px solid var(--partner-slate-200);
  display: flex;
}

.feature-card--dashboard {
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.feature-icon {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.feature-icon__svg {
  width: 1.5rem;
  height: 1.5rem;
}

.feature-icon--blue {
  background: var(--partner-blue-50);
  color: var(--partner-blue-600);
}

.feature-icon--rose {
  color: var(--partner-rose-600);
  background: #fff;
  box-shadow: 0 1px 2px #0f172a0d;
}

.dashboard-preview {
  border: 1px solid var(--partner-slate-100);
  background: var(--partner-slate-50);
  border-radius: 1rem;
  padding: 1rem;
}

.dashboard-preview__topline {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.dashboard-preview__label {
  color: var(--partner-slate-400);
  font-size: .75rem;
  font-weight: 700;
}

.dashboard-preview__change {
  background: var(--partner-emerald-50);
  color: var(--partner-emerald-500);
  border-radius: .375rem;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 700;
}

.dashboard-preview__count {
  color: var(--partner-slate-900);
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.25rem;
}

.dashboard-preview__count span {
  color: var(--partner-slate-400);
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 700;
}

.feature-card--migration {
  border-color: var(--partner-rose-100);
  background: var(--partner-rose-50);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.migration-preview {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.migration-preview__before, .migration-preview__after {
  text-align: center;
  border-radius: .75rem;
  flex: 1;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 700;
}

.migration-preview__before {
  border: 1px solid var(--partner-rose-100);
  color: var(--partner-slate-500);
  background: #fff;
}

.migration-preview__arrow {
  width: 1rem;
  height: 1rem;
  color: var(--partner-rose-400);
}

.migration-preview__after {
  background: var(--partner-rose-600);
  color: #fff;
  box-shadow: 0 4px 6px -1px #e11d4833, 0 2px 4px -2px #e11d4833;
}

.feature-card--device {
  background: #fff;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}

.feature-card__device-copy, .device-illustration {
  flex: 1;
}

.device-list {
  flex-direction: column;
  gap: .5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.device-list__item {
  color: var(--partner-slate-700);
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.device-list__icon {
  width: 1rem;
  height: 1rem;
  color: var(--partner-indigo-500);
}

.device-illustration {
  border: 1px solid var(--partner-slate-100);
  background: var(--partner-slate-50);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.device-illustration__stage {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
}

.device-illustration__laptop, .device-illustration__tablet, .device-illustration__phone {
  position: absolute;
  box-shadow: 0 10px 15px -3px #0f172a1a, 0 4px 6px -4px #0f172a1a;
}

.device-illustration__laptop {
  border: 1px solid var(--partner-slate-200);
  background: #fff;
  border-radius: .75rem;
  width: 75%;
  height: 100%;
  top: 0;
  right: 2.5rem;
}

.device-illustration__tablet {
  border: 4px solid var(--partner-slate-800);
  background: var(--partner-slate-900);
  border-radius: .5rem;
  width: 33.333%;
  height: 75%;
  bottom: 1rem;
  left: 1rem;
}

.device-illustration__phone {
  border: 2px solid var(--partner-slate-200);
  background: #fff;
  border-radius: .375rem;
  width: 20%;
  height: 50%;
  bottom: -.5rem;
  right: 1rem;
}

.final-cta {
  border-top: 1px solid var(--partner-indigo-100);
  background: var(--partner-indigo-50);
  margin-top: 3rem;
  padding: 6rem 1rem;
}

.final-cta__inner {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}

.final-cta__title {
  color: var(--partner-slate-900);
  margin: 0 0 1.5rem;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.5rem;
}

.final-cta__description {
  color: var(--partner-slate-600);
  margin: 0 0 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.final-cta__actions {
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.final-cta__primary-button, .final-cta__secondary-button {
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: background .16s;
}

.final-cta__primary-button {
  background: var(--partner-indigo-600);
  color: #fff;
  box-shadow: 0 10px 15px -3px #4f46e533, 0 4px 6px -4px #4f46e533;
}

.final-cta__primary-button:hover {
  background: var(--partner-indigo-700);
}

.final-cta__secondary-button {
  border: 1px solid var(--partner-indigo-200);
  color: var(--partner-indigo-600);
  background: #fff;
}

.final-cta__secondary-button:hover {
  background: var(--partner-indigo-50);
}

.partner-footer {
  border-top: 1px solid var(--partner-slate-200);
  color: var(--partner-slate-500);
  text-align: center;
  background: #fff;
  padding: 3rem 1rem;
  font-size: .875rem;
}

.partner-footer__inner {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
}

.partner-footer__brand-block {
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.partner-footer__brand {
  color: var(--partner-slate-900);
  align-items: center;
  gap: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.partner-footer__symbol {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--partner-indigo-600);
}

.partner-footer__badge {
  border-radius: .25rem;
  margin-left: .25rem;
  padding: .125rem .375rem;
  font-size: .75rem;
}

.partner-footer__tagline {
  margin: 0;
  font-size: .75rem;
}

.partner-footer__links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  font-weight: 600;
  display: flex;
}

.partner-footer__link {
  color: inherit;
  text-decoration: none;
  transition: color .16s;
}

.partner-footer__link:hover {
  color: var(--partner-indigo-600);
}

.partner-footer__copyright {
  border-top: 1px solid var(--partner-slate-100);
  text-align: center;
  max-width: 72rem;
  margin: 2rem auto 0;
  padding-top: 2rem;
  font-size: .75rem;
}

.partner-footer__copyright p {
  margin: 0;
}

@keyframes partner-ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes partner-pulse {
  50% {
    opacity: .5;
  }
}

@media (min-width: 640px) {
  .partner-nav__customer-button {
    display: block;
  }

  .partner-hero__headline {
    font-size: 3.75rem;
    line-height: 1;
  }

  .partner-hero__cta-button {
    width: auto;
  }

  .feature-card--device, .final-cta__actions {
    flex-direction: row;
  }

  .partner-footer {
    text-align: left;
  }

  .partner-footer__brand-block {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .sync-demo__layout {
    flex-direction: row;
    gap: 1rem;
  }

  .admin-mockup {
    transform: rotate(-2deg);
  }

  .admin-mockup:hover {
    transform: rotate(0);
  }

  .tablet-mockup {
    transform: rotate(2deg);
  }

  .tablet-mockup:hover {
    transform: rotate(0);
  }

  .sync-indicator {
    padding-inline: 0;
  }

  .sync-indicator__line {
    z-index: 0;
    background: linear-gradient(to right, transparent, var(--partner-indigo-300), transparent);
    height: .125rem;
    display: block;
    position: absolute;
    top: 50%;
    left: -2rem;
    right: -2rem;
    transform: translateY(-50%);
  }

  .sync-indicator__icon-wrap {
    margin-block: 0;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card--reward, .feature-card--device {
    grid-column: span 2;
  }

  .partner-footer__inner {
    flex-direction: row;
  }

  .partner-footer__copyright {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .partner-hero {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .partner-hero__eyebrow {
    font-size: 2rem;
    line-height: 1;
  }

  .partner-hero__headline {
    font-size: 4.75rem;
  }

  .sync-demo__card {
    padding: 3rem;
  }

  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .partner-nav__badge {
    display: none;
  }

  .partner-nav__inner {
    padding-inline: 1rem;
  }

  .partner-nav__brand {
    font-size: 1.25rem;
  }

  .partner-hero__headline {
    font-size: 2.35rem;
  }

  .reward-preview {
    flex-direction: column;
  }
}

/* [project]/src/app/components/logos/logo.css [app-client] (css) */
.coupont-text-logo {
  color: inherit;
  cursor: pointer;
  letter-spacing: -.025em;
  align-items: baseline;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.coupont-text-logo:visited, .coupont-text-logo:hover, .coupont-text-logo:active {
  color: inherit;
  text-decoration: none;
}

.coupont-text-logo__n-wrap {
  flex-direction: column;
  margin-inline: .5px;
  display: flex;
  position: relative;
}

.coupont-text-logo__dot {
  background: currentColor;
  border-radius: 999px;
  width: .18em;
  height: .18em;
  position: absolute;
  bottom: .9em;
  left: .04em;
}

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