@charset "UTF-8";
/* 金融学训练营 · 实践定制详情 */
/* 对齐原型：第五期全国大学生金融学训练营(2).html 移动端样式 */

html {
  scroll-behavior: smooth;
}

body.finance-camp-body {
  margin: 0;
  padding: 0;
  background: #f5f9ff;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif !important;
  color: #1e293b;
}

body.finance-camp-body .sly-ai-btn,
body.finance-camp-body .sly-ai-btn2,
body.finance-camp-body .sly-ai-btn3 {
  display: none !important;
}

.finance-camp-page,
.finance-camp-page * {
  box-sizing: border-box;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: break-word;
}

/* 覆盖 m-4.9.8：html *:not(strong){font:1.2rem/1.3} 导致标题内 span 变小、高亮被拆字 */
.finance-camp-page *:not(strong) {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.finance-camp-page {
  color: #1e293b;
  background: #f5f9ff;
  font-size: 16px;
  line-height: 1.7;
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.finance-camp-page h1,
.finance-camp-page h2,
.finance-camp-page h3,
.finance-camp-page h4,
.finance-camp-page p,
.finance-camp-page ul {
  margin: 0;
  padding: 0;
}

.finance-camp-page a {
  text-decoration: none;
  color: inherit;
}

/* ============ 导航栏 ============ */
.finance-camp-page .navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2ecff;
  padding: 14px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.finance-camp-page .navbar .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #1d4ed8;
  min-width: 0;
}

.finance-camp-page .navbar .brand span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.finance-camp-page .navbar .brand .logo {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.finance-camp-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
  border: none;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
}

.finance-camp-page .btn.disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.2);
}

.finance-camp-page .btn-white {
  background: #fff;
  color: #1d4ed8 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.finance-camp-page .btn-hot {
  background: linear-gradient(135deg, #fde047, #f59e0b);
  color: #0f2f86 !important;
  box-shadow: 0 6px 20px rgba(250, 204, 21, 0.5);
}

/* ============ Hero ============ */
.finance-camp-page .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f2f86 0%, #1d4ed8 45%, #3b82f6 100%);
  color: #fff;
  text-align: center;
  padding: 90px 5% 110px;
}

.finance-camp-page .hero::before,
.finance-camp-page .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.finance-camp-page .hero::before {
  width: 420px;
  height: 420px;
  top: -140px;
  left: -120px;
}

.finance-camp-page .hero::after {
  width: 320px;
  height: 320px;
  bottom: -120px;
  right: -80px;
}

.finance-camp-page .hero .inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.finance-camp-page .badge-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.finance-camp-page .badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  letter-spacing: 1px;
}

.finance-camp-page .badge .hot {
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  color: #ef4444;
  background: #fff;
  padding: 1px 7px;
  border-radius: 5px;
  margin-left: 5px;
  letter-spacing: 1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.finance-camp-page .hero h1 {
  font-size: clamp(28px, 4.5vw, 46px);
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 18px;
}

.finance-camp-page .hero h1 .highlight {
  color: #93c5fd;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.finance-camp-page .hero .sub {
  font-size: clamp(15px, 2vw, 18px);
  color: #dbeafe;
  max-width: 680px;
  margin: 0 auto 34px;
  word-break: normal;
}

.finance-camp-page .hero .cta-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.finance-camp-page .deadline-row {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.finance-camp-page .countdown-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 12px 22px 14px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.finance-camp-page .countdown-box .cd-label {
  font-size: 12px;
  color: #bfdbfe;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.finance-camp-page .cd-nums {
  display: flex;
  align-items: center;
  gap: 6px;
}

.finance-camp-page .cd-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.finance-camp-page .cd-item b {
  font-size: 24px;
  font-weight: 800;
  color: #0f2f86;
  background: linear-gradient(180deg, #fef08a, #fde047);
  min-width: 50px;
  padding: 3px 8px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(250, 204, 21, 0.3);
}

.finance-camp-page .cd-item i {
  font-style: normal;
  font-size: 11px;
  color: #dbeafe;
  letter-spacing: 1px;
}

.finance-camp-page .cd-sep {
  font-size: 22px;
  font-weight: 800;
  color: #93c5fd;
}

.finance-camp-page .hero .time-note {
  font-size: 14px;
  color: #bfdbfe;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
  align-items: flex-end;
  margin-left: auto;
}

/* ============ 数据条 ============ */
.finance-camp-page .stats {
  position: relative;
  z-index: 5;
  max-width: 1080px;
  margin: -52px auto 0;
  padding: 0 5%;
}

.finance-camp-page .stats-grid {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 44px rgba(29, 78, 216, 0.15);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 10px;
  text-align: center;
}

.finance-camp-page .stat-item {
  padding: 8px 12px;
}

.finance-camp-page .stat-item + .stat-item {
  border-left: 1px solid #e2ecff;
}

.finance-camp-page .stat-num {
  display: inline-block;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: #1e40af;
  background: linear-gradient(180deg, #fef08a, #fde047);
  padding: 3px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(250, 204, 21, 0.35);
}

.finance-camp-page .stat-label {
  font-size: 14px;
  color: #64748b;
  margin-top: 4px;
}

/* ============ 通用区块 ============ */
.finance-camp-page section {
  padding: 76px 5%;
}

.finance-camp-page .container {
  max-width: 1080px;
  margin: 0 auto;
}

.finance-camp-page .section-head {
  text-align: center;
  margin-bottom: 48px;
}

.finance-camp-page .section-tag {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 999px;
  background: #e0edff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.finance-camp-page .section-head h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  color: #0f2f86;
}

.finance-camp-page .section-head p {
  color: #64748b;
  margin-top: 12px;
  font-size: 15px;
}

/* ============ 核心亮点 ============ */
.finance-camp-page .features {
  background: #fff;
}

.finance-camp-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.finance-camp-page .feature-card {
  border-radius: 16px;
  padding: 30px 26px;
  background: linear-gradient(160deg, #f0f7ff, #e8f1ff);
  border: 1px solid #d6e7ff;
  position: relative;
  overflow: hidden;
}

.finance-camp-page .feature-card .num {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 52px;
  font-weight: 900;
  color: rgba(29, 78, 216, 0.08);
}

.finance-camp-page .feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #3b82f6, #1e40af);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
}

.finance-camp-page .feature-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: #0f2f86;
  margin-bottom: 10px;
}

.finance-camp-page .feature-card p {
  font-size: 14px;
  color: #4b5c76;
}

.finance-camp-page .feature-card .tag-line {
  margin-top: 14px;
  font-size: 13px;
  color: #1d4ed8;
  font-weight: 600;
}

/* ============ 开展背景 ============ */
.finance-camp-page .background-sec {
  background: linear-gradient(180deg, #f5f9ff, #eaf2ff);
}

.finance-camp-page .background-box {
  background: #fff;
  border-radius: 20px;
  padding: 44px 6%;
  border-left: 6px solid #2563eb;
  box-shadow: 0 12px 34px rgba(29, 78, 216, 0.1);
  font-size: 15px;
  color: #3f506b;
}

.finance-camp-page .background-box p + p {
  margin-top: 16px;
}

.finance-camp-page .background-box b,
.finance-camp-page .background-box strong {
  color: #1d4ed8;
}

/* ============ 时间安排 ============ */
.finance-camp-page .timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.finance-camp-page .time-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 26px;
  text-align: center;
  border: 1px solid #e0ecff;
}

.finance-camp-page .time-card .icon {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
}

.finance-camp-page .time-card .label {
  font-size: 13px;
  color: #64748b;
  letter-spacing: 1px;
}

.finance-camp-page .time-card .value {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #1e40af;
  margin-top: 6px;
  padding: 2px 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fef08a, #fde047);
  box-shadow: 0 2px 8px rgba(250, 204, 21, 0.3);
}

/* ============ 训练营安排 ============ */
.finance-camp-page .plan {
  background: linear-gradient(160deg, #0f2f86, #1d4ed8);
  color: #fff;
}

.finance-camp-page .plan .section-head h2 {
  color: #fff;
}

.finance-camp-page .plan .section-head p {
  color: #c7d8ff;
}

.finance-camp-page .plan .section-tag {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.finance-camp-page .weeks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 36px;
}

.finance-camp-page .week-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 26px 22px;
}

.finance-camp-page .week-card .week {
  font-size: 13px;
  color: #93c5fd;
  font-weight: 600;
  letter-spacing: 1px;
}

.finance-camp-page .week-card h4 {
  font-size: 17px;
  margin: 8px 0;
}

.finance-camp-page .week-card p {
  font-size: 13px;
  color: #dbeafe;
}

.finance-camp-page .plan-notes {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.finance-camp-page .plan-notes h4 {
  font-size: 15px;
  margin-bottom: 12px;
  color: #bfdbfe;
}

.finance-camp-page .plan-notes ul {
  list-style: none;
}

.finance-camp-page .plan-notes li {
  font-size: 14px;
  color: #e2ecff;
  padding: 7px 0 7px 26px;
  position: relative;
}

.finance-camp-page .plan-notes li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 7px;
  color: #60a5fa;
  font-weight: 700;
}

/* ============ 参与对象 ============ */
.finance-camp-page .audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.finance-camp-page .audience-card {
  background: #fff;
  border-radius: 16px;
  padding: 26px 24px;
  border: 1px solid #e0ecff;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.finance-camp-page .audience-card .a-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #e0edff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.finance-camp-page .audience-card h4 {
  font-size: 15px;
  color: #0f2f86;
  margin-bottom: 6px;
}

.finance-camp-page .audience-card p {
  font-size: 13px;
  color: #64748b;
}

.finance-camp-page .audience-note {
  margin-top: 28px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  padding: 16px 22px;
  font-size: 13px;
  color: #9a3412;
}

/* ============ 报名相关 ============ */
.finance-camp-page .signup {
  background: #fff;
}

.finance-camp-page .signup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.finance-camp-page .signup-card {
  border-radius: 18px;
  padding: 34px 32px;
  border: 1px solid #e0ecff;
  background: linear-gradient(170deg, #f5f9ff, #fff);
}

.finance-camp-page .signup-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f2f86;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.finance-camp-page .signup-card h3 .c-num {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #3b82f6, #1e40af);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.finance-camp-page .signup-card .desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
}

.finance-camp-page .price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}

.finance-camp-page .price-row .price {
  font-size: 40px;
  font-weight: 800;
  color: #1e40af;
  background: linear-gradient(180deg, #fef08a, #fde047);
  padding: 2px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(250, 204, 21, 0.35);
}

.finance-camp-page .price-row .unit {
  font-size: 15px;
  color: #1d4ed8;
  font-weight: 600;
}

.finance-camp-page .price-note {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 22px;
}

.finance-camp-page .steps {
  list-style: none;
}

.finance-camp-page .steps li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed #d6e7ff;
  font-size: 14px;
  color: #334155;
}

.finance-camp-page .steps li:last-child {
  border-bottom: none;
}

.finance-camp-page .step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.finance-camp-page .contact-box {
  background: #eef5ff;
  border-radius: 14px;
  padding: 22px;
  margin-top: 24px;
  text-align: center;
}

.finance-camp-page .contact-box .c-label {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 8px;
}

.finance-camp-page .contact-box .c-phone {
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  color: #1e40af;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #fef08a, #fde047);
  padding: 2px 14px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(250, 204, 21, 0.35);
}

.finance-camp-page .contact-box .c-tip {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 6px;
}

.finance-camp-page .qr-section {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px dashed #d6e7ff;
}

.finance-camp-page .qr-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f2f86;
  margin-bottom: 14px;
  text-align: center;
}

.finance-camp-page .qr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.finance-camp-page .qr-card {
  text-align: center;
}

.finance-camp-page .qr-img {
  width: 100%;
  max-width: 130px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e0ecff;
  box-shadow: 0 4px 12px rgba(29, 78, 216, 0.1);
}

.finance-camp-page .qr-label {
  font-size: 12px;
  color: #64748b;
  margin-top: 8px;
  line-height: 1.5;
}

.finance-camp-page .qr-label b {
  color: #1d4ed8;
  display: block;
  font-weight: 700;
}

.finance-camp-page .cta-wrap {
  padding-top: 0;
}

.finance-camp-page .cta-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #1e40af, #3b82f6);
  border-radius: 24px;
  padding: 52px 6%;
  text-align: center;
  color: #fff;
  box-shadow: 0 18px 44px rgba(29, 78, 216, 0.35);
  gap: 12px;
  line-height: 1.4;
}

.finance-camp-page .cta-banner h3 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  margin: 0;
  line-height: 1.35;
}

.finance-camp-page .cta-banner p {
  color: #dbeafe;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}

.finance-camp-page .cta-banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 8px;
  padding: 14px 44px;
  font-size: 16px;
  line-height: 1;
}

.finance-camp-page footer,
.finance-camp-page footer .f-title {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

.finance-camp-page .section-anchor {
  scroll-margin-top: 70px;
}

.finance-camp-page .hl {
  display: inline;
  background: linear-gradient(180deg, #fef08a, #fde047);
  color: #0f2f86;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  padding: 1px 6px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(250, 204, 21, 0.32);
  white-space: nowrap;
}

.finance-camp-fixed {
  display: none;
}

.finance-camp-toast {
  position: fixed;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  padding: 12px 18px;
  background: rgba(0, 0, 0, 0.78);
  color: #fff !important;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border-radius: 10px;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  word-break: break-all;
}

.finance-camp-toast.show {
  opacity: 1;
}

/* ============ 原型移动端（完全对齐截图 / HTML 断点） ============ */
@media (max-width: 900px) {
  .finance-camp-page .signup-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .finance-camp-page .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .finance-camp-page .stat-item + .stat-item {
    border-left: 1px solid #e2ecff;
  }

  .finance-camp-page .stat-item:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 640px) {
  .finance-camp-page {
    padding-bottom: 88px;
  }

  .finance-camp-page .navbar {
    padding: 10px 16px;
  }

  .finance-camp-page .navbar .brand {
    font-size: 15px;
    gap: 8px;
  }

  .finance-camp-page .navbar .brand .logo {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .finance-camp-page .navbar .nav-cta {
    display: inline-flex;
    padding: 8px 14px;
    font-size: 13px;
  }

  .finance-camp-page .hero {
    padding: 36px 16px 80px;
  }

  .finance-camp-page .hero::before {
    width: 260px;
    height: 260px;
    top: -90px;
    left: -80px;
  }

  .finance-camp-page .hero::after {
    width: 200px;
    height: 200px;
    bottom: -80px;
    right: -50px;
  }

  .finance-camp-page .badge-row {
    margin-bottom: 18px;
    gap: 8px;
  }

  .finance-camp-page .badge {
    padding: 5px 12px;
    font-size: 12px;
    letter-spacing: 0.4px;
  }

  .finance-camp-page .hero h1 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .finance-camp-page .hero .sub {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .finance-camp-page .hero .cta-row {
    gap: 10px;
    flex-wrap: nowrap;
  }

  .finance-camp-page .hero .cta-row .btn {
    flex: 1 1 0;
    padding: 10px 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  .finance-camp-page .deadline-row {
    justify-content: center;
    margin-top: 22px;
    gap: 14px;
  }

  .finance-camp-page .countdown-box {
    width: 100%;
    padding: 12px 16px 14px;
  }

  .finance-camp-page .cd-item b {
    min-width: 46px;
    font-size: 22px;
  }

  .finance-camp-page .hero .time-note {
    text-align: center;
    margin-left: 0;
    align-items: center;
    width: 100%;
    font-size: 13px;
  }

  .finance-camp-page .stats {
    padding: 0 16px;
    margin-top: -48px;
  }

  .finance-camp-page .stats-grid {
    border-radius: 16px;
    padding: 22px 8px;
  }

  .finance-camp-page .stat-num {
    font-size: 22px;
    padding: 2px 10px;
  }

  .finance-camp-page .stat-label {
    font-size: 13px;
  }

  .finance-camp-page section {
    padding: 48px 16px;
  }

  .finance-camp-page .section-head {
    margin-bottom: 28px;
  }

  .finance-camp-page .section-head p {
    font-size: 14px;
  }

  .finance-camp-page .feature-grid,
  .finance-camp-page .timeline,
  .finance-camp-page .weeks,
  .finance-camp-page .audience-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .finance-camp-page .feature-card,
  .finance-camp-page .time-card,
  .finance-camp-page .week-card,
  .finance-camp-page .audience-card,
  .finance-camp-page .signup-card {
    padding: 22px 18px;
  }

  .finance-camp-page .feature-card .num {
    font-size: 44px;
    top: 8px;
    right: 14px;
  }

  .finance-camp-page .feature-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin-bottom: 14px;
  }

  .finance-camp-page .feature-card h3 {
    font-size: 17px;
  }

  .finance-camp-page .background-box {
    padding: 22px 18px;
    font-size: 14px;
  }

  .finance-camp-page .plan-notes {
    padding: 18px 16px;
  }

  .finance-camp-page .weeks {
    margin-bottom: 20px;
  }

  .finance-camp-page .signup-card .price {
    font-size: 36px;
  }

  .finance-camp-page .cta-banner {
    padding: 36px 18px;
    border-radius: 20px;
    gap: 10px;
  }

  .finance-camp-page .cta-banner-btn {
    padding: 12px 22px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 6px;
  }

  .finance-camp-page footer {
    display: none !important;
    padding: 0 !important;
  }

  .finance-camp-fixed {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    box-sizing: border-box;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #e2ecff;
    box-shadow: 0 -4px 20px rgba(29, 78, 216, 0.12);
  }

  .finance-camp-fixed .btn {
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.4);
  }

  .finance-camp-fixed .btn.disabled {
    opacity: 0.55;
    color: #fff !important;
  }
}

@media (max-width: 400px) {
  .finance-camp-page .navbar .brand {
    font-size: 13px;
  }

  .finance-camp-page .hero .cta-row .btn {
    font-size: 12px;
    padding: 9px 6px;
  }

  .finance-camp-page .qr-grid {
    gap: 12px;
  }

  .finance-camp-page .qr-img {
    max-width: 110px;
  }

  .finance-camp-page .qr-label {
    font-size: 11px;
  }

  .finance-camp-page .contact-box .c-phone {
    font-size: 20px;
  }
}
