/* 中间 */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-height) - 200px);
  overflow: hidden;
  background: url("banner01.jpg") center center / cover no-repeat;
}
 .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(113, 55, 18, 0.12), rgba(113, 55, 18, 0.12));
  pointer-events: none;
}
 .hero__grid {
  display: none;
}
 .hero__inner {
  position: relative;
  width: min(1420px, 100%);
  min-height: calc(100vh - var(--header-height) - 200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px 64px;
}
 .coins {
  display: none;
}
 .coin {
  position: absolute;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f8ec91 0 32%, #e1bd4c 33% 68%, #a16922 100%);
  box-shadow: inset -10px -12px 0 rgba(117, 71, 16, 0.16), 0 10px 18px rgba(73, 33, 8, 0.16);
  transform: rotate(var(--rotate)) skewX(-10deg);
  opacity: 0.9;
}
 .coin::before {
  content: "$";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: calc(var(--size) * 0.46);
  font-weight: 800;
  color: rgba(128, 84, 20, 0.75);
  transform: skewX(10deg);
}
 .coin--1 { --size: 86px; --rotate: -24deg; left: 2%; top: 16%; }
.coin--2 { --size: 108px; --rotate: -18deg; left: 18%; top: 10%; }
.coin--3 { --size: 66px; --rotate: -16deg; left: 34%; top: 12%; }
.coin--4 { --size: 94px; --rotate: -16deg; left: 54%; top: 14%; }
.coin--5 { --size: 88px; --rotate: -18deg; right: 22%; top: 12%; }
.coin--6 { --size: 108px; --rotate: -18deg; right: 8%; top: 9%; }
.coin--7 { --size: 80px; --rotate: -22deg; left: 8%; top: 38%; }
.coin--8 { --size: 120px; --rotate: -18deg; left: 24%; top: 34%; }
.coin--9 { --size: 112px; --rotate: -12deg; left: 43%; top: 42%; }
.coin--10 { --size: 138px; --rotate: -15deg; right: 26%; top: 34%; }
.coin--11 { --size: 88px; --rotate: -15deg; right: 8%; top: 40%; }
.coin--12 { --size: 74px; --rotate: -12deg; left: 30%; bottom: 18%; }
.coin--13 { --size: 98px; --rotate: -18deg; right: 16%; bottom: 18%; }
 .stacks {
  display: none;
}
 .stack {
  position: absolute;
  bottom: 30px;
  width: 98px;
  border-radius: 50px 50px 20px 20px;
  background: linear-gradient(90deg, #b27b29 0%, #f0d06f 50%, #a96c1e 100%);
  box-shadow: 0 8px 18px rgba(84, 44, 10, 0.18);
}
 .stack::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, #f5df83 0 48%, #a66d1f 100%);
}
 .stack::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: repeating-linear-gradient(to bottom, rgba(255, 236, 161, 0.35) 0 3px, transparent 3px 8px);
  mix-blend-mode: screen;
}
 .stack--1 { left: 12%; height: 78px; }
.stack--2 { left: 44%; height: 190px; }
.stack--3 { left: 61%; height: 150px; width: 86px; }
.stack--4 { left: 74%; height: 110px; width: 96px; }
.stack--5 { right: 8%; height: 84px; width: 90px; }
 .figure {
  display: none;
}
 .hero-card {
  position: relative;
  z-index: 2;
  width: min(396px, 100%);
  min-height: 320px;
  padding: 34px 36px;
  border-radius: 18px;
  border: 1px solid var(--glass-border);
  background: var(--glass);
  box-shadow: 0 18px 50px rgba(53, 24, 7, 0.22);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  color: #fff;
}
 .hero-card h1 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0;
}
 .hero-card p {
  margin: 18px 0 28px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.96);
}
 .hero-card .btn--solid {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 5px;
  font-size: 19px;
  background: #b4382a;
  box-shadow: none;
}
 .calculator-section {
 padding-top: 2.5rem;
     padding-bottom: 2.5rem;
  background: #fff;
}
 .calculator-shell {
  width: min(60%, 1024px);
  margin: 0 auto;
  padding: 26px 36px 22px;
  background: #fff;
  border: 1px solid #e8dfd8;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(71, 37, 14, 0.12);
}
 .calculator-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 15px;
}
 .calculator-label {
  font-size: 16px;
  font-weight: 800;
  color: #17110f;
}
 .calculator-value {
  font-size: 15px;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: 0;
  white-space: nowrap;
}
 .range-wrap {
  margin-bottom: 26px;
}
 .range-input {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand) var(--progress, 21%), #ece8e8 var(--progress, 21%), #ece8e8 100%);
  outline: none;
}
 .range-input::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 8px 18px rgba(179, 56, 43, 0.28);
  cursor: pointer;
}
 .range-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 8px 18px rgba(179, 56, 43, 0.28);
  cursor: pointer;
}
 .months-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
 .month-chip {
  min-width: 0;
  width: auto;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border: 1px solid #ddd6d1;
  border-radius: 5px;
  background: #fff;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.2s ease;
  flex: 0 0 auto;
}
 .month-chip.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}
 .calc-btn {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: var(--brand);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  margin-bottom: 20px;
}
 .result-box {
  min-height: 70px;
  border-radius: 5px;
  background: #f5f3f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 20px;
  text-align: center;
  padding: 8px 16px;
}
 .result-box__label {
  font-size: 1rem;
  color: #80746d;
  font-weight: 400;
}
 .result-box__value {
  
  color: var(--brand);
  font-weight: 800;
  line-height: 1;
  min-height: auto;
	  font-size: 20px;
}
 .calculator-notes {
  margin: 0;
  padding-left: 15px;
  color: #786d66;
  font-size: 12px;
  line-height: 1.7;
}
 .process-section {
  padding: 58px 0 72px;
  background: #fbf7f6;
}
 .process-shell {
  width: min(80%, calc(100vw - 80px));
  margin: 0 auto;
}
 .process-head {
  text-align: center;
  margin-bottom: 44px;
}
 .process-head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #15110f;
  font-weight: 800;
}
 .process-head p {
  margin: 12px 0 0;
  font-size: 16px;
  color: #8a7b70;
  font-weight: 500;
}
 .process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
 .process-item {
  position: relative;
  text-align: center;
  color: #7b6f69;
}
 .process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  left: calc(50% + 42px);
  width: calc(100% - 26px);
  height: 2px;
  background: #efd8d2;
}
 .process-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--brand);
  background: #fbf1ef;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  cursor: pointer;
}
 .process-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 .process-step {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
}
 .process-title {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.3;
  color: #12100f;
  font-weight: 800;
}
 .process-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #8a7f79;
}
 @media (hover: hover) and (pointer: fine) {
  .process-item:hover .process-icon,
.process-item.is-active .process-icon {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 10px 24px rgba(179, 56, 43, 0.18);
  }
}
 .about-section {
  padding: 60px 0 60px;
  background: #fff;
}
 .about-shell {
  width: min(90%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
 .about-title {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.15;
  color: #161110;
  font-weight: 800;
}
 .about-text {
  
  max-width: 760px;
  font-size: 1.5rem;
  line-height: 1.95;
  color: #81746e;
}
 .about-actions {
  
}
 .about-cta {
  
  min-height: 50px;
  border-radius: 8px;
  border: 0;
  background: var(--brand);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 800;
  padding: 0 38px;
}
 .about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
 .about-card {
  
  border-radius: 10px;
  border: 1px solid #e6ddd6;
  background: #faf7f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
}
 .about-card__value {
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--brand);
  font-weight: 800;
}
 .about-card__label {
  margin-top: 14px;
  font-size: 1.5rem;
  color: #82756f;
  line-height: 1.4;
}
 .advantage-section {
  padding: 36px 0 60px;
  background: #faf8f7;
}
 .advantage-shell {
  width: min(90%, calc(100vw - 60px));
  margin: 0 auto;
}
 .advantage-head {
  text-align: center;
  margin-bottom: 32px;
}
 .advantage-head h2 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.15;
  color: #161110;
  font-weight: 800;
}
 .advantage-head p {
  margin: 20px 0 0;
  color: #8a7c74;
  line-height: 1.7;
}
 .advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
 .advantage-card {
 
  border-radius: 10px;
  border: 1px solid #e7ded8;
  background: #fff;
  box-shadow: 0 8px 24px rgba(72, 38, 13, 0.08);
  text-align: center;
  padding: 28px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
 .advantage-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #f9ecea;
  display: grid;
  place-items: center;
  font-size: 2.4rem;
  line-height: 1;
}
 .advantage-title {
  margin-top: 15px;
  color: var(--brand);
  font-weight: 800;
  line-height: 1.35;
}
 .advantage-text {
  margin-top: 15px;
  color: #857972;
  
  flex: 1;
}
 .advantage-cta {
  min-width: 50px;
  min-height: 40px;
  border-radius: 5px;
  border: 0;
  background: var(--brand);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  padding: 0 28px;
  margin-top: 20px;
}
 .reviews-section {
  padding: 50px 0 60px;
  background: #fff;
}
 .reviews-shell {
  width: min(90%, calc(100vw - 60px));
  margin: 0 auto;
}
 .reviews-head {
  text-align: center;
  margin-bottom: 48px;
}
 .reviews-head h2 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.15;
  color: #161110;
  font-weight: 800;
}
 .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
 .review-card {
  
  border-radius: 22px;
  border: 1px solid #e7ded8;
  background: #fff;
  box-shadow: 0 8px 24px rgba(72, 38, 13, 0.08);
  padding: 24px 24px 20px;
}
 .review-stars {
  display: flex;
  gap: 10px;
  color: #efb235;
  line-height: 1;
  margin-bottom: 10px;
}
 .review-stars svg {
  width: 15px;
  height: 20px;
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
}
 .review-text {
  color: #7f736c;
 
  word-break: break-word;
}
 .faq-section {
  padding: 50px 0 60px;
  background: #faf8f7;
}
 .faq-shell {
  width: min(60%, 1440px);
  margin: 0 auto;
}
 .faq-head {
  text-align: center;
  margin-bottom: 42px;
}
 .faq-head h2 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.15;
  color: #161110;
  font-weight: 800;
}
 .faq-head p {
  margin: 14px 0 0;
  color: #8a7c74;
  line-height: 1.7;
}
 .faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 .faq-item {
  border: 1px solid #e7ded8;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(72, 38, 13, 0.05);
}
 .faq-question {
  width: 100%;
  
  border: 0;
  background: #fff;
  color: #161110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  padding: 10px 20px;
  font-weight: 700;
  cursor: pointer;
}
 .faq-question span:first-child {
  flex: 1;
  line-height: 1.6;
}
 .faq-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #8b7a70;
  border-bottom: 2px solid #8b7a70;
  transform: rotate(45deg);
  flex: 0 0 auto;
  margin-right: 4px;
  transition: 0.2s ease;
}
 .faq-item.is-open .faq-arrow {
  transform: rotate(-135deg);
  border-color: var(--brand);
}
 .faq-answer {
  display: none;
  padding: 10px 20px 10px;
  border-top: 1px solid #efe6e0;
  color: #7f736c;
  line-height: 1.9;
  background: #fff;
}
 .faq-item.is-open .faq-answer {
  display: block;
}
 .contact-section {
  padding: 50px 0 66px;
  background: #fff;
}
 .contact-shell {
  width: min(80%, 1440px);
  margin: 0 auto;
}
 .contact-head {
  text-align: center;
  margin-bottom: 48px;
}
 .contact-head h2 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.15;
  color: #161110;
  font-weight: 800;
}
 .contact-head p {
  margin: 14px 0 0;
  color: #8a7c74;
  line-height: 1.7;
}
 .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.95fr;
  gap: 50px;
  align-items: start;
}
 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 .contact-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 .contact-label {
  color: #161110;
  font-weight: 700;
  line-height: 1.5;
}
 .contact-input,
.contact-textarea {
  width: 100%;
  border: 1px solid #e5dbd4;
  border-radius: 5px;
  background: #fff;
  color: #473f3b;
  padding: 0 18px;
  outline: none;
}
 .contact-input {
  height: 30px;
}
 .contact-textarea {
  min-height: 110px;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}
 .contact-submit {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
 }
 .contact-submit:disabled {
  opacity: 0.7;
  cursor: wait;
 }
 .contact-feedback {
  min-height: 22px;
  color: #8a7c74;
  font-size: 13px;
  line-height: 1.6;
 }
 .contact-feedback.is-error {
  color: #b3382b;
 }
 .contact-feedback.is-success {
  color: #1f7a46;
 }
 .contact-info-title {
  margin: 0 0 22px;
  color: #161110;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 800;
}
 .contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
 .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #716763;
  line-height: 1.75;
}
 .contact-info-item strong {
  color: #716763;
  font-weight: 500;
}
 .contact-icon {
  width: 20px;
  text-align: center;
  color: #c24c91;
  flex: 0 0 auto;
  margin-top: 2px;
}
 .contact-map {
  min-height: 265px;
  border-radius: 10px;
  background: #efeded;
  border: 1px solid #e3dbd6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #a39d9b;
  text-align: center;
  padding: 24px;
}
.contact-map svg {
  width: 54px;
  height: 54px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* 响应式：中间 */
@media (hover: none) {
  .process-item.is-active .process-icon {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 10px 24px rgba(179, 56, 43, 0.18);
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 98px;
    --container: calc(100vw - 32px);
  }
   .header {
    position: relative;
  }
   .nav,
  .actions {
    display: none;
  }
   .menu-btn {
    display: inline-flex;
  }
   .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(122, 68, 29, 0.08);
    border-bottom: 1px solid rgba(122, 68, 29, 0.08);
    box-shadow: 0 18px 40px rgba(36, 20, 9, 0.08);
    z-index: 30;
  }
   .mobile-menu.is-open {
    display: block;
  }
   .mobile-menu__inner {
    padding: 22px 14px 18px;
  }
   .mobile-menu__list {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
   .mobile-menu__link,
  .mobile-menu__trigger {
    width: 100%;
    min-height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    border-radius: 8px;
  }
   .mobile-menu__trigger.is-open {
    background: #f3f0ef;
    color: var(--brand);
  }
   .mobile-menu__chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-right: 6px;
    flex: 0 0 auto;
  }
   .mobile-menu__trigger.is-open .mobile-menu__chevron {
    transform: rotate(-135deg);
  }
   .mobile-menu__submenu {
    display: none;
    padding: 12px 0 16px 30px;
  }
   .mobile-menu__submenu.is-open {
    display: block;
  }
   .mobile-menu__submenu a {
    display: block;
    padding: 8px 0;
    color: #726056;
    text-decoration: none;
    font-size: 16px;
   
  }
   .mobile-menu__actions {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
   .mobile-menu__actions .btn {
    width: 100%;
   
    font-size: 15px;
  }
   .logo__word {
    font-size: 32px;
  }
   .logo img {
    width: 72px;
  }
   .hero {
    min-height: clamp(420px, calc(100vh - var(--header-height) - 280px), 520px);
    margin-top: var(--mobile-menu-offset);
    transition: margin-top 0.25s ease;
  }
   .hero__inner {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 44px 0 40px;
    min-height: clamp(420px, calc(100vh - var(--header-height) - 280px), 520px);
  }
   .hero-card {
    width: calc(100vw - 56px);
    min-height: auto;
    margin: 120px auto 0;
    padding: 32px 26px 28px;
    border-radius: 22px;
  }
   .hero-card h1 {
    font-size: clamp(30px, 7.2vw, 46px);
    line-height: 1.06;
  }
   .hero-card p {
    margin: 22px 0 34px;
    font-size: clamp(13px, 3vw, 16px);
    line-height: 1.6;
  }
   .hero-card .btn--solid {
    min-height: 72px;
    font-size: clamp(16px, 3.8vw, 21px);
  }
   .calculator-section {
    padding: 36px 0 30px;
  }
   .process-section {
    padding: 44px 0 54px;
  }
   .about-section {
    padding: 30px 0 60px;
  }
   .advantage-section {
    padding: 54px 0 64px;
  }
   .reviews-section {
    padding: 54px 0 64px;
  }
   .faq-section {
    padding: 54px 0 64px;
  }
   .contact-section {
    padding: 54px 0 64px;
  }
   .site-footer {
    padding: 42px 0 24px;
  }
   .footer-shell {
    width: calc(100vw - 36px);
  }
   .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 28px;
  }
   .footer-logo-box {
    width: 68px;
    height: 60px;
    padding: 10px 8px;
    margin-bottom: 20px;
  }
   .contact-shell {
    width: calc(100vw - 36px);
  }
   .contact-head {
    margin-bottom: 34px;
  }
   .contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
   .contact-form {
    gap: 10px;
  }
   .contact-input {
    height: 40px;
  }
   .contact-textarea {
    min-height: 110px;
  }
   .contact-submit {
    min-height: 50px;
  }
   .contact-map {
    min-height: 240px;
  }
   .faq-shell {
    width: calc(100vw - 36px);
  }
   .faq-head {
    margin-bottom: 30px;
  }
   .faq-list {
    gap: 14px;
  }
   .faq-question {
    padding: 18px 18px;
  }
   .faq-answer {
    line-height: 1.8;
  }
   .reviews-shell {
    width: calc(100vw - 36px);
  }
   .reviews-head {
    margin-bottom: 34px;
  }
   .reviews-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
   .review-card {
    min-height: 0;
    padding: 26px 20px 24px;
    border-radius: 20px;
  }
   .review-stars {
    gap: 8px;
    margin-bottom: 10px;
  }
   .review-text {
    line-height: 1.85;
  }
   .advantage-shell {
    width: calc(100vw - 36px);
  }
   .advantage-head {
    margin-bottom: 34px;
  }
   .advantage-head p {
    margin-top: 14px;
  }
   .advantage-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
   .advantage-card {
    min-height: 0;
    padding: 26px 24px 28px;
    border-radius: 20px;
  }
   .advantage-icon {
    width: 82px;
    height: 82px;
    font-size: 2rem;
  }
   .advantage-title {
    margin-top: 28px;
  }
   .advantage-text {
    margin-top: 18px;
  }
   .advantage-cta {
    min-width: 100px;
    min-height: 40px;
    margin-top: 22px;
  }
   .about-shell {
    width: calc(100vw - 36px);
    grid-template-columns: 1fr;
    gap: 38px;
  }
   .about-title {
    font-size: 1.875rem;
  }
   .about-text {
    margin-top: 26px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
   .about-actions {
    margin-top: 26px;
  }
   .about-cta {
    min-width: 136px;
    min-height: 72px;
    font-size: 1.5rem;
    padding: 0 32px;
  }
   .about-stats {
    gap: 16px;
  }
   .about-card {
    min-height: 160px;
    border-radius: 10px;
    padding: 18px;
  }
   .about-card__value {
    font-size: 1.5rem;
		font-weight: 700;
  }
   .about-card__label {
    margin-top: 10px;
    font-size: 1.5rem;
  }
   .process-shell {
    width: calc(100vw - 36px);
  }
   .process-head {
    margin-bottom: 34px;
  }
   .process-head h2 {
    font-size: 26px;
  }
   .process-head p {
    margin-top: 14px;
    font-size: 15px;
  }
   .process-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
   .process-item:not(:last-child)::after {
    display: none;
  }
   .process-icon {
    width: 76px;
    height: 76px;
    border-width: 3px;
  }
   .process-icon svg {
    width: 28px;
    height: 28px;
  }
   .process-step {
    margin-top: 14px;
    font-size: 14px;
  }
   .process-title {
    margin-top: 10px;
    font-size: 18px;
  }
   .process-text {
    margin-top: 10px;
    font-size: 14px;
  }
   .calculator-shell {
    width: calc(100vw - 24px);
    padding: 28px 18px 28px;
   
  }
   .calculator-row {
    margin-bottom: 18px;
  }
   .calculator-label {
    font-size: 22px;
  }
   .calculator-value {
    font-size: 28px;
  }
   .range-wrap {
    margin-bottom: 36px;
  }
   .range-input {
    height: 8px;
  }
   .range-input::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
  }
   .range-input::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }
   .months-grid {
    gap: 9px;
    margin-bottom: 20px;
  }
   .month-chip {
    min-width: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 18px;
  }
   .calc-btn {
    height: 50px;
    font-size: 26px;
  }
   .result-box {
    min-height: 90px;
    gap: 4px;
    margin-bottom: 20px;
    padding: 8px 12px;
  }
   .result-box__label {
    font-size: 1rem;
  }
   .result-box__value {
    font-size: 1.5rem;
  }
   .calculator-notes {
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.6;
  }
   .figure {
    width: 280px;
    height: 482px;
    bottom: 16px;
  }
   .stacks {
    height: 180px;
  }
   .stack--1 { left: 8%; }
  .stack--2 { left: 27%; }
  .stack--3 { left: 55%; }
  .stack--4 { left: 72%; }
  .stack--5 { display: none; }
   .coin--1 { left: 3%; top: 18%; }
  .coin--2 { left: 36%; top: 10%; }
  .coin--3 { left: 76%; top: 18%; }
  .coin--4 { right: 8%; top: 34%; }
  .coin--5 { display: none; }
  .coin--6 { display: none; }
  .coin--7 { left: -2%; top: 42%; }
  .coin--8 { left: 12%; top: 70%; }
  .coin--9 { right: 4%; top: 62%; }
  .coin--10 { display: none; }
  .coin--11 { display: none; }
  .coin--12 { display: none; }
  .coin--13 { display: none; }
}

@media (max-width: 480px) {
  :root {
    --header-height: 70px;
  }
   .header__inner {
    gap: 12px;
  }
   .hero-card {
    width: calc(100vw - 48px);
    margin-top: 170px;
    padding: 28px 18px 22px;
  }
   .hero-card p {
    font-size: 12px;
  }
   .hero-card .btn--solid {
    min-height: 66px;
  }
   .calculator-shell {
    width: calc(100vw - 20px);
    padding: 24px 30px 24px;
  }
   .process-head h2 {
    font-size: 22px;
  }
   .about-shell {
    width: calc(100vw - 24px);
  }
   .advantage-shell {
    width: calc(100vw - 24px);
  }
   .reviews-shell {
    width: calc(100vw - 24px);
  }
   .faq-shell {
    width: calc(100vw - 24px);
  }
   .contact-shell {
    width: calc(100vw - 24px);
  }
   .footer-shell {
    width: calc(100vw - 24px);
  }
   .review-card {
    padding: 24px 18px 22px;
  }
   .advantage-card {
    padding: 18px 18px 24px;
  }
   .advantage-icon {
    width: 76px;
    height: 76px;
    font-size: 1.8rem;
  }
   .advantage-cta {
    min-width: 132px;
  }
   .about-title {
    font-size: 1.875rem;
  }
   .about-text {
    font-size: 1.5rem;
  }
   .about-cta {
    min-width: 128px;
    min-height: 54px;
    font-size: 1.5rem;
  }
   .about-stats {
    gap: 14px;
  }
   .about-card {
    min-height: 100px;
  }
   .about-card__value {
    font-size: 2rem;
  }
   .about-card__label {
    font-size: 1.5rem;
  }
   .process-head p {
    font-size: 13px;
  }
   .process-icon {
    width: 70px;
    height: 70px;
  }
   .process-step {
    font-size: 13px;
  }
   .process-title {
    font-size: 16px;
  }
   .process-text {
    font-size: 13px;
  }
   .calculator-label {
    font-size: 19px;
  }
   .calculator-value {
    font-size: 24px;
  }
   .month-chip {
    min-width: 0;
    width: auto;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 20px;
  }
   .calc-btn {
    font-size: 22px;
  }
   .result-box__label {
    font-size: 1rem;
  }
.result-box__value {
    font-size: 1.5rem;
  }
}

.debt-consolidation-page .main {
  width: min(768px, calc(100vw - 36px));
  margin: 24px auto 80px;
}

.debt-consolidation-page .loan-intro {
  display: flex;
  flex-direction: column;
}

.debt-consolidation-page .loan-intro__hero {
  padding: 18px 0 12px;
  text-align: center;
}

.debt-consolidation-page .loan-intro__title {
  margin: 0;
  color: #161110;
  font-size: 2.5rem;
  line-height: 1.06;
  font-weight: 800;
  text-align: center;
}

.debt-consolidation-page .loan-intro__lead {
  margin: 24px auto 0;
  max-width: 920px;
  color: #8f837d;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}

.debt-consolidation-page .loan-intro__actions {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.debt-consolidation-page .loan-intro__btn {
  min-width: 116px;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.debt-consolidation-page .loan-intro__btn--solid {
  background: var(--brand);
  color: #fff;
}

.debt-consolidation-page .loan-intro__btn--ghost {
  border: 1px solid var(--brand);
  background: #fff;
  color: var(--brand);
}

.debt-consolidation-page .loan-intro__content {
  max-width: 1180px;
}

.debt-consolidation-page .loan-intro__content h2 {
  margin: 15% 0 24px;
  color: #161110;
  font-size: 2.4rem;
  line-height: 1.08;
  font-weight: 800;
}

.debt-consolidation-page .loan-intro__block + .loan-intro__block {
  margin-top: 28px;
}

.debt-consolidation-page .loan-intro__block h3 {
  margin: 0 0 20px;
  color: #161110;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.debt-consolidation-page .loan-intro__block p,
.debt-consolidation-page .loan-intro__note,
.debt-consolidation-page .loan-intro__list li {
  color: #8f837d;
  font-size: 1.2rem;
  line-height: 1.2;
}

.debt-consolidation-page .loan-intro__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.debt-consolidation-page .loan-intro__list li {
  position: relative;
  padding-left: 30px;
}

.debt-consolidation-page .loan-intro__list li::before {
  content: "";
  position: absolute;
  top: 0.24em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand);
}

.debt-consolidation-page .loan-intro__list strong {
  color: #161110;
}

.debt-consolidation-page .loan-intro__list--compact {
  gap: 10px;
}

.debt-consolidation-page .loan-intro__note {
  margin: 18px 0 0;
}

.debt-consolidation-page .privacy-policy {
  
}

.debt-consolidation-page .privacy-policy__content {
  max-width: 100%;
}

.debt-consolidation-page .privacy-policy__block + .privacy-policy__block {
  margin-top: 24px;
}

.debt-consolidation-page .privacy-policy__block p {
  margin: 0;
  color: #5c534f;
  font-size: 14px;
  line-height: 1.95;
}

.debt-consolidation-page .privacy-policy__block strong {
  color: #161110;
}

.debt-consolidation-page .privacy-policy__clauses {
  margin: 12px 0 0;
  padding-left: 28px;
  color: #5c534f;
}

.debt-consolidation-page .privacy-policy__clauses li {
  margin: 0;
  padding-left: 6px;
  color: #5c534f;
  font-size: 14px;
  line-height: 1.95;
}

.debt-consolidation-page .privacy-policy__clauses li + li {
  margin-top: 6px;
}

.debt-consolidation-page .privacy-policy__clauses--roman {
  list-style-type: upper-roman;
}

.debt-consolidation-page .privacy-policy__contact {
  margin-top: 12px;
  padding-left: 28px;
}

.debt-consolidation-page .privacy-policy__contact p + p {
  margin-top: 2px;
}

.debt-consolidation-page .privacy-policy__closing {
  padding-top: 8px;
}

.debt-consolidation-page .privacy-policy__closing p + p {
  margin-top: 8px;
}

.privacy-page .main {
  width: min(920px, calc(100vw - 36px));
  margin: 28px auto 80px;
}

.privacy-page .privacy-policy {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.privacy-page .loan-intro__hero {
  padding: 12px 0 8px;
}

.privacy-page .loan-intro__title {
  margin: 0;
  color: #161110;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
}

.privacy-page .loan-intro__lead {
  margin: 14px 0 0;
  color: #5c534f;
  font-size: 14px;
  line-height: 1.9;
}

.privacy-page .privacy-policy__content {
  max-width: 100%;
}

.privacy-page .privacy-policy__block + .privacy-policy__block {
  margin-top: 22px;
}

.privacy-page .privacy-policy__block p {
  margin: 0;
  color: #5c534f;
  font-size: 14px;
  line-height: 1.95;
}

.privacy-page .privacy-policy__block strong {
  color: #161110;
}

.privacy-page .privacy-policy__clauses {
  margin: 12px 0 0;
  padding-left: 28px;
  color: #5c534f;
}

.privacy-page .privacy-policy__clauses li {
  margin: 0;
  padding-left: 6px;
  color: #5c534f;
  font-size: 14px;
  line-height: 1.95;
}

.privacy-page .privacy-policy__clauses li + li {
  margin-top: 6px;
}

.privacy-page .privacy-policy__clauses--roman {
  list-style-type: upper-roman;
}

.privacy-page .privacy-policy__contact {
  margin-top: 12px;
  padding-left: 28px;
}

.privacy-page .privacy-policy__contact p + p {
  margin-top: 2px;
}

.privacy-page .privacy-policy__closing {
  padding-top: 8px;
}

.privacy-page .privacy-policy__closing p + p {
  margin-top: 8px;
}

.contact-message-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-message-table-wrap {
  overflow-x: auto;
  border: 1px solid #e5dbd4;
  border-radius: 8px;
  background: #fff;
}

.contact-message-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.contact-message-table th,
.contact-message-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee3db;
  color: #4b423e;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.contact-message-table th {
  color: #161110;
  font-weight: 800;
  background: #faf7f4;
}

.contact-message-empty {
  padding: 18px 20px;
  border: 1px solid #e5dbd4;
  border-radius: 8px;
  background: #fff;
  color: #6b5f59;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 860px) {
  .debt-consolidation-page .main {
    width: calc(100vw - 24px);
    margin: 18px auto 42px;
  }

  .debt-consolidation-page .loan-intro {
    
  }

  .debt-consolidation-page .privacy-policy {
   
  }

  .debt-consolidation-page .loan-intro__hero {
    padding: 4px 0 2px;
  }

  .debt-consolidation-page .loan-intro__title,
  .debt-consolidation-page .loan-intro__content h2 {
    font-size: 18px;
  }

  .debt-consolidation-page .loan-intro__lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .debt-consolidation-page .loan-intro__actions {
    margin-top: 24px;
    flex-direction: row;
    
  }

  .debt-consolidation-page .loan-intro__btn {
    width: calc((80% - 12px) / 2);
    min-width: 0;
    min-height: 54px;
    font-size: 14px;
    padding: 0 10px;
  }

  .debt-consolidation-page .loan-intro__content h2 {
    margin-bottom: 28px;
  }

  .debt-consolidation-page .loan-intro__block + .loan-intro__block {
    margin-top: 28px;
  }

  .debt-consolidation-page .loan-intro__block h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .debt-consolidation-page .loan-intro__block p,
  .debt-consolidation-page .loan-intro__note,
  .debt-consolidation-page .loan-intro__list li {
    font-size: 12px;
    line-height: 1.8;
  }

  .debt-consolidation-page .loan-intro__list {
    gap: 12px;
  }

  .debt-consolidation-page .loan-intro__list li {
    padding-left: 20px;
  }

  .debt-consolidation-page .loan-intro__list li::before {
    top: 0.74em;
    width: 8px;
    height: 8px;
  }

  .debt-consolidation-page .privacy-policy__block + .privacy-policy__block {
    margin-top: 18px;
  }

  .debt-consolidation-page .privacy-policy__block p,
  .debt-consolidation-page .privacy-policy__clauses li {
    font-size: 12px;
    line-height: 1.9;
  }

  .debt-consolidation-page .privacy-policy__clauses {
    margin-top: 10px;
    padding-left: 20px;
  }

  .debt-consolidation-page .privacy-policy__contact {
    margin-top: 10px;
    padding-left: 20px;
  }

  .privacy-page .main {
    width: calc(100vw - 24px);
    margin: 18px auto 42px;
  }

  .privacy-page .privacy-policy {
    gap: 28px;
  }

  .privacy-page .loan-intro__hero {
    padding: 4px 0 2px;
  }

  .privacy-page .loan-intro__title {
    font-size: 18px;
  }

  .privacy-page .loan-intro__lead,
  .privacy-page .privacy-policy__block p,
  .privacy-page .privacy-policy__clauses li {
    font-size: 12px;
    line-height: 1.9;
  }

  .privacy-page .privacy-policy__block + .privacy-policy__block {
    margin-top: 18px;
  }

  .privacy-page .privacy-policy__clauses {
    margin-top: 10px;
    padding-left: 20px;
  }

  .privacy-page .privacy-policy__contact {
    margin-top: 10px;
    padding-left: 20px;
  }

  .contact-message-page {
    gap: 18px;
  }

  .contact-message-table th,
  .contact-message-table td,
  .contact-message-empty {
    font-size: 12px;
  }
}

.register-page .main {
  width: min(60%, calc(100vw - 36px));
  margin: 24px auto 72px;
}

.register-shell {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.register-title {
  margin: 0;
  color: var(--brand);
  font-size: clamp(26px, 4vw, 32px);
  line-height: 1.08;
  font-weight: 800;
}

.register-form {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.register-card {
  background: #fff;
  border: 1px solid #e6ddd6;
  border-radius: 10px;
  padding: 12px 18px 26px;
  box-shadow: 0 10px 28px rgba(71, 37, 14, 0.05);
}

.register-card__title {
  margin: 0 0 15px;
  color: var(--brand);
  font-size: clamp(16px, 1.2vw, 36px);
  line-height: 1.2;
  font-weight: 800;
}

.register-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 40px;
}

.register-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.register-field--wide,
.register-field--full {
  grid-column: 1 / -1;
}

.register-label {
  color: #161110;
  font-size: clamp(14px, 1vw, 28px);
  line-height: 1.35;
  font-weight: 800;
}

.register-label em,
.register-consent em {
  color: #f0594f;
  font-style: normal;
}

.register-input,
.register-select {
  width: 100%;
  min-height: 35px;
  border: 1px solid #e4dad3;
  border-radius: 5px;
  background: #fff;
  color: #161110;
  font-size: clamp(12px, 1vw, 22px);
  padding: 0 14px;
  outline: none;
}

.register-input.is-invalid,
.register-select.is-invalid,
.register-consent input.is-invalid {
  border-color: #b3382b;
  box-shadow: 0 0 0 3px rgba(179, 56, 43, 0.12);
}

.register-input::placeholder {
  color: #abb1c2;
}

.register-select {
  appearance: auto;
}

.register-password {
  position: relative;
}

.register-password .register-input {
  padding-right: 64px;
}

.register-password__toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  margin: -14px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8a7f79;
  cursor: pointer;
}

.register-password__toggle svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.register-hint {
  color: #7f736c;
  font-size: 12px;
  line-height: 1.6;
}

.register-error {
  display: none;
  color: #b3382b;
  font-size: 12px;
  line-height: 1.5;
}

.register-error.is-visible {
  display: block;
}

.register-notice {
  border-radius: 10px;
  background: #f3f1f1;
  color: #847872;
  font-size: clamp(12px, 1vw, 20px);
  line-height: 1.4;
  padding: 14px 15px;
}

.register-consent {
  display: inline-flex;
  align-items: flex-start;
  gap: 18px;
  color: #161110;
  font-size: clamp(12px, 1vw, 28px);
  font-weight: 700;
  line-height: 2;
}

.register-consent input {
  width: 20px;
  height: 20px;
  
  accent-color: var(--brand);
  flex: 0 0 auto;
}

.register-submit {
  width: 124px;
  min-height: 50px;
  border: 0;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font-size: clamp(14px, 1.4vw, 44px);
  font-weight: 800;
  cursor: pointer;
}

.register-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.register-feedback {
  min-height: 22px;
  color: #8a7c74;
  font-size: 13px;
  line-height: 1.6;
}

.register-feedback.is-error {
  color: #b3382b;
}

.register-feedback.is-success {
  color: #1f7a46;
}

.online-submit-page .main {
  width: min(820px, calc(100vw - 32px));
  min-height: calc(100vh - 220px);
  margin: 28px auto 56px;
  display: grid;
  place-items: center;
}

.submit-result {
  width: 80%;
}

.submit-result__card {
  width: 100%;
  padding: 42px 28px 40px;
  border: 1px solid #ece3dd;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(61, 28, 10, 0.08);
  text-align: center;
}

.submit-result__icon {
  width: 108px;
  height: 108px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #f5efef;
  display: grid;
  place-items: center;
}

.submit-result__icon svg {
  width: 54px;
  height: 54px;
  stroke: #fff;
  fill: #9bc885;
  stroke-width: 1.8;
}

.submit-result__title {
  margin: 0;
  color: #161110;
  font-size: clamp(20px, 2vw, 36px);
  line-height: 1.2;
  font-weight: 800;
}

.submit-result__notice {
  margin: 20px auto 0;
  padding: 30px 32px;
  border: 1px solid #ebe3dd;
  border-radius: 18px;
  color: #312927;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.9;
  text-align: left;
}

.submit-result__btn {
  min-width: 170px;
  min-height: 64px;
  margin: 26px auto 0;
  border-radius: 8px;
  background: #8f4937;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
}

.login-page .main {
  width: min(45vw, calc(100vw - 32px));
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 36px 0;
}

.login-shell {
  width: 100%;
}

.login-card {
  width: 100%;
  min-height: 40vh;
  padding: 24px 44px 38px;
  border: 1px solid #e8dfd9;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(62, 30, 12, 0.08);
}

.login-brand {
  text-align: center;
}

.login-brand img {
  width: 118px;
  margin: 0 auto;
}

.login-brand__title {
  margin: 34px 0 0;
  color: #161110;
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1.15;
  font-weight: 800;
}

.login-brand__subtitle {
  margin-top: 10px;
  color: #68607d;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 1.3;
}

.login-head {
  margin-top: 20px;
  color: #161110;
  font-size: clamp(20px, 2vw, 40px);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}

.login-form {
  margin-top: 36px;
}

.login-field {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.login-field + .login-field {
  margin-top: 15px;
}

.login-feedback {
  min-height: 24px;
  margin-top: 14px;
  color: #8a7c74;
  font-size: 14px;
  line-height: 1.6;
}

.login-feedback.is-error {
  color: #b3382b;
}

.login-feedback.is-success {
  color: #1f7a46;
}

.login-label {
  color: #161110;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.35;
  font-weight: 800;
}

.login-input {
  width: 100%;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid #e2d9d3;
  border-radius: 5px;
  background: #fff;
  color: #161110;
  font-size: clamp(18px, 1.8vw, 28px);
  outline: none;
}

.login-input::placeholder {
  color: #b4b7c3;
}

.login-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 20px;
  border: 0;
  border-radius: 10px;
  background: #b3382b;
  color: #fff;
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 800;
  cursor: pointer;
}

.login-back {
  margin-top: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6d6780;
  text-decoration: none;
  font-size: clamp(18px, 1.8vw, 30px);
  line-height: 1.3;
}

@media (max-width: 860px) {
  .register-page .main {
    width: calc(100vw - 24px);
    margin: 18px auto 42px;
  }

  .register-shell,
  .register-form {
    gap: 20px;
  }

  .register-title {
    font-size: 34px;
  }

  .register-card {
    border-radius: 18px;
    padding: 24px 18px 26px;
  }

  .register-card__title {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .register-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .register-input,
  .register-select {
    min-height: 56px;
    font-size: 16px;
    padding: 0 16px;
  }

  .register-label {
    font-size: 16px;
  }

  .register-password .register-input {
    padding-right: 48px;
  }

  .register-password__toggle {
    right: 14px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }

  .register-hint {
    font-size: 13px;
  }

  .register-notice {
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.8;
    padding: 18px 16px;
  }

  .register-consent {
    gap: 12px;
    font-size: 16px;
  }

  .register-consent input {
    width: 22px;
    height: 22px;
    margin-top: 2px;
  }

  .register-submit {
    width: 100%;
    min-height: 64px;
    font-size: 22px;
  }

  .online-submit-page .main {
    width: calc(100vw - 24px);
    min-height: calc(100vh - 180px);
    margin: 18px auto 42px;
  }

  .submit-result__card {
    padding: 30px 16px 28px;
    border-radius: 18px;
  }

  .submit-result__icon {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
  }

  .submit-result__icon svg {
    width: 42px;
    height: 42px;
  }

  .submit-result__title {
    font-size: 18px;
  }

  .submit-result__notice {
    margin-top: 20px;
    padding: 20px 16px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.8;
  }

  .submit-result__btn {
    min-width: 140px;
    min-height: 52px;
    margin-top: 28px;
    font-size: 16px;
  }

  .login-page .main {
    width: calc(100vw - 24px);
    padding: 18px 0;
  }

  .login-card {
    padding: 28px 16px 32px;
    border-radius: 20px;
  }

  .login-brand img {
    width: 84px;
  }

  .login-brand__title {
    margin-top: 22px;
    font-size: 18px;
  }

  .login-brand__subtitle {
    margin-top: 6px;
    font-size: 12px;
  }

  .login-head {
    margin-top: 20px;
    font-size: 18px;
  }

  .login-form {
    margin-top: 30px;
  }

  .login-field {
    gap: 10px;
  }

  .login-field + .login-field {
    margin-top: 22px;
  }

  .login-feedback {
    font-size: 12px;
  }

  .login-label {
    font-size: 14px;
  }

  .login-input {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;
  }

  .login-submit {
    min-height: 50px;
    margin-top: 30px;
    font-size: 16px;
  }

  .login-back {
    margin-top: 28px;
    font-size: 14px;
  }
}
