/* PATCH 2026-06-02 v22.0
   목적: 금액 정렬 안정화, 절세 가능액 배지 강조, 자동 시작 및 결과 유지 시간 보강
   범위: 금액 카드, 상단 우측 한줄 항목/최종결과, 느린 계산 바
   보호: simulator.js data-* 선택자 유지 */

:root{
  --bg:#f6f0e9;
  --card:#fffaf4;
  --ink:#2c1d17;
  --muted:#79695e;
  --brown:#3d281f;
  --brown-3:#7a5441;
  --line:#e4d7cb;
  --green:#0f9a64;
  --shadow:0 16px 40px rgba(61,40,31,.08);
  --max:1160px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 12% 0%, rgba(195,154,107,.18), transparent 25%),
    radial-gradient(circle at 88% 10%, rgba(90,58,43,.08), transparent 26%),
    var(--bg);
  color:var(--ink);
  font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  word-break:keep-all;
}
button,a{font:inherit}
button{cursor:pointer}
a{text-decoration:none;color:inherit}

.page{
  width:min(100%,var(--max));
  margin:0 auto;
  padding:clamp(18px,3vw,42px) clamp(12px,2.4vw,24px) 30px;
}
.hero{
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:end;
  margin-bottom:18px;
}
.eyebrow{
  display:inline-block;
  color:var(--brown-3);
  font-size:12px;
  font-weight:950;
  letter-spacing:.16em;
}
.hero h1{
  margin:10px 0 0;
  font-size:clamp(42px,5.8vw,72px);
  line-height:1.02;
  letter-spacing:-.08em;
  color:var(--brown);
}
.hero p{
  max-width:790px;
  margin:16px 0 0;
  color:#574940;
  font-size:clamp(16px,1.7vw,19px);
  line-height:1.72;
  font-weight:650;
}
.hero-chip{
  min-width:220px;
  padding:18px 20px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,250,244,.88);
  box-shadow:var(--shadow);
  text-align:right;
}
.hero-chip span{display:block;color:var(--muted);font-size:13px;font-weight:900;}
.hero-chip strong{display:block;margin-top:8px;color:var(--green);font-size:30px;line-height:1;letter-spacing:-.05em;}

.simulator{
  padding:14px;
  border:1px solid var(--line);
  border-radius:28px;
  background:rgba(255,250,244,.76);
  box-shadow:var(--shadow);
  backdrop-filter:blur(8px);
}

/* =========================================================
   PATCH 2026-06-03 / MZM TAX SAMPLE NOTICE
   목적: tax.mzm.kr 사이트 등록용 샘플 안내/주의문 영역 추가
   보호: 기존 시뮬레이터, 모바일 바텀시트, data-* 선택자 유지
   ========================================================= */
.sample-notice{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:18px;
  align-items:center;
  margin:0 0 12px;
  padding:20px 22px;
  border:1px solid rgba(122,84,65,.22);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,250,244,.94),rgba(255,255,255,.74));
  box-shadow:0 12px 30px rgba(61,40,31,.055);
}
.sample-notice span{
  display:inline-block;
  color:var(--brown-3);
  font-size:12px;
  font-weight:950;
  letter-spacing:.14em;
}
.sample-notice h2{
  margin:8px 0 0;
  color:var(--brown);
  font-size:clamp(22px,2.2vw,30px);
  line-height:1.25;
  letter-spacing:-.055em;
}
.sample-notice p{
  margin:0;
  color:#5f4f45;
  font-size:14px;
  line-height:1.72;
  font-weight:720;
}
.hero p b{color:var(--brown);font-weight:950}
@media (max-width:980px){
  .sample-notice{grid-template-columns:1fr;}
}
@media (max-width:640px){
  .sample-notice{padding:17px 14px;border-radius:20px;}
}

.industry-tabs{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin-bottom:12px;
}
.industry-tab{
  min-height:48px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fffdf9;
  color:#5f5046;
  font-weight:950;
  transition:all .25s ease;
}
.industry-tab.is-active{background:var(--brown);border-color:var(--brown);color:#fff;}
.industry-tab:hover{transform:translateY(-1px)}

.amount-card,
.impact-strip,
.cta-area{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 10px 28px rgba(61,40,31,.05);
}
.amount-card{
  padding:22px 24px;
  background:linear-gradient(135deg,#2f1f18,#4a3328);
  color:#fff7f1;
}
.amount-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  color:#dcc6b6;
  font-size:14px;
  font-weight:900;
}
.amount-topline b{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(195,154,107,.14);
  color:#f0d8b8;
  font-size:12px;
  letter-spacing:.05em;
}
.amount-main{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:26px;
  align-items:start;
  margin-top:18px;
}
.amount-label{color:#e7d4c7;font-size:16px;font-weight:900;}
.amount-value{
  display:flex;
  align-items:flex-end;
  gap:8px;
  margin-top:8px;
}
.amount-value strong{
  display:block;
  font-size:clamp(46px,8vw,88px);
  line-height:.95;
  letter-spacing:-.09em;
  color:#fff;
}
.amount-value em{
  display:block;
  margin-bottom:12px;
  color:#f4dfca;
  font-size:30px;
  font-style:normal;
  font-weight:950;
}
.amount-subtitle{
  display:block;
  color:#e7d4c7;
  font-size:14px;
  font-weight:900;
  margin-bottom:10px;
}
.active-line-wrap{
  position:relative;
  min-height:150px;
  overflow:hidden;
}
.active-line,
.final-top-card{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:44px 1fr auto;
  gap:14px;
  align-items:center;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.06);
  opacity:0;
  transform:translateY(12px);
}
.active-line.is-enter,
.final-top-card.is-enter{animation:itemIn .6s ease forwards;}
.active-line.is-exit{animation:itemOut .55s ease forwards;}
@keyframes itemIn{to{opacity:1;transform:translateY(0);}}
@keyframes itemOut{to{opacity:0;transform:translateY(-10px);}}

.line-icon{
  display:grid;
  place-items:center;
  width:44px;height:44px;
  border:2px solid rgba(255,255,255,.22);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:transparent;
  font-size:20px;
  font-weight:950;
  transition:all .45s ease;
}
.active-line.is-checked .line-icon{
  border-color:var(--green);
  background:var(--green);
  color:#fff;
  box-shadow:0 0 0 8px rgba(15,154,100,.12);
}
.line-copy b{display:block;color:#fff;font-size:18px;letter-spacing:-.04em;}
.line-copy small{display:block;margin-top:5px;color:#e2cfc0;font-size:13px;font-weight:650;}
.line-saving{color:#6ee0ab;font-size:22px;font-weight:950;letter-spacing:-.055em;white-space:nowrap;}

.final-top-card{
  grid-template-columns:1fr auto;
  align-items:center;
  border-color:rgba(15,154,100,.42);
  background:linear-gradient(135deg, rgba(15,154,100,.18), rgba(255,255,255,.055));
}
.final-top-card span{
  display:block;
  color:#9cf1c6;
  font-size:13px;
  font-weight:950;
  letter-spacing:.08em;
}
.final-top-card strong{
  display:block;
  margin-top:8px;
  color:#fff;
  font-size:clamp(34px,4vw,52px);
  line-height:1;
  letter-spacing:-.075em;
}
.final-top-card small{
  display:block;
  margin-top:9px;
  color:#dbf4e7;
  font-size:14px;
  font-weight:700;
}
.final-top-card .final-side{
  min-width:150px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  background:rgba(255,255,255,.07);
  text-align:right;
  color:#ecfff5;
  font-size:14px;
  font-weight:850;
  line-height:1.45;
}
.final-top-card .final-side b{
  display:block;
  margin-top:4px;
  color:#fff;
  font-size:20px;
  letter-spacing:-.04em;
}

.progress-wrap{margin-top:20px;}
.progress-labels{
  display:flex;justify-content:space-between;
  color:#dcc6b6;font-size:12px;font-weight:850;margin-bottom:8px;
}
.amount-progress{
  height:16px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;
}
.amount-progress-fill{
  height:100%;width:100%;border-radius:999px;
  background:linear-gradient(90deg,#d37b52 0%, #d3b86a 45%, #22b375 100%);
  transition:width 2.2s ease;
}

.impact-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;margin-top:12px;padding:0;overflow:hidden;
}
.impact-strip>div{padding:18px 20px;}
.impact-strip>div+div{border-left:1px solid var(--line);}
.impact-strip span{display:block;color:var(--brown-3);font-size:12px;font-weight:950;letter-spacing:.12em;}
.impact-strip strong{display:block;margin-top:8px;color:var(--brown);font-size:20px;line-height:1.3;letter-spacing:-.04em;}

.cta-area{
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:22px;align-items:center;margin-top:12px;padding:22px 24px;
}
.cta-area span{color:var(--brown-3);font-size:12px;font-weight:950;letter-spacing:.14em;}
.cta-area h2{margin:8px 0 0;color:var(--brown);font-size:clamp(28px,3vw,38px);line-height:1.18;letter-spacing:-.06em;}
.cta-area p{margin:12px 0 0;color:#5d4e44;font-size:15px;line-height:1.65;font-weight:650;}
.cta-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.cta-buttons a{
  display:grid;place-items:center;min-height:64px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);font-weight:950;text-align:center;
}
.cta-buttons a:first-child{background:var(--brown);border-color:var(--brown);color:#fff;}

.footer{padding:16px 4px 0;text-align:center;}
.footer p{margin:0;color:#77695f;font-size:13px;line-height:1.55;font-weight:650;}

@media (max-width:980px){
  .hero,.amount-main,.cta-area{grid-template-columns:1fr;}
  .hero-chip{text-align:left;width:max-content;}
  .impact-strip,.cta-buttons{grid-template-columns:1fr;}
  .impact-strip>div+div{border-left:0;border-top:1px solid var(--line);}
}
@media (max-width:640px){
  .page{padding:12px 10px 24px}
  .simulator{padding:10px;border-radius:22px}
  .hero h1{font-size:38px}
  .industry-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .amount-card,.cta-area{padding:18px 14px}
  .amount-topline,.amount-row{display:grid}
  .amount-value strong{font-size:56px}
  .amount-value em{margin-bottom:8px;font-size:24px}
  .active-line{grid-template-columns:38px 1fr}
  .line-saving{grid-column:2;font-size:18px}
  .final-top-card{grid-template-columns:1fr}
  .final-top-card .final-side{text-align:left;margin-top:10px}
}


/* PATCH 2026-06-02 v8.0 OVERRIDE
   목적: 1번/3번 상태 문구 제거, 오른쪽 영역에 최종 총 절세 가능액만 표시, 금액 단위 고정 */
.amount-topline{
  display:none !important;
}

.final-top-card{
  grid-template-columns:1fr !important;
  min-height:150px;
  align-content:center;
}

.final-top-card span{
  color:#9cf1c6;
}

.final-top-card strong{
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
  font-size:clamp(34px,4.2vw,56px);
  line-height:.96;
}

.final-top-card strong .final-label{
  flex-basis:100%;
  color:#9cf1c6;
  font-size:15px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.final-top-card strong .final-number{
  color:#fff;
  letter-spacing:-.08em;
}

.final-top-card strong .won-fixed{
  color:#fff;
  font-size:clamp(22px,2vw,30px);
  font-style:normal;
  font-weight:950;
  line-height:1;
  margin-bottom:4px;
}

.final-top-card small{
  margin-top:10px;
}

.final-top-card .final-side{
  display:none !important;
}

.amount-value em{
  flex-shrink:0;
}

@media (max-width:640px){
  .final-top-card strong{
    font-size:38px;
  }
}


/* PATCH 2026-06-02 v9.0 OVERRIDE
   목적: 최종 결과 카드에서 '시뮬레이션 완료' 제거 후 그 위치에 '총 절세 가능액' 표시 */
.final-top-card{
  grid-template-columns:1fr !important;
  min-height:150px;
  align-content:center;
  justify-items:end;
  text-align:right;
  padding-right:22px;
}

.final-top-card span.final-label{
  display:block;
  color:#9cf1c6;
  font-size:15px;
  font-weight:950;
  line-height:1.2;
  letter-spacing:-.02em;
}

.final-top-card strong{
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  flex-wrap:nowrap;
  gap:8px;
  width:100%;
  margin-top:10px;
  color:#fff;
  line-height:.92;
}

.final-top-card strong .final-number{
  display:inline-block;
  color:#fff;
  font-size:clamp(46px,5.2vw,72px);
  font-weight:950;
  letter-spacing:-.085em;
}

.final-top-card strong .won-fixed{
  display:inline-block;
  color:#fff;
  font-size:clamp(24px,2.4vw,34px);
  font-style:normal;
  font-weight:950;
  line-height:1;
  margin-bottom:6px;
}

.final-top-card small{
  width:100%;
  margin-top:12px;
  color:#dbf4e7;
  font-size:14px;
  text-align:right;
}

@media (max-width:640px){
  .final-top-card{
    justify-items:start;
    text-align:left;
    padding-right:18px;
  }
  .final-top-card strong{
    justify-content:flex-start;
  }
  .final-top-card strong .final-number{
    font-size:42px;
  }
  .final-top-card small{
    text-align:left;
  }
}


/* PATCH 2026-06-02 v12.0 OVERRIDE
   목적: 왼쪽 금액 수직 정렬, 오른쪽 결과 카드 배지 강조, 결과 카드 중앙 정렬 */
.amount-main{
  align-items:center !important;
}
.amount-left{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:150px;
}
.amount-right{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.active-line-wrap{
  min-height:164px;
}
.final-top-card{
  min-height:164px;
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  align-items:flex-end;
  text-align:right;
  padding:18px 22px;
}
.final-top-card .final-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(15,154,100,.2);
  border:1px solid rgba(110,224,171,.32);
  color:#bbf5d7;
  font-size:14px;
  font-weight:950;
  letter-spacing:-.01em;
}
.final-top-card strong{
  justify-content:flex-end;
  margin-top:14px;
}
.final-top-card strong .final-number{
  font-size:clamp(50px,5.6vw,76px);
}
.final-top-card strong .won-fixed{
  font-size:clamp(24px,2.2vw,34px);
  margin-bottom:7px;
}
.final-top-card small{
  margin-top:14px;
  max-width:100%;
}
.active-line{
  min-height:164px;
  align-items:center;
}

@media (max-width:640px){
  .amount-left{
    min-height:auto;
  }
  .final-top-card{
    align-items:flex-start;
    text-align:left;
  }
  .final-top-card strong{
    justify-content:flex-start;
  }
}


/* PATCH 2026-06-02 v12.0 OVERRIDE
   목적: 이전 카드가 페이드아웃되는 동안 다음 카드가 함께 페이드인되도록 교차 전환 */
.active-line-wrap{
  position:relative;
  overflow:hidden;
}

.active-line,
.final-top-card{
  will-change:transform, opacity;
}

.active-line.is-enter,
.final-top-card.is-enter{
  animation:itemInSoft .65s ease forwards;
}

.active-line.is-exit{
  animation:itemOutSoft .65s ease forwards;
}

@keyframes itemInSoft{
  from{
    opacity:0;
    transform:translateY(14px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes itemOutSoft{
  from{
    opacity:1;
    transform:translateY(0);
  }
  to{
    opacity:0;
    transform:translateY(-10px);
  }
}


/* PATCH 2026-06-02 v13.0 OVERRIDE
   목적: 왼쪽 현재 예상 세금 숫자가 바뀌어도 '원' 단위 위치가 고정되도록 보정 */
.amount-value{
  position:relative;
  display:block;
  width:min(100%, 640px);
  min-height:112px;
  padding-right:54px;
}

.amount-value strong{
  display:block;
  width:100%;
  text-align:right;
  white-space:nowrap;
}

.amount-value em{
  position:absolute;
  right:0;
  bottom:14px;
  margin-bottom:0 !important;
  flex-shrink:0;
}

@media (max-width:980px){
  .amount-value{
    width:min(100%, 560px);
  }
}

@media (max-width:640px){
  .amount-value{
    width:100%;
    min-height:78px;
    padding-right:40px;
  }

  .amount-value em{
    bottom:8px;
    font-size:24px !important;
  }
}


/* PATCH 2026-06-02 v14.0 OVERRIDE
   목적: 오른쪽 최종 결과 카드에서 배지/금액/설명 문구가 겹치거나 잘리지 않도록 보정 */
.active-line-wrap{
  min-height:172px;
}

.final-top-card{
  min-height:172px;
  padding:20px 22px 18px !important;
  justify-content:center;
}

.final-top-card .final-badge{
  align-self:flex-end;
  margin-bottom:8px;
  min-height:30px;
  padding:0 12px;
  font-size:13px;
  line-height:1;
}

.final-top-card strong{
  margin-top:0 !important;
  line-height:1 !important;
  gap:6px !important;
}

.final-top-card strong .final-number{
  font-size:clamp(38px,4.3vw,58px) !important;
  line-height:.95 !important;
  letter-spacing:-.075em !important;
}

.final-top-card strong .won-fixed{
  font-size:clamp(20px,2vw,28px) !important;
  margin-bottom:5px !important;
}

.final-top-card small{
  display:block;
  width:100%;
  margin-top:10px !important;
  color:#dbf4e7;
  font-size:13px !important;
  line-height:1.35 !important;
  white-space:normal !important;
  overflow:visible !important;
  text-align:right;
}

@media (max-width:640px){
  .active-line-wrap{
    min-height:188px;
  }
  .final-top-card{
    min-height:188px;
    align-items:flex-start;
    text-align:left;
  }
  .final-top-card .final-badge{
    align-self:flex-start;
  }
  .final-top-card small{
    text-align:left;
  }
  .final-top-card strong .final-number{
    font-size:38px !important;
  }
}


/* PATCH 2026-06-02 v15.0 OVERRIDE
   목적: 모바일에서 1번 영역(자동 시뮬레이션 상태 카드) 제거,
   현재 예상 세금 숫자와 '원' 단위가 잘리지 않도록 축소 */
.hero-chip{
  white-space:nowrap;
}
.hero-chip span{
  white-space:nowrap;
}

@media (max-width: 768px){
  .hero-chip{
    display:none !important;
  }

  .hero{
    grid-template-columns:1fr !important;
    gap:14px !important;
    margin-bottom:14px !important;
  }

  .page{
    padding:14px 10px 24px !important;
  }

  .simulator{
    padding:10px !important;
  }

  .industry-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .industry-tab{
    min-height:44px !important;
    font-size:16px !important;
  }

  .amount-card{
    padding:16px 14px !important;
  }

  .amount-label{
    font-size:15px !important;
  }

  .amount-value{
    width:100% !important;
    min-height:72px !important;
    padding-right:34px !important;
  }

  .amount-value strong{
    font-size:clamp(42px, 11vw, 58px) !important;
    line-height:.95 !important;
    letter-spacing:-.08em !important;
  }

  .amount-value em{
    right:0 !important;
    bottom:7px !important;
    font-size:20px !important;
    line-height:1 !important;
  }

  .active-line-wrap{
    min-height:176px !important;
  }

  .line-copy b{
    font-size:16px !important;
  }

  .line-copy small{
    font-size:12px !important;
  }

  .line-saving{
    font-size:16px !important;
  }
}

@media (max-width: 420px){
  .hero h1{
    font-size:32px !important;
  }

  .hero p{
    font-size:14px !important;
    line-height:1.6 !important;
  }

  .amount-value{
    min-height:66px !important;
    padding-right:30px !important;
  }

  .amount-value strong{
    font-size:clamp(38px, 10.8vw, 50px) !important;
  }

  .amount-value em{
    font-size:18px !important;
    bottom:6px !important;
  }

  .industry-tab{
    font-size:15px !important;
  }
}


/* PATCH 2026-06-02 v16.0 OVERRIDE
   목적: 모바일에서 제거해야 할 1번 영역은 업종 선택 버튼 영역임.
   자동 시뮬레이션 상태 카드는 다시 표시하고, 업종 탭만 모바일에서 숨김 처리 */
@media (max-width: 768px){
  .hero-chip{
    display:block !important;
    width:max-content !important;
    max-width:100%;
    text-align:left !important;
    padding:16px 18px !important;
  }

  .hero-chip span{
    display:block !important;
    font-size:12px !important;
    white-space:nowrap !important;
  }

  .hero-chip strong{
    font-size:28px !important;
  }

  .industry-tabs{
    display:none !important;
  }
}


/* PATCH 2026-06-02 v17.0 OVERRIDE
   목적: 모바일 상단 상태 카드 폭을 아래 박스와 맞추고 직종명 우측 정렬 */
@media (max-width: 768px){
  .hero-chip{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    padding:16px 18px !important;
    border-radius:22px !important;
    box-sizing:border-box !important;
  }

  .hero-chip span{
    display:block !important;
    width:100% !important;
    text-align:left !important;
    white-space:nowrap !important;
    font-size:12px !important;
  }

  .hero-chip strong{
    display:block !important;
    width:100% !important;
    margin-top:8px !important;
    text-align:right !important;
    font-size:28px !important;
    line-height:1 !important;
  }
}

@media (max-width: 420px){
  .hero-chip{
    padding:14px 16px !important;
  }

  .hero-chip strong{
    font-size:26px !important;
  }
}


/* PATCH 2026-06-02 v18.0 OVERRIDE
   목적: 모바일에서 hero-chip이 실제로 가로 전체를 쓰도록 stretch 보정,
   직종명은 카드 우측 끝으로 더 명확히 정렬 */
@media (max-width: 768px){
  .hero{
    display:grid !important;
    grid-template-columns:1fr !important;
    align-items:stretch !important;
  }

  .hero-chip{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-self:stretch !important;
    justify-self:stretch !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }

  .hero-chip span{
    display:block !important;
    width:100% !important;
    text-align:left !important;
    white-space:nowrap !important;
  }

  .hero-chip strong{
    display:block !important;
    width:100% !important;
    text-align:right !important;
    margin-top:8px !important;
    padding-right:0 !important;
    margin-left:auto !important;
  }
}


/* PATCH 2026-06-02 v19.0 OVERRIDE
   목적: 모바일 상단 상태 카드를 눌러 업종 선택 바텀시트를 열 수 있게 함 */
.hero-chip[data-mobile-industry-trigger]{
  cursor:pointer;
}

.industry-sheet{
  position:fixed;
  inset:0;
  z-index:1200;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease;
}

.industry-sheet.is-open{
  opacity:1;
  pointer-events:auto;
}

.industry-sheet__backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(25,16,11,.48);
  cursor:pointer;
}

.industry-sheet__panel{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:10px 14px 18px;
  border-radius:22px 22px 0 0;
  background:#f7f1ea;
  box-shadow:0 -16px 50px rgba(44,28,18,.18);
  transform:translateY(104%);
  transition:transform .28s ease;
}

.industry-sheet.is-open .industry-sheet__panel{
  transform:translateY(0);
}

.industry-sheet__grab{
  width:54px;
  height:6px;
  margin:0 auto 12px;
  border-radius:999px;
  background:#d9c8b7;
}

.industry-sheet__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.industry-sheet__head h3{
  margin:0;
  font-size:18px;
  color:#3f291e;
}

.industry-sheet__x{
  border:1px solid #dfd2c6;
  background:#fff;
  color:#6a4b3a;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
}

.industry-sheet__list{
  display:grid;
  gap:10px;
}

.industry-sheet__item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
  padding:14px 16px;
  border:1px solid #e3d7cb;
  border-radius:16px;
  background:#fff;
  color:#3c2a20;
  font-size:16px;
  font-weight:800;
  text-align:left;
}

.industry-sheet__item.is-active{
  border-color:#5a3523;
  background:#5a3523;
  color:#fff;
}

.industry-sheet__item small{
  font-size:13px;
  font-weight:900;
  color:inherit;
  opacity:.88;
}

@media (min-width: 769px){
  .industry-sheet{
    display:none !important;
  }
}

@media (max-width: 768px){
  .hero-chip[data-mobile-industry-trigger]::after{
    content:"업종 변경";
    display:block;
    width:100%;
    margin-top:6px;
    text-align:right;
    font-size:11px;
    font-weight:800;
    color:#9a7b66;
  }
}


/* PATCH 2026-06-02 v20.0 OVERRIDE
   목적: 모바일 상태 카드 업종명 옆에 화살표를 추가해 클릭 유도를 강화 */
@media (max-width: 768px){
  .hero-chip{
    position:relative;
  }

  .hero-chip strong{
    display:flex !important;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
  }

  .hero-chip strong::after{
    content:"›";
    display:inline-block;
    font-size:22px;
    line-height:1;
    font-weight:900;
    color:#0ea86f;
    transform:translateY(-1px);
  }

  .hero-chip[data-mobile-industry-trigger]:active{
    transform:translateY(1px);
  }
}


/* PATCH 2026-06-02 v21.0 OVERRIDE
   목적: 모바일 상태 카드 클릭 시 실제 바텀시트가 열리도록 스타일 연결 */
.hero-chip[data-mobile-industry-trigger]{
  cursor:pointer;
}

.industry-sheet{
  position:fixed;
  inset:0;
  z-index:1200;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease;
}

.industry-sheet.is-open{
  opacity:1;
  pointer-events:auto;
}

.industry-sheet__backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(25,16,11,.48);
  cursor:pointer;
}

.industry-sheet__panel{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:10px 14px 18px;
  border-radius:22px 22px 0 0;
  background:#f7f1ea;
  box-shadow:0 -16px 50px rgba(44,28,18,.18);
  transform:translateY(104%);
  transition:transform .28s ease;
}

.industry-sheet.is-open .industry-sheet__panel{
  transform:translateY(0);
}

.industry-sheet__grab{
  width:54px;
  height:6px;
  margin:0 auto 12px;
  border-radius:999px;
  background:#d9c8b7;
}

.industry-sheet__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.industry-sheet__head h3{
  margin:0;
  font-size:18px;
  color:#3f291e;
}

.industry-sheet__x{
  border:1px solid #dfd2c6;
  background:#fff;
  color:#6a4b3a;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:800;
}

.industry-sheet__list{
  display:grid;
  gap:10px;
}

.industry-sheet__item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  width:100%;
  padding:14px 16px;
  border:1px solid #e3d7cb;
  border-radius:16px;
  background:#fff;
  color:#3c2a20;
  font-size:16px;
  font-weight:800;
  text-align:left;
}

.industry-sheet__item.is-active{
  border-color:#5a3523;
  background:#5a3523;
  color:#fff;
}

.industry-sheet__item small{
  font-size:13px;
  font-weight:900;
  color:inherit;
  opacity:.88;
}

@media (min-width: 769px){
  .industry-sheet{
    display:none !important;
  }
}

@media (max-width: 768px){
  .hero-chip[data-mobile-industry-trigger]:active{
    transform:translateY(1px);
  }
}


/* PATCH 2026-06-02 v22.0 OVERRIDE
   목적: 바텀시트 클릭/표시 안정화 */
.industry-sheet{
  touch-action:manipulation;
}

.industry-sheet__panel{
  max-height:82vh;
  overflow:auto;
}

@media (max-width:768px){
  .hero-chip[data-mobile-industry-trigger]{
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
}

/* =========================================================
   PATCH 2026-06-03 / TAX TAXI BRANDING + BOTTOM INFO
   목적: 상단은 택스택시 브랜드명과 세무 시뮬레이션 설명만 간결하게 유지하고,
         안내문·MZM/랜딩페이저 공유 CTA·저작권 링크는 하단으로 분리
   보호: 기존 시뮬레이터 data-* 구조, 업종 탭, 모바일 바텀시트 동작 유지
   ========================================================= */
.sample-info{
  display:grid;
  gap:12px;
  margin-top:12px;
}
.sample-info .sample-notice,
.sample-info .impact-strip,
.sample-info .cta-area{
  margin-top:0;
  margin-bottom:0;
}
.footer{
  padding:20px 4px 0;
}
.footer-links{
  display:grid;
  gap:8px;
  width:min(720px,100%);
  margin:12px auto 0;
}
.footer-links a{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:10px;
  align-items:center;
  padding:10px 12px;
  border:1px solid rgba(122,84,65,.18);
  border-radius:14px;
  background:rgba(255,250,244,.72);
  color:#4b382e;
  text-align:left;
}
.footer-links b{
  color:var(--brown);
  font-size:13px;
  font-weight:950;
}
.footer-links span{
  color:#77695f;
  font-size:13px;
  font-weight:650;
  line-height:1.45;
}
.footer-note{
  margin-top:12px !important;
  font-size:12px !important;
  color:#89796d !important;
}
@media (max-width:640px){
  .footer-links a{
    grid-template-columns:1fr;
    gap:4px;
    text-align:center;
  }
}


/* =========================================================
   PATCH 2026-06-03 / TAX TAXI SVG BRAND MARK APPLY
   목적: 택스택시 SVG 로고를 히어로 타이틀 앞에 적용하고,
         favicon/OG/manifest용 브랜드 에셋과 화면 균형을 맞춤
   보호: 기존 시뮬레이터 동작, 업종 탭, 모바일 바텀시트, 하단 링크 유지
   ========================================================= */
.brand-title-row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:8px;
}
.brand-mark{
  width:clamp(56px,6.4vw,82px);
  height:clamp(56px,6.4vw,82px);
  flex:0 0 auto;
  border-radius:22px;
  box-shadow:0 12px 28px rgba(61,40,31,.08);
}
.brand-title-row h1{
  margin:0;
}
@media (max-width:640px){
  .brand-title-row{
    gap:10px;
    align-items:center;
  }
  .brand-mark{
    width:50px;
    height:50px;
    border-radius:16px;
  }
  .brand-title-row h1{
    font-size:34px !important;
    letter-spacing:-.075em;
  }
}


/* =========================================================
   PATCH 2026-06-03 / TAX TAXI HERO BRAND COPY
   목적: 브랜드명 아래 대표 카피와 작은 설명 문구를 분리해 상단 메시지 위계 정리
   보호: 기존 .hero p 일반 규칙, 시뮬레이터, 업종 탭, 모바일 바텀시트 동작 유지
   ========================================================= */
.hero .brand-copy{
  max-width:790px;
  margin:16px 0 0;
  color:var(--brown);
  font-size:clamp(20px,2.25vw,28px);
  line-height:1.32;
  font-weight:950;
  letter-spacing:-.055em;
}
.hero .brand-desc{
  max-width:760px;
  margin:8px 0 0;
  color:#6f6056;
  font-size:clamp(13.5px,1.25vw,15.5px);
  line-height:1.7;
  font-weight:650;
  letter-spacing:-.035em;
}
@media (max-width:640px){
  .hero .brand-copy{
    margin-top:14px;
    font-size:21px;
    line-height:1.36;
  }
  .hero .brand-desc{
    margin-top:7px;
    font-size:13.5px;
    line-height:1.62;
  }
}


/* =========================================================
   PATCH 2026-06-03 / TAX TAXI HERO COPY COMPACT EXACT
   목적: 실제 적용된 .brand-copy / .brand-desc 문단 간격과 크기 축소
   보호: 로고/파비콘 경로, 계산기, 업종 탭, 그래프, 모바일 바텀시트 동작 유지
   ========================================================= */
.hero .brand-copy{
  max-width:760px !important;
  margin:10px 0 0 !important;
  color:var(--brown) !important;
  font-size:clamp(16px,1.55vw,20px) !important;
  line-height:1.32 !important;
  font-weight:850 !important;
  letter-spacing:-.045em !important;
}
.hero .brand-desc{
  max-width:760px !important;
  margin:4px 0 0 !important;
  color:#6f6056 !important;
  font-size:clamp(13px,1.05vw,14.5px) !important;
  line-height:1.55 !important;
  font-weight:600 !important;
  letter-spacing:-.035em !important;
}
@media (max-width:640px){
  .hero .brand-copy{
    margin-top:8px !important;
    font-size:16px !important;
    line-height:1.32 !important;
  }
  .hero .brand-desc{
    margin-top:3px !important;
    font-size:12.8px !important;
    line-height:1.5 !important;
  }
}


/* =========================================================
   PATCH 2026-06-03 / TAX TAXI HERO COPY FINAL BACKUP
   목적: 상단 카피/설명 텍스트 크기 및 문단 간격 최종 축소
   보호: 로고/파비콘/계산기/업종 탭/그래프/모바일 바텀시트 동작 유지
   ========================================================= */
.hero .brand-copy{
  margin:6px 0 0 !important;
  max-width:720px !important;
  color:#3d281f !important;
  font-size:17px !important;
  line-height:1.28 !important;
  font-weight:760 !important;
  letter-spacing:-.035em !important;
}
.hero .brand-desc{
  margin:2px 0 0 !important;
  max-width:720px !important;
  color:#6f6056 !important;
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:540 !important;
  letter-spacing:-.025em !important;
}
@media (max-width:640px){
  .hero .brand-copy{margin-top:5px !important;font-size:15.5px !important;line-height:1.28 !important;}
  .hero .brand-desc{margin-top:2px !important;font-size:12.4px !important;line-height:1.42 !important;}
}


/* =========================================================
   PATCH 2026-06-03 / TAX TAXI HERO LOGO BALANCE
   목적: 로고 영역 과대감 완화 및 상단 히어로 전체 균형 보정
   범위: hero 안 .brand-title-row, .brand-mark, h1, brand-copy/brand-desc, hero-chip 간격/크기만 수정
   보호: 로고/파비콘 경로, 계산기, 업종 탭, 그래프, 모바일 바텀시트 동작 유지
   ========================================================= */
.hero{
  gap:18px !important;
  align-items:center !important;
  margin-bottom:14px !important;
}
.brand-title-row{
  gap:12px !important;
  margin-top:7px !important;
  align-items:center !important;
}
.hero .brand-mark{
  width:64px !important;
  height:64px !important;
  border-radius:18px !important;
  box-shadow:0 8px 20px rgba(61,40,31,.07) !important;
}
.brand-title-row h1{
  font-size:clamp(42px,4.7vw,58px) !important;
  line-height:1.02 !important;
  letter-spacing:-.075em !important;
}
.hero .brand-copy{
  margin:4px 0 0 !important;
  font-size:16px !important;
  line-height:1.25 !important;
  font-weight:760 !important;
}
.hero .brand-desc{
  margin:2px 0 0 !important;
  font-size:12.8px !important;
  line-height:1.4 !important;
  font-weight:520 !important;
}
.hero-chip{
  min-width:196px !important;
  padding:15px 18px !important;
  border-radius:20px !important;
}
.hero-chip strong{
  font-size:27px !important;
  margin-top:6px !important;
}
@media (max-width:640px){
  .hero{
    margin-bottom:12px !important;
  }
  .brand-title-row{
    gap:9px !important;
    margin-top:6px !important;
  }
  .hero .brand-mark{
    width:46px !important;
    height:46px !important;
    border-radius:14px !important;
  }
  .brand-title-row h1{
    font-size:34px !important;
  }
  .hero .brand-copy{
    margin-top:4px !important;
    font-size:15px !important;
  }
  .hero .brand-desc{
    margin-top:2px !important;
    font-size:12.2px !important;
    line-height:1.38 !important;
  }
}
