@import "https://hangeul.pstatic.net/hangeul_static/css/nanum-square-round.css";
/* [project]/src/app/user/user.css [app-client] (css) */
:root {
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --indigo-50: #eef2ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --emerald-50: #ecfdf5;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --orange-100: #ffedd5;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-950: #4c0519;
  --amber-400: #fbbf24;
}

* {
  box-sizing: border-box;
}

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

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

.icon--badge, .icon--coupon {
  width: 1rem;
  height: 1rem;
}

.icon--badge {
  color: var(--indigo-300);
}

.icon--card {
  width: 1.5rem;
  height: 1.5rem;
}

.icon--point, .icon--delete {
  width: 1.25rem;
  height: 1.25rem;
}

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

.icon--star {
  width: .75rem;
  height: .75rem;
  color: var(--amber-400);
  fill: var(--amber-400);
}

.icon--sparkles-small {
  width: .875rem;
  height: .875rem;
}

.icon--ticket-small, .icon--coffee-small {
  width: .75rem;
  height: .75rem;
}

.landing-nav {
  z-index: 50;
  position: fixed;
  top: 1rem;
  left: 1rem;
  right: 1rem;
}

.landing-nav__bar {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: #fffc;
  border: 1px solid #fff6;
  border-radius: 9999px;
  justify-content: space-between;
  align-items: center;
  max-width: 72rem;
  height: 4rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: flex;
  box-shadow: 0 10px 15px -3px #e2e8f080, 0 4px 6px -4px #e2e8f080;
}

.landing-nav__brand, .landing-nav__actions, .landing-footer__brand, .mock-card__header, .mock-card__top-row, .mock-card__coupon-meta, .benefit-summary, .fake-map__coupon-badge, .sponsor-tag, .coupon-stack__meta {
  align-items: center;
  display: flex;
}

.landing-nav__brand {
  color: var(--indigo-600);
  gap: .5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.landing-nav__symbol {
  width: 1.75rem;
  height: 1.75rem;
}

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

.landing-nav__actions {
  gap: .75rem;
}

.landing-nav__owner-button, .landing-nav__login-button {
  cursor: pointer;
  border: 0;
  font-weight: 700;
  transition: color .2s, background-color .2s;
}

.landing-nav__owner-button {
  color: var(--slate-500);
  background: none;
  font-size: .875rem;
}

.landing-nav__owner-button:hover {
  color: var(--indigo-600);
}

.landing-nav__login-button {
  background: var(--slate-900);
  color: #fff;
  border-radius: 9999px;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.landing-nav__login-button:hover {
  background: var(--slate-800);
}

.hero-section {
  background: var(--slate-900);
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  padding: 8rem 1rem 5rem;
  position: relative;
  overflow: hidden;
}

.hero-section__gradient {
  pointer-events: none;
  border-radius: 9999px;
  position: absolute;
}

.hero-section__gradient--indigo {
  filter: blur(100px);
  background: #6366f133;
  width: 40rem;
  height: 40rem;
  top: 0;
  left: 25%;
  transform: translateY(-50%);
}

.hero-section__gradient--emerald {
  filter: blur(80px);
  background: #10b9811a;
  width: 30rem;
  height: 30rem;
  bottom: 0;
  right: 0;
  transform: translateY(33.3333%);
}

.hero-section__inner {
  z-index: 10;
  align-items: center;
  gap: 3rem;
  max-width: 72rem;
  margin-inline: auto;
  display: grid;
  position: relative;
}

.hero-section__content {
  text-align: center;
}

.hero-section__badge {
  color: #c7d2fe;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 700;
  display: inline-flex;
}

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

.hero-section__eyebrow {
  color: var(--slate-300);
  letter-spacing: .025em;
  font-family: NanumSquareRoundL, ui-rounded, SF Pro Rounded, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.hero-section__headline {
  color: #0000;
  letter-spacing: -.025em;
  white-space: nowrap;
  filter: drop-shadow(0 1px 1px #0000000d);
  background-image: linear-gradient(to right, #a5b4fc, #67e8f9, #6ee7b7);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: .5rem;
  font-family: NanumSquareRoundEB, ui-rounded, SF Pro Rounded, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.hero-section__description {
  max-width: 32rem;
  color: var(--slate-300);
  margin: 0 auto 2.5rem;
  font-size: 1.125rem;
  line-height: 1.625;
}

.hero-section__cta {
  width: 100%;
  color: var(--slate-900);
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  margin-inline: auto;
  padding: 1.25rem 2rem;
  font-size: 1.125rem;
  font-weight: 900;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 0 40px #ffffff4d;
}

.hero-section__cta:hover {
  transform: scale(1.05);
}

.hero-section__cta-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform .3s;
}

.hero-section__cta:hover .hero-section__cta-icon {
  transform: translateX(.25rem);
}

.hero-mockups {
  height: 400px;
  display: none;
  position: relative;
}

.mock-card {
  transition: transform .5s;
  position: absolute;
}

.mock-card--stamp {
  z-index: 20;
  background: #fff;
  border-radius: 1.5rem;
  width: 18rem;
  padding: 1.25rem;
  top: 2.5rem;
  right: 2.5rem;
  transform: rotate(6deg);
  box-shadow: 0 25px 50px -12px #00000040;
}

.mock-card--stamp:hover, .mock-card--point:hover {
  transform: rotate(0);
}

.mock-card__header {
  gap: .75rem;
  margin-bottom: 1rem;
}

.mock-card__icon-box, .bento-card__icon-box {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mock-card__icon-box {
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
}

.mock-card__icon-box--orange {
  background: var(--orange-100);
  color: var(--orange-500);
}

.mock-card__store-title {
  color: var(--slate-900);
  margin: 0;
  font-weight: 800;
}

.mock-card__store-meta {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
}

.mock-card__store-meta--orange {
  color: var(--orange-500);
}

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

.stamp-grid__item {
  aspect-ratio: 1;
  border-radius: 9999px;
}

.stamp-grid__item--filled {
  border: 2px solid var(--orange-500);
  background: var(--orange-500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.stamp-grid__item--empty {
  border: 2px dashed var(--slate-200);
  background: var(--slate-100);
}

.stamp-grid__symbol {
  color: #fff;
  width: 1rem;
  height: 1rem;
}

.mock-card__reward-box {
  background: var(--slate-50);
  text-align: center;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .75rem;
}

.mock-card__reward-text {
  color: var(--slate-600);
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
}

.mock-card__reward-highlight {
  color: var(--indigo-600);
}

.mock-card--point {
  z-index: 10;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 1.5rem;
  width: 16rem;
  padding: 1.25rem;
  bottom: 2.5rem;
  left: 1rem;
  transform: rotate(-4deg);
  box-shadow: 0 20px 40px #0000004d;
}

.mock-card__top-row {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.mock-card__icon-box--indigo-glass {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--indigo-300);
  background: #6366f14d;
  border-radius: .75rem;
}

.mock-card__label {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #fff3;
  border-radius: .375rem;
  padding: .25rem .5rem;
  font-size: 10px;
  font-weight: 700;
}

.mock-card__point-store {
  color: var(--slate-200);
  margin: 0 0 .25rem;
  font-weight: 700;
}

.mock-card__point-balance {
  color: #fff;
  align-items: baseline;
  gap: .25rem;
  display: flex;
}

.mock-card__point-number {
  letter-spacing: -.025em;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.25rem;
}

.mock-card__point-unit {
  opacity: .7;
  font-size: .875rem;
  font-weight: 700;
}

.mock-card--coupon {
  z-index: 30;
  background-image: linear-gradient(to top right, #facc15, var(--orange-400));
  border-radius: 1rem;
  width: 12rem;
  padding: 1rem;
  bottom: 5rem;
  right: -1rem;
  transform: rotate(12deg);
  box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.mock-card__coupon-meta {
  color: #ffffffe6;
  gap: .5rem;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 700;
}

.mock-card__coupon-title {
  color: #fff;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.25;
}

.mock-card__coupon-footer {
  border-top: 1px solid #fff3;
  margin-top: .75rem;
  padding-top: .75rem;
}

.mock-card__coupon-store {
  color: #7c2d12;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
}

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

.features-section__header {
  text-align: center;
  margin-bottom: 4rem;
}

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

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

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

.bento-card {
  border-radius: 2rem;
  overflow: hidden;
}

.bento-card--phone {
  border: 1px solid var(--slate-100);
  background: #fff;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.bento-card__content {
  flex: 1;
}

.bento-card__content > * + * {
  margin-top: 1rem;
}

.bento-card__icon-box {
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
}

.bento-card__icon-box--indigo {
  background: var(--indigo-50);
  color: var(--indigo-600);
}

.bento-card__icon-box--emerald {
  background: var(--emerald-50);
  color: var(--emerald-600);
  margin-bottom: 1.5rem;
}

.bento-card__icon-box--white-glass {
  color: #fff;
  background: #ffffff1a;
  margin-bottom: 1.5rem;
}

.bento-card__title {
  color: inherit;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
}

.bento-card__title--rose {
  color: var(--rose-950);
  margin-bottom: .75rem;
}

.bento-card__text {
  color: var(--slate-500);
  margin: 0;
  font-weight: 500;
  line-height: 1.625;
}

.bento-card__text--small, .bento-card__text--dark, .bento-card__text--rose {
  font-size: .875rem;
}

.bento-card__text--dark {
  color: var(--slate-400);
  margin-bottom: 1.5rem;
}

.bento-card__text--rose {
  color: #be123ccc;
  max-width: 24rem;
}

.phone-keypad-card {
  border: 1px solid var(--slate-200);
  background: var(--slate-50);
  border-radius: 1rem;
  flex: 1;
  width: 100%;
  padding: 1rem;
  transition: transform .5s;
}

.bento-card--phone:hover .phone-keypad-card {
  transform: translateY(-.5rem);
}

.phone-keypad-card__display {
  text-align: center;
  margin-bottom: 1rem;
}

.phone-keypad-card__label {
  color: var(--slate-400);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
}

.phone-keypad-card__number {
  color: var(--slate-800);
  letter-spacing: .2em;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
}

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

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

.keypad-grid__key, .keypad-grid__spacer, .keypad-grid__delete {
  border-radius: .75rem;
  padding-block: .75rem;
}

.keypad-grid__key {
  color: var(--slate-700);
  text-align: center;
  background: #fff;
  font-weight: 700;
  box-shadow: 0 1px 2px #0000000d;
}

.keypad-grid__spacer {
  background: none;
}

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

.bento-card--benefits {
  background-image: linear-gradient(to bottom right, var(--slate-800), var(--slate-900));
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.bento-card__glow {
  filter: blur(40px);
  background: #ffffff0d;
  border-radius: 9999px;
  width: 8rem;
  height: 8rem;
  transition: transform .7s;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
}

.bento-card--benefits:hover .bento-card__glow {
  transform: scale(1.5);
}

.bento-card__body--front {
  z-index: 10;
  position: relative;
}

.benefit-summary {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
  justify-content: space-between;
  padding: 1rem;
}

.benefit-summary__label {
  color: var(--slate-300);
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 700;
}

.benefit-summary__store {
  color: #fff;
  font-weight: 900;
}

.benefit-summary__badge {
  background: var(--emerald-500);
  color: #fff;
  border-radius: .375rem;
  padding: .25rem .5rem;
  font-size: 10px;
  font-weight: 900;
}

.bento-card--map {
  border: 1px solid var(--slate-100);
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.fake-map {
  border: 1px solid var(--slate-200);
  background: var(--slate-100);
  border-radius: 1rem;
  height: 8rem;
  margin-top: 1.5rem;
  transition: transform .5s;
  position: relative;
  overflow: hidden;
}

.bento-card--map:hover .fake-map {
  transform: scale(1.02);
}

.fake-map__pin {
  border-radius: 9999px;
  width: .75rem;
  height: .75rem;
  position: absolute;
}

.fake-map__pin--indigo {
  background: var(--indigo-600);
  top: 50%;
  left: 25%;
  box-shadow: 0 0 0 4px #4f46e533;
}

.fake-map__pin--emerald {
  background: var(--emerald-600);
  top: 33.3333%;
  right: 33.3333%;
  box-shadow: 0 0 0 4px #10b98133;
}

.fake-map__coupon-badge {
  color: var(--slate-700);
  background: #fff;
  border-radius: 9999px;
  gap: .25rem;
  padding: .375rem .75rem;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  bottom: 25%;
  right: 25%;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.bento-card--sponsor {
  border: 1px solid var(--rose-100);
  background-image: linear-gradient(to right, var(--rose-50), #fff7ed);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.bento-card__sponsor-copy {
  z-index: 10;
  flex: 1;
  margin-bottom: 2rem;
  position: relative;
}

.sponsor-tag {
  background: var(--rose-100);
  color: var(--rose-600);
  border-radius: 9999px;
  gap: .375rem;
  margin-bottom: .75rem;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.coupon-stack {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.coupon-stack__card {
  border-radius: 1rem;
  width: 13rem;
  padding: 1rem;
  transition: transform .5s;
  position: absolute;
}

.coupon-stack__card--white {
  z-index: 20;
  border: 1px solid var(--rose-100);
  background: #fff;
  transform: rotate(-6deg);
  box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.bento-card--sponsor:hover .coupon-stack__card--white {
  transform: rotate(-2deg)translateY(-.5rem);
}

.coupon-stack__card--rose {
  z-index: 10;
  background: var(--rose-500);
  right: 0;
  transform: rotate(8deg);
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.bento-card--sponsor:hover .coupon-stack__card--rose {
  transform: rotate(4deg)translateX(.5rem);
}

.coupon-stack__meta {
  color: var(--slate-800);
  gap: .5rem;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 700;
}

.coupon-stack__meta--light {
  color: #ffffffe6;
}

.coupon-stack__icon-box {
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.coupon-stack__icon-box--rose {
  background: var(--rose-100);
  color: var(--rose-600);
}

.coupon-stack__icon-box--white-glass {
  color: #fff;
  background: #fff3;
}

.coupon-stack__title {
  font-size: .875rem;
  font-weight: 900;
}

.coupon-stack__title--rose {
  color: var(--rose-600);
}

.coupon-stack__title--white {
  color: #fff;
}

.landing-footer {
  border-top: 1px solid var(--slate-100);
  background: #fff;
  padding: 4rem 1rem;
}

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

.landing-footer__brand-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-footer__brand {
  color: var(--slate-900);
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.landing-footer__description {
  color: var(--slate-400);
  text-align: center;
  margin: 0;
  font-size: .875rem;
  font-weight: 500;
}

.landing-footer__links {
  color: var(--slate-500);
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.landing-footer__link {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

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

.landing-footer__link--strong {
  color: var(--slate-800);
}

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

.landing-footer__copyright p {
  margin: 0;
}

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

@media (min-width: 640px) {
  .landing-nav__actions {
    gap: 1rem;
  }

  .hero-section__eyebrow {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .hero-section__headline {
    font-size: 3.75rem;
    line-height: 1;
  }

  .hero-section__cta {
    width: auto;
  }

  .hero-mockups {
    display: block;
  }

  .bento-card--phone, .bento-card--sponsor {
    flex-direction: row;
  }

  .bento-card__sponsor-copy {
    margin-bottom: 0;
  }

  .coupon-stack {
    justify-content: flex-end;
  }

  .coupon-stack__card--white {
    right: 3rem;
  }

  .coupon-stack__card--rose {
    right: -1rem;
  }
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bento-card--phone, .bento-card--sponsor {
    grid-column: span 2 / span 2;
  }

  .landing-footer__inner {
    flex-direction: row;
    align-items: flex-start;
  }

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

  .landing-footer__description, .landing-footer__copyright {
    text-align: left;
  }

  .landing-footer__links {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .hero-section {
    border-bottom-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .hero-section__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .hero-section__content {
    text-align: left;
  }

  .hero-section__title {
    align-items: flex-start;
  }

  .hero-section__eyebrow {
    font-size: 2rem;
  }

  .hero-section__headline {
    font-size: 4.75rem;
  }

  .hero-section__description, .hero-section__cta {
    margin-left: 0;
    margin-right: 0;
  }

  .features-section__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/* [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_0f0gdjw._.css.map*/