/* ──────────────────────────────────────────────────────────────
   biz-landing-4 — 무이자 사업자 대출 상담 (선3)

   레퍼런스: OK저축은행 대출 랜딩(okH0123L18)
   차용한 것은 화면 구조와 색 온도다.
     · 흰 바탕에 연한 블루그레이가 대각으로 깔린 배경
     · 왼쪽 큰 카피 / 오른쪽 거대한 숫자("500만원")
     · 그 아래 나란히 놓인 큰 버튼 두 개 (오렌지 · 차콜)
     · 짙은 회색 푸터
   로고·상호·심의필 번호 등 실제 기관 표기는 가져오지 않았다.

   페이지는 히어로 → 실시간 신청 현황 → 신청 폼, 세 덩어리다. 설명 섹션을
   덜어낸 만큼 히어로가 첫 화면을 가득 채우게 두었다.

   포인트 색은 오렌지 하나. 차콜은 두 번째 버튼과 푸터에만 쓴다.
   클래스 이름은 biz-landing-1 / 2와 맞춰 두어 셋을 나란히 손볼 수 있게 했다.
─────────────────────────────────────────────────────────────── */

:root {
  --orange: #f04e23;       /* CTA · 강조 */
  --orange-hover: #d93f17;
  --orange-2: #ff7a2f;     /* 그라데이션 밝은 쪽 */
  --orange-pale: #ffe4d8;  /* 배지 · 아이콘 바탕 */
  --orange-bg: #fff3ee;

  --sky-bg: #eef2fa;       /* 히어로 대각 배경 */
  --sky-soft: #f6f8fc;

  --ink: #2b2724;          /* 제목 */
  --ink-2: #454039;        /* 본문 */
  --ink-3: #6b645c;        /* 보조 */
  --ink-4: #8b837a;        /* 흐린 글 */
  --line: #eceef2;
  --surface: #ffffff;
  --bg: #f8f9fb;
  --dark: #332e2b;         /* 차콜 버튼 · 푸터 */
  --dark-2: #221e1c;
  --red: #e02b3f;

  --font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", system-ui, "Malgun Gothic", sans-serif;

  --r-card: 20px;
  --r-sm: 12px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--surface);
  color: var(--ink-2);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.66;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrap-narrow {
  max-width: 560px;
}

/* 넓은 화면에서만 줄바꿈하는 <br> */
.br-pc {
  display: none;
}

/* ── 버튼 ───────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.1s ease,
    box-shadow 0.15s ease;
}

.btn-orange {
  background: var(--orange);
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(240, 78, 35, 0.26);
}

.btn-orange:hover {
  background: var(--orange-hover);
}

.btn-orange:active {
  transform: translateY(1px);
}

.btn-sm {
  min-height: 40px;
  padding: 0 18px;
  font-size: 14px;
}

.btn-lg {
  min-height: 58px;
  padding: 0 34px;
  font-size: 17px;
}

.btn-block {
  display: flex;
  width: 100%;
}

:where(a, button, input, select):focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

/* ── 상단 알림 바 ───────────────────────────────────────────── */
.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 7px 16px;
  background: var(--dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.topbar b {
  color: #ffc94d;
  font-weight: 700;
}

.pill {
  display: inline-block;
  flex-shrink: 0;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.pill-orange {
  background: var(--orange);
  color: #ffffff;
}

/* ── 헤더 ───────────────────────────────────────────────────── */
.gnb {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.gnb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
}

.logo {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
  text-decoration: none;
}

.logo b {
  color: var(--orange);
  font-weight: 800;
}

/* ── 히어로 ─────────────────────────────────────────────────── */
/* 레퍼런스 배경은 왼쪽 위가 희고 오른쪽 아래로 갈수록 연한 블루그레이가
   대각으로 번진다. 같은 인상을 그라데이션 두 겹으로 만든다. */
/* 설명 섹션을 덜어낸 만큼 히어로가 첫 화면을 가득 채운다.
   106px은 상단 알림 바(44) + 헤더(62)를 뺀 값이다.
   svh를 모르는 브라우저는 앞의 vh 줄을 쓴다. */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 106px);
  min-height: calc(100svh - 106px);
  padding: 76px 0 68px;
  background:
    linear-gradient(118deg, #ffffff 0%, #ffffff 46%, var(--sky-bg) 46.1%, #e7ecf7 100%),
    var(--sky-bg);
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  align-items: center;
  gap: 36px;
}

/* 긴 단어가 들어와도 격자 칸을 밀어내지 않게 한다 */
.hero-copy {
  min-width: 0;
}

.eyebrow {
  font-size: clamp(16px, 3.6vw, 23px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.eyebrow b {
  font-weight: 800;
  color: var(--orange);
}

/* 윗줄("사업자, 소상공인 대출,")이 h1을 지배한다. 실측하면 이 줄의 폭은
   글자 크기의 8.19배다(84px에서 688px). 두 줄 구조를 지키려면 이 줄이 카피 칸
   안에 한 줄로 들어와야 하므로, 글자 크기는 칸 폭 ÷ 8.19가 상한이다.

   한 칸 배치(≤760px)에서는 칸 폭이 화면 폭 - 40px이라 상한이 10.7vw 이상이다.
   따라서 기존 10.2vw를 그대로 두면 어느 폭에서도 한 줄로 들어온다.
   다만 최소값 44px은 화면 폭 320px(상한 34.2px)에서 줄을 넘기므로 30px로 낮춘다.
   두 칸 배치(≥761px)는 칸 폭이 절반 남짓으로 줄어드니 아래 미디어 쿼리에서
   따로 잡는다. */
h1 {
  margin-top: 12px;
  font-size: clamp(30px, 10.2vw, 84px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.045em;
  color: var(--ink);
}

.accent {
  color: var(--orange);
}

.hero-sub {
  margin-top: 24px;
  font-size: clamp(16px, 2vw, 18px);
  color: var(--ink-3);
}

/* 오른쪽 큰 숫자 — 레퍼런스의 3D 숫자 그래픽 자리 ("500만원") */
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
}

/* 큰 숫자가 "500만원"(숫자 세 자리 + 단위)이라 두 글자였을 때보다 폭이 넓다.
   실측하면 이 글자열의 폭은 글자 크기의 약 2.5배(176px → 441px)다.
   오른쪽 칸의 폭은 두 칸 배치가 시작되는 761px 화면에서 310px뿐이고
   1080px 이상에서 464px이므로, 15vw / 최대 176px로 두면 어느 폭에서든
   칸 안(약 92~95%)에 들어온다. 좁은 화면은 한 칸으로 떨어져 폭이
   넉넉해지므로 아래 max-width:760px 블록에서 따로 키운다. */
.big-num {
  font-size: clamp(110px, 15vw, 176px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
  white-space: nowrap; /* keep-all이라도 숫자와 "만원" 사이는 끊길 수 있다 */
  background: linear-gradient(168deg, var(--orange-2) 0%, var(--orange) 52%, #c8380f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 두께가 있어 보이도록 오른쪽 아래로 그림자를 계단처럼 쌓는다 */
  filter: drop-shadow(5px 7px 0 rgba(150, 42, 12, 0.28))
    drop-shadow(0 16px 26px rgba(200, 56, 15, 0.22));
}

/* 단위는 숫자의 40% 크기로 붙여 둔다. 부모의 배경을 글자 모양으로
   오려내는 방식이라(background-clip: text) 그라데이션이 그대로 이어진다. */
.big-unit {
  font-size: 0.4em;
  letter-spacing: -0.03em;
}

.big-cap {
  margin-top: 10px;
  padding: 6px 20px;
  border-radius: 999px;
  background: #ffcf3d;
  color: #6b3a05;
  font-size: clamp(14px, 2.8vw, 19px);
  font-weight: 800;
  letter-spacing: -0.03em;
  transform: rotate(-4deg);
  box-shadow: 0 6px 14px rgba(155, 106, 10, 0.22);
}

/* 나란한 버튼 두 개 (레퍼런스 btn1 · btn2) */
.cta-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 112px;
  padding: 18px 22px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.cta:active {
  transform: translateY(0);
}

.cta-top {
  font-size: clamp(13px, 2.7vw, 15.5px);
  font-weight: 600;
  letter-spacing: -0.02em;
  opacity: 0.86;
}

.cta-main {
  font-size: clamp(20px, 4.6vw, 28px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.24;
}

.cta-orange {
  background: linear-gradient(135deg, var(--orange-2) 0%, var(--orange) 62%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(240, 78, 35, 0.28);
}

.cta-dark {
  background: linear-gradient(135deg, #4a433e 0%, var(--dark-2) 70%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(34, 30, 28, 0.26);
}

.cta-dark .cta-main {
  color: #ffcf3d;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  margin-top: 32px;
}

.hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 122px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #e2e7f1;
  border-radius: 14px;
  text-align: center;
}

.stat-k {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-4);
}

.stat-v {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}

/* ── 섹션 공통 ──────────────────────────────────────────────── */
.sec {
  padding: 68px 0;
}

/* 흰 배경과 회색 배경을 번갈아 둔다 */
.sec-feed {
  background: var(--bg);
}

.sec-apply {
  background: linear-gradient(180deg, #ffffff 0%, var(--orange-bg) 100%);
}

.sec-title {
  font-size: clamp(22px, 5.6vw, 33px);
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: -0.033em;
  color: var(--ink);
  text-align: center;
}

.sec-sub {
  margin: 14px auto 0;
  max-width: 40em;
  font-size: 15.5px;
  color: var(--ink-3);
  text-align: center;
}

/* ── 신청서 ─────────────────────────────────────────────────── */
.form-card {
  margin-top: 30px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 28px 24px 26px;
  box-shadow: 0 8px 28px rgba(60, 40, 20, 0.08);
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-2);
}

.field-hint {
  margin: -4px 0 9px;
  font-size: 13px;
  color: var(--ink-4);
}

.field input,
.field select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 16px; /* iOS 자동 확대 방지 */
  font-weight: 500;
  color: var(--ink-2);
  background: var(--surface);
  border: 1px solid #e3e1dd;
  border-radius: var(--r-sm);
  transition: border-color 0.14s ease, box-shadow 0.14s ease;
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%238b837a' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

.field select:invalid {
  color: #a8a099;
}

.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(240, 78, 35, 0.14);
}

.field input.invalid,
.field select.invalid {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(224, 43, 63, 0.12);
}

.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14.5px;
  cursor: pointer;
}

.check input {
  width: 19px;
  height: 19px;
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--orange);
}

.check b {
  color: var(--orange);
  font-weight: 700;
  margin-right: 3px;
}

.check.invalid span {
  color: var(--red);
}

.privacy {
  margin-bottom: 20px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink-4);
}

.btn-orange:disabled {
  background: #cbc6c0;
  box-shadow: none;
  cursor: not-allowed;
}

.message {
  margin-top: 12px;
  min-height: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--ink-3);
}

.message.error {
  color: var(--red);
}

.form-done {
  padding: 16px 0 8px;
  text-align: center;
}

.form-done:focus {
  outline: none;
}

.done-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--orange-pale);
  color: var(--orange);
  font-size: 28px;
  font-weight: 800;
  animation: pop 0.36s cubic-bezier(0.2, 0.8, 0.3, 1.2) both;
}

@keyframes pop {
  from { opacity: 0; transform: scale(0.6); }
  to { opacity: 1; transform: none; }
}

.form-done strong {
  display: block;
  margin-top: 16px;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.form-done p {
  margin-top: 6px;
  font-size: 14.5px;
  color: var(--ink-3);
}

/* ── 실시간 신청 현황 ───────────────────────────────────────── */
.feed {
  margin-top: 34px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: 0 2px 12px rgba(60, 40, 20, 0.05);
  overflow: hidden;
}

.feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  background: var(--orange-bg);
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-2);
}

.live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70% { opacity: 0.85; box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
}

.feed-date {
  font-weight: 600;
  color: var(--ink-4);
}

/* 보이는 창 높이를 고정해 두고 목록만 위로 굴린다.
   마지막 줄이 살짝 걸치게 두어 목록이 계속 이어진다는 것이 눈으로 읽히게 한다. */
.feed-view {
  height: 330px;
  overflow: hidden;
}

.feed-list {
  list-style: none;
}

.feed-list.is-rolling {
  animation: feed-roll 30s linear infinite;
}

.feed-list.is-rolling:hover {
  animation-play-state: paused;
}

@keyframes feed-roll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.feed-row {
  display: grid;
  grid-template-columns: 74px 46px minmax(0, 1fr) auto 44px;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid #f4f2ef;
}

.fr-type {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-2);
}

.fr-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--orange);
}

.fr-who {
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.34;
  color: var(--ink-4);
  text-align: center;
}

.fr-amt {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.fr-state {
  padding: 3px 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.fr-state.is-ok {
  background: var(--orange);
}

.fr-state.is-wait {
  background: #16a34a;
}

/* ── 푸터 ───────────────────────────────────────────────────── */
.footer {
  padding: 30px 0 34px;
  background: #55504b;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.logo-foot {
  display: inline-block;
  color: #ffffff;
  font-size: 17px;
}

.logo-foot b {
  color: #ff8a5c;
}

.foot-info {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.66;
}

.foot-copy {
  margin-top: 12px;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.48);
}

/* ── 하단 고정 CTA (모바일) ─────────────────────────────────── */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.sticky-cta.is-hidden {
  transform: translateY(130%);
  opacity: 0;
  pointer-events: none;
}

/* ── 등장 ───────────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .done-ico { animation: none; }

  /* 굴리지 않고 첫 화면만 보여준다 */
  .feed-list.is-rolling,
  .live-dot {
    animation: none;
  }
}

/* ── 넓은 화면 ──────────────────────────────────────────────── */
@media (min-width: 761px) {
  .br-pc {
    display: inline;
  }

  /* 두 칸 배치에서 왼쪽 카피 칸의 폭은 (min(1080, 화면) - 76) ÷ 1.86이다.
     761px에서 368px, 1080px 이상에서 540px. 윗줄 폭 = 글자 크기 × 8.19이므로
     한 줄로 들어오는 상한은 각각 44.9px과 65.9px이다. 5.7vw / 최대 64px로 두면
     761~1920px 전 구간에서 3~6% 여유를 두고 두 줄을 유지한다.
     (오른쪽 큰 숫자 칸을 밀지 않는 것도 이 상한을 지켜야 보장된다.) */
  h1 {
    font-size: clamp(42px, 5.7vw, 64px);
  }

  /* 피드도 다른 섹션과 같은 좌우 여백(.wrap)에 맞춘다.
     누가 신청했는지는 왼쪽에 붙여 두고, 남는 폭은 통째로 가운데 빈칸으로
     두어 금액과 상태를 오른쪽 끝으로 민다. */
  .feed-row {
    grid-template-columns: 116px 76px 190px minmax(0, 1fr) 68px;
    gap: 14px;
    padding: 12px 30px;
  }

  .feed-row .fr-who {
    text-align: left;
  }

  .feed-head {
    padding: 15px 30px;
  }

  .sticky-cta {
    display: none;
  }
}

/* ── 좁은 화면 ──────────────────────────────────────────────── */
@media (max-width: 760px) {
  .hero {
    padding: 48px 0 56px;
    /* 좁은 화면에서는 대각선이 조각처럼 보인다. 위아래 그라데이션으로 바꾼다. */
    background: linear-gradient(180deg, #ffffff 0%, var(--sky-bg) 100%);
  }

  /* 카피 아래에 숫자를 놓는다 */
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    text-align: center;
  }

  .hero-visual {
    margin-top: 6px;
  }

  /* 한 칸으로 떨어져 폭이 넉넉해지므로 다시 키운다.
     화면 폭의 30% × 폭 배율 2.5 ≈ 화면의 75%로, 좌우 여백(20px씩) 안에
     들어온다. 최대 150px로 묶는 것은 히어로 높이 때문이다. 여기서 더 키우면
     첫 화면 아래로 밀려나는 요소가 늘어난다. */
  .big-num {
    font-size: clamp(100px, 30vw, 150px);
  }

  .cta-duo {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 26px;
  }

  .cta {
    min-height: 78px;
  }

  .hero-stats li {
    flex: 1;
    min-width: 0;
    padding: 11px 8px;
  }

  .stat-v {
    font-size: 14.5px;
  }

  .sec {
    padding: 48px 0;
  }

  /* 신청 섹션 다음이 푸터뿐이므로 고정 CTA 자리를 여기서 확보한다 */
  .sec-apply {
    padding-bottom: 40px;
  }

  .footer {
    padding-bottom: 104px;
  }

  .feed-row {
    grid-template-columns: 66px 42px minmax(0, 1fr) auto 40px;
    gap: 6px;
    padding: 11px 14px;
  }

  .fr-type,
  .fr-name {
    font-size: 11.5px;
  }

  .fr-who {
    font-size: 11px;
  }

  .fr-amt {
    font-size: 13px;
  }

  .form-card {
    padding: 24px 18px 22px;
  }
}
