/* ============================================================
   재산세제 랜딩 (양도소득세 / 상속·증여세)
   index.html 디자인 언어에 맞춘 남색 + 골드 톤
   base.html의 CSS 변수와 함께 사용합니다
   ============================================================ */

html, body { overflow-x: hidden; max-width: 100%; }

.ptl {
  --ptl-navy:   #0f172a;
  --ptl-deep:   #0b1b33;
  --ptl-blue:   #1e3a8a;
  --ptl-gold:   #d7bb73;
  --ptl-gold-soft: #e8d8a0;
  --ptl-cream:  #f7f3ea;
  --ptl-line:   #e5e7eb;
  --ptl-ink:    #0f172a;
  --ptl-muted:  #5f6b7d;
  color: var(--ptl-ink);
  background: #fff;
  overflow-x: hidden;
}
.ptl * { box-sizing: border-box; }
.ptl a { color: inherit; }
.ptl img { max-width: 100%; }
.ptl .ptl-container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

/* ── 서브 히어로 ── */
.ptl-hero {
  position: relative;
  padding: 132px 0 84px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(184,148,58,.20), transparent 30%),
    linear-gradient(135deg, var(--ptl-deep) 0%, var(--ptl-navy) 100%);
}
.ptl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
/* 양도세: 부동산(빌딩) 배경 + 남색 오버레이
   원본 1491x1055 (약 1.41:1 가로형) — 비율에 맞춰 높이를 잡아 잘림을 최소화 */
.ptl.theme-capital .ptl-hero {
  min-height: clamp(500px, 40vw, 640px);
  background:
    linear-gradient(rgba(236,239,244,.45), rgba(236,239,244,.45)),
    #e9edf2 url('/static/img/service-property2.png') center 56% / 100% auto no-repeat;
}
.ptl.theme-capital .ptl-hero::before { display: none; }
/* PC: 밝은(차분한) 사진 위에서 어두운 글자 + 흰색 헤일로로 가독성 확보 */
.ptl.theme-capital .ptl-hero h1,
.ptl.theme-capital .ptl-hero-lead,
.ptl.theme-capital .ptl-hero-pillar .v { color: #10223f; text-shadow: 0 0 12px rgba(255,255,255,.95), 0 0 4px rgba(255,255,255,.9); }
.ptl.theme-capital .ptl-hero h1 em { color: #1e40af; text-shadow: 0 0 10px rgba(255,255,255,.95); }
.ptl.theme-capital .ptl-hero-pillar .k { color: #1e40af; text-shadow: 0 0 10px rgba(255,255,255,.9); }
/* PC: 키워드 표 구분선을 어둡게(밝은 배경에서 보이도록) */
.ptl.theme-capital .ptl-hero-pillars { border-top-color: rgba(16,34,63,.28); }
.ptl.theme-capital .ptl-hero-pillar + .ptl-hero-pillar { border-left-color: rgba(16,34,63,.2); }

.ptl-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .8fr);
  gap: 64px;
  align-items: center;
}

.ptl-breadcrumb { margin: 0 0 26px; font-size: .82rem; color: rgba(255,255,255,.55); }
.ptl-breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; }
.ptl-breadcrumb a:hover { color: #fff; }
.ptl-breadcrumb span { color: var(--ptl-gold-soft); }

.ptl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: rgba(234,217,166,.9);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ptl-eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--ptl-gold); border-radius: 2px; }

.ptl-hero h1 {
  margin: 0;
  max-width: 640px;
  font-size: clamp(2.3rem, 4.4vw, 3.6rem);
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-weight: 900;
}
.ptl-hero h1 em { font-style: normal; color: var(--ptl-gold-soft); }
.ptl-hero-lead { max-width: 540px; margin: 24px 0 0; color: rgba(255,255,255,.74); font-size: 1.06rem; line-height: 1.85; }

.ptl-hero-points { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 30px; }
.ptl-hero-point { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 700; }
.ptl-hero-point::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--ptl-gold); }

.ptl-hero-pillars { display: flex; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.18); }
.ptl-hero-pillar { flex: 1; padding: 22px 22px 0 0; }
.ptl-hero-pillar + .ptl-hero-pillar { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.14); }
.ptl-hero-pillar .k { display: block; margin-bottom: 9px; color: var(--ptl-gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.ptl-hero-pillar .v { display: block; color: #fff; font-size: 1.1rem; font-weight: 850; letter-spacing: -.3px; }

/* ── 상담 폼 카드 ── */
.ptl-form-card {
  position: relative;
  border-radius: 12px;
  background: #fff;
  color: var(--ptl-ink);
  box-shadow: 0 26px 60px rgba(7,18,38,.34);
  overflow: hidden;
}
.ptl-form-body { padding: 30px 30px 26px; }
.ptl-form-label { margin: 0 0 8px; color: var(--ptl-blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ptl-form-card h2 { margin: 0; font-size: 1.5rem; line-height: 1.38; letter-spacing: -.4px; font-weight: 850; }
.ptl-form-sub { margin: 10px 0 22px; color: var(--ptl-muted); font-size: .9rem; line-height: 1.65; }
.ptl-form-group { margin-bottom: 13px; }
.ptl-form-group label { display: block; margin-bottom: 6px; font-size: .8rem; font-weight: 700; }
.ptl-form-group input,
.ptl-form-group select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--ptl-line);
  border-radius: 8px;
  color: var(--ptl-ink);
  background: #fff;
  font: inherit;
  font-size: .95rem;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.ptl-form-group input:focus,
.ptl-form-group select:focus { border-color: var(--ptl-blue); box-shadow: 0 0 0 3px rgba(30,58,138,.12); }
.ptl-agree { display: flex; align-items: flex-start; gap: 8px; margin: 15px 0; color: var(--ptl-muted); font-size: .8rem; line-height: 1.55; }
.ptl-agree input { margin-top: 3px; accent-color: var(--ptl-blue); }
.ptl-agree a { font-weight: 700; text-underline-offset: 2px; }
.ptl-submit { width: 100%; min-height: 54px; border: 0; border-radius: 8px; color: #fff; background: var(--ptl-blue); font: inherit; font-weight: 800; font-size: 1rem; cursor: pointer; transition: background .2s, transform .2s; }
.ptl-submit:hover { background: var(--ptl-navy); transform: translateY(-2px); }
.ptl-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.ptl-form-error { display: none; margin: 0 0 12px; padding: 10px 12px; border-radius: 8px; color: #9c2f28; background: #fdecea; font-size: .82rem; }
.ptl-form-foot { margin: 13px 0 0; text-align: center; color: var(--ptl-muted); font-size: .76rem; }
.ptl-form-card.is-success { min-height: 360px; }
.ptl-form-success { display: none; min-height: 360px; align-items: center; padding: 46px 36px; }
.ptl-success-content { width: 100%; padding-left: 22px; border-left: 3px solid var(--ptl-blue); text-align: left; }
.ptl-success-label { display: block; margin-bottom: 14px; color: var(--ptl-blue); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.ptl-form-success h3 { margin: 0 0 12px; font-size: 1.45rem; line-height: 1.45; font-weight: 850; letter-spacing: -.35px; }
.ptl-form-success p { margin: 0; color: var(--ptl-muted); font-size: .94rem; line-height: 1.8; }

/* ── 신뢰 스트립 ── */
.ptl-trust-strip { background: var(--ptl-cream); border-bottom: 1px solid var(--ptl-line); }
.ptl-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ptl-trust-item { padding: 26px 28px; border-right: 1px solid var(--ptl-line); }
.ptl-trust-item:last-child { border-right: 0; }
.ptl-trust-item strong { display: block; margin-bottom: 4px; color: var(--ptl-ink); font-size: 1rem; font-weight: 800; }
.ptl-trust-item span { color: var(--ptl-muted); font-size: .85rem; line-height: 1.55; }

/* ── 공통 섹션 ── */
.ptl-section { padding: 96px 0; }
.ptl-section.soft { background: var(--bg-light, #f9fafb); border-top: 1px solid var(--ptl-line); border-bottom: 1px solid var(--ptl-line); }
.ptl-section.dark {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(184,148,58,.18), transparent 26%),
    linear-gradient(135deg, var(--ptl-deep) 0%, var(--ptl-navy) 100%);
}
.ptl-section.dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.ptl-section.dark .ptl-container { position: relative; z-index: 1; }

.ptl-section-head { max-width: 720px; margin-bottom: 48px; }
.ptl-kicker { margin: 0 0 12px; color: var(--ptl-blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ptl-section.dark .ptl-kicker { color: rgba(234,217,166,.88); }
.ptl-section h2 { margin: 0; font-size: clamp(1.9rem, 3.4vw, 2.85rem); line-height: 1.25; letter-spacing: -1.2px; font-weight: 900; }
.ptl-section.dark h2 { color: #fff; }
.ptl-section h2 em { font-style: normal; color: var(--ptl-blue); }
.ptl-section.dark h2 em { color: var(--ptl-gold-soft); }
.ptl-section-intro { margin: 16px 0 0; max-width: 640px; color: var(--ptl-muted); font-size: 1.02rem; line-height: 1.85; }
.ptl-section.dark .ptl-section-intro { color: rgba(255,255,255,.7); }

/* ── 두 갈래 분기 ── */
.ptl-branch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ptl-branch {
  display: flex;
  flex-direction: column;
  padding: 40px 38px;
  border: 1px solid var(--ptl-line);
  border-top: 3px solid var(--ptl-gold);
  border-radius: 12px;
  background: #fff;
  transition: transform .25s, box-shadow .25s;
}
.ptl-branch:hover { transform: translateY(-4px); box-shadow: var(--shadow-md, 0 10px 30px rgba(15,23,42,.1)); }
.ptl-branch-label { display: inline-flex; align-self: flex-start; padding: 7px 14px; border-radius: 999px; background: var(--ptl-cream); color: #9a7d35; font-size: .76rem; font-weight: 800; letter-spacing: .02em; }
.ptl-branch h3 { margin: 20px 0 12px; font-size: 1.5rem; letter-spacing: -.6px; font-weight: 850; }
.ptl-branch-desc { margin: 0 0 22px; color: var(--ptl-muted); font-size: .96rem; line-height: 1.8; }
.ptl-branch-points { margin: 0 0 26px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 13px; }
.ptl-branch-points li { position: relative; padding-left: 28px; color: var(--ptl-ink); font-size: .93rem; line-height: 1.6; }
.ptl-branch-points li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; top: 1px; color: var(--ptl-blue); font-size: .8rem; }
.ptl-branch-link { margin-top: auto; align-self: flex-start; color: var(--ptl-blue); font-weight: 800; text-decoration: none; }
.ptl-branch-link::after { content: ' →'; }

/* ── 체크포인트 ── */
.ptl-issue-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ptl-issue {
  min-height: 200px;
  padding: 32px;
  border: 1px solid var(--ptl-line);
  border-radius: 12px;
  background: #fff;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.ptl-issue:hover { transform: translateY(-4px); box-shadow: var(--shadow-md, 0 10px 30px rgba(15,23,42,.1)); border-color: var(--ptl-blue); }
.ptl-issue-num { display: block; margin-bottom: 26px; color: var(--ptl-blue); opacity: .55; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.ptl-issue h3 { margin: 0 0 10px; font-size: 1.2rem; letter-spacing: -.4px; font-weight: 850; }
.ptl-issue p { margin: 0; color: var(--ptl-muted); font-size: .93rem; line-height: 1.72; }

/* ── 업무 범위 (다크) ── */
.ptl-scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ptl-scope { padding: 36px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.04); }
.ptl-scope-tag { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: var(--ptl-gold); color: var(--ptl-navy); font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.ptl-scope h3 { margin: 22px 0 12px; font-size: 1.35rem; font-weight: 850; color: #fff; }
.ptl-scope p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.8; }

/* ── 진행 단계 ── */
.ptl-process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ptl-line); }
.ptl-step { padding: 32px 26px 36px; border-right: 1px solid var(--ptl-line); border-bottom: 1px solid var(--ptl-line); }
.ptl-step:last-child { border-right: 0; }
.ptl-step b { display: block; margin-bottom: 30px; color: var(--ptl-blue); opacity: .7; font-size: .76rem; letter-spacing: .1em; font-weight: 800; }
.ptl-step h3 { margin: 0 0 8px; font-size: 1.08rem; font-weight: 850; }
.ptl-step p { margin: 0; color: var(--ptl-muted); font-size: .88rem; line-height: 1.65; }

/* ── 대표세무사 ── */
.ptl-advisor { display: grid; grid-template-columns: 320px 1fr; border-radius: 14px; overflow: hidden; background: var(--ptl-navy); color: #fff; }
.ptl-advisor-photo { min-height: 440px; background: #111827 url('/static/img/hj_profile2.jpg') center top / cover no-repeat; }
.ptl-advisor-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px 60px; }
.ptl-advisor-copy .ptl-kicker { color: rgba(234,217,166,.88); }
.ptl-advisor-copy h2 { max-width: 620px; margin: 12px 0 20px; font-size: clamp(1.7rem, 2.8vw, 2.5rem); line-height: 1.3; letter-spacing: -.8px; font-weight: 900; }
.ptl-advisor-copy p { max-width: 640px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.9; }
.ptl-advisor-sign { margin-top: 28px; font-weight: 800; font-size: 1.05rem; }
.ptl-advisor-sign span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.45); font-size: .8rem; font-weight: 600; }

/* ── FAQ ── */
.ptl-faq { max-width: 860px; }
.ptl-faq details { border-bottom: 1px solid var(--ptl-line); }
.ptl-faq summary { position: relative; padding: 24px 44px 24px 0; list-style: none; cursor: pointer; font-weight: 800; font-size: 1.02rem; }
.ptl-faq summary::-webkit-details-marker { display: none; }
.ptl-faq summary::after { content: '+'; position: absolute; right: 4px; top: 20px; color: var(--ptl-blue); font-size: 1.5rem; font-weight: 400; }
.ptl-faq details[open] summary::after { content: '−'; }
.ptl-faq-answer { padding: 0 44px 26px 0; color: var(--ptl-muted); font-size: .95rem; line-height: 1.85; }

/* ── 하단 CTA ── */
.ptl-bottom-cta {
  position: relative;
  padding: 90px 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(184,148,58,.2), transparent 30%),
    linear-gradient(135deg, var(--ptl-deep) 0%, var(--ptl-navy) 100%);
}
.ptl-bottom-grid { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.ptl-bottom-cta h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.3; letter-spacing: -1px; font-weight: 900; }
.ptl-bottom-cta p { margin: 12px 0 0; color: rgba(255,255,255,.74); line-height: 1.7; }
.ptl-bottom-button {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 200px; min-height: 56px; padding: 0 28px;
  border-radius: 8px; background: #fff; color: var(--ptl-navy) !important;
  text-decoration: none; font-weight: 800; font-size: 1rem;
  transition: transform .2s, background .2s;
}
.ptl-bottom-button:hover { transform: translateY(-2px); background: #eef2ff; }

.ptl-mobile-cta { display: none; }

/* ── 개인정보 안내 모달 ── */
.ptl-privacy-modal { display: none; position: fixed; inset: 0; z-index: 2000; align-items: center; justify-content: center; padding: 24px; background: rgba(10,18,48,.58); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.ptl-privacy-modal.is-open { display: flex; }
.ptl-privacy-box { position: relative; width: min(100%, 540px); max-height: min(82vh, 720px); overflow-y: auto; padding: 30px; border: 1px solid var(--ptl-line); border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(10,18,48,.28); outline: 0; }
.ptl-privacy-box h3 { margin: 0 0 20px; padding-right: 36px; color: var(--ptl-ink); font-size: 1.3rem; line-height: 1.4; }
.ptl-privacy-box p { margin: 0 0 13px; color: var(--ptl-muted); font-size: .9rem; line-height: 1.75; }
.ptl-privacy-box p strong { display: inline-block; min-width: 76px; color: var(--ptl-ink); }
.ptl-privacy-close { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f4f6f8; color: var(--ptl-navy); font-size: 22px; line-height: 1; cursor: pointer; }
.ptl-privacy-confirm { width: 100%; margin-top: 10px; padding: 14px; border: 0; border-radius: 10px; background: var(--ptl-navy); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }

/* ── 반응형 ── */
@media (max-width: 992px) {
  .ptl-hero { padding: 116px 0 64px; }
  .ptl-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .ptl-form-card { max-width: 560px; }
  .ptl-section { padding: 72px 0; }
  .ptl-process { grid-template-columns: repeat(2, 1fr); }
  .ptl-step:nth-child(2) { border-right: 0; }
  .ptl-advisor { grid-template-columns: 260px 1fr; }
  .ptl-advisor-copy { padding: 44px 38px; }
}

@media (max-width: 640px) {
  .ptl .ptl-container { width: calc(100% - 32px); }
  .ptl-hero { padding: 104px 0 50px; }
  /* 모바일: 사진을 상단 배너로 띄워 손이 폼 카드에 가리지 않게 함 */
  .ptl.theme-capital .ptl-hero {
    min-height: 0;
    padding-top: 230px;
    background-color: #0b1a36;
    background-image:
      linear-gradient(180deg,
        rgba(9,17,36,.26) 0%,
        rgba(9,17,36,.05) 88px,
        rgba(9,17,36,.05) 190px,
        rgba(11,21,42,.84) 238px,
        rgba(11,21,42,.98) 286px,
        #0b1a36 100%),
      url('/static/img/service-property2.png');
    background-size: cover, 100% auto;
    background-position: center, center top;
    background-repeat: no-repeat, no-repeat;
  }
  /* 모바일: 배너 아래 남색 위라 흰 글자 유지 */
  .ptl.theme-capital .ptl-hero h1,
  .ptl.theme-capital .ptl-hero-lead,
  .ptl.theme-capital .ptl-hero-pillar .v { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
  .ptl.theme-capital .ptl-hero h1 em { color: #9ab8f2; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
  .ptl.theme-capital .ptl-hero-pillar .k { color: #9ab8f2; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
  .ptl-hero h1 { font-size: 2rem; letter-spacing: -.6px; }
  .ptl-hero-lead { font-size: .98rem; }
  .ptl-hero-pillars { flex-direction: column; margin-top: 30px; border-top: 0; }
  .ptl-hero-pillar { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.16); }
  .ptl-hero-pillar + .ptl-hero-pillar { padding-left: 0; border-left: 0; }
  .ptl-hero-pillar .k { display: inline-block; margin: 0 10px 0 0; }
  .ptl-hero-pillar .v { display: inline-block; font-size: 1rem; }
  .ptl-form-card { max-width: none; }
  .ptl-form-body { padding: 24px 20px; }
  .ptl-form-card.is-success, .ptl-form-success { min-height: 300px; }
  .ptl-form-success { padding: 38px 26px; }
  .ptl-success-content { padding-left: 18px; }
  .ptl-trust-grid { grid-template-columns: 1fr; }
  .ptl-trust-item { padding: 18px 6px; border-right: 0; border-bottom: 1px solid var(--ptl-line); }
  .ptl-trust-item:last-child { border-bottom: 0; }
  .ptl-section { padding: 58px 0; }
  .ptl-section h2 { font-size: 1.7rem; letter-spacing: -.6px; }
  .ptl-branch-grid, .ptl-issue-grid, .ptl-scope-grid { grid-template-columns: 1fr; }
  .ptl-branch { padding: 28px 24px; }
  .ptl-issue { min-height: 0; padding: 26px 24px; }
  .ptl-issue-num { margin-bottom: 18px; }
  .ptl-scope { padding: 28px 24px; }
  .ptl-process { grid-template-columns: 1fr; }
  .ptl-step { border-right: 0; }
  .ptl-advisor { grid-template-columns: 1fr; }
  .ptl-advisor-photo { min-height: 320px; background-position: center 18%; }
  .ptl-advisor-copy { padding: 34px 24px; }
  .ptl-bottom-cta { padding: 64px 0 90px; }
  .ptl-bottom-grid { flex-direction: column; align-items: flex-start; }
  .ptl-bottom-button { width: 100%; }
  .ptl-mobile-cta {
    position: fixed;
    z-index: 900;
    left: 14px; right: 14px; bottom: 14px;
    display: flex; min-height: 54px;
    align-items: center; justify-content: center;
    border-radius: 10px;
    background: var(--ptl-blue);
    color: #fff !important;
    box-shadow: 0 12px 30px rgba(7,18,38,.3);
    text-decoration: none; font-weight: 800;
  }
  .ptl { padding-bottom: 78px; }
  .ptl-privacy-modal { align-items: flex-end; padding: 12px; }
  .ptl-privacy-box { width: 100%; max-height: 88vh; padding: 26px 20px 20px; border-radius: 18px 18px 12px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .ptl *, .ptl *::before, .ptl *::after { transition: none !important; }
}

/* ── 상속·증여 — 부가가치세 랜딩의 cream / navy / gold 디자인 언어 ── */
.ptl.theme-inheritance {
  --ptl-navy: #16243c;
  --ptl-deep: #16243c;
  --ptl-blue: #a2823a;
  --ptl-gold: #be9a4e;
  --ptl-gold-soft: #efe0b8;
  --ptl-cream: #f7f4ed;
  --ptl-line: #e3dccb;
  --ptl-ink: #1e2a3d;
  --ptl-muted: #697383;
  background: #f7f4ed;
}
.ptl.theme-inheritance .ptl-hero {
  padding-top: 104px;
  color: var(--ptl-ink);
  background:
    radial-gradient(rgba(190,154,78,.075) 1px, transparent 1.2px) 0 0 / 22px 22px,
    #fff;
}
.ptl.theme-inheritance .ptl-hero::before { display: none; }
.ptl.theme-inheritance .ptl-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--ptl-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
}
.ptl.theme-inheritance .ptl-eyebrow::before { display: none; }
.ptl.theme-inheritance .ptl-hero h1 { color: var(--ptl-ink); }
.ptl.theme-inheritance .ptl-hero h1 em {
  color: var(--ptl-blue);
  -webkit-text-emphasis: filled dot var(--ptl-gold);
  text-emphasis: filled dot var(--ptl-gold);
  -webkit-text-emphasis-position: over;
  text-emphasis-position: over;
}
.ptl.theme-inheritance .ptl-hero-lead { color: #46505f; }
.ptl.theme-inheritance .ptl-hero-pillars { border-top-color: var(--ptl-line); }
.ptl.theme-inheritance .ptl-hero-pillar + .ptl-hero-pillar { border-left-color: var(--ptl-line); }
.ptl.theme-inheritance .ptl-hero-pillar .k { color: var(--ptl-blue); }
.ptl.theme-inheritance .ptl-hero-pillar .v { color: var(--ptl-ink); }
.ptl.theme-inheritance .ptl-form-card {
  border: 1px solid var(--ptl-line);
  border-radius: 18px;
  box-shadow: 0 26px 56px -30px rgba(22,36,60,.32);
}
.ptl.theme-inheritance .ptl-form-group input,
.ptl.theme-inheritance .ptl-form-group select { background: #f7f8fa; border-radius: 10px; }
.ptl.theme-inheritance .ptl-submit { color: #1c1402; background: var(--ptl-gold); border-radius: 11px; }
.ptl.theme-inheritance .ptl-submit:hover { background: var(--ptl-blue); }
.ptl.theme-inheritance .ptl-trust-strip { color: #fff; background: var(--ptl-navy); border: 0; }
.ptl.theme-inheritance .ptl-trust-item { border-color: rgba(255,255,255,.1); }
.ptl.theme-inheritance .ptl-trust-item strong { color: #fff; }
.ptl.theme-inheritance .ptl-trust-item span { color: #aeb7c6; }
.ptl.theme-inheritance .ptl-section { background: #fff; }
.ptl.theme-inheritance .ptl-section.soft { background: #efeadd; }
.ptl.theme-inheritance .ptl-section.dark { background: var(--ptl-navy); }
.ptl.theme-inheritance .ptl-branch { border-radius: 16px; border-top-color: var(--ptl-gold); }
.ptl.theme-inheritance .ptl-branch-label { color: var(--ptl-blue); background: #f7f4ed; }
.ptl.theme-inheritance .ptl-issue { border-radius: 16px; }
.ptl.theme-inheritance .ptl-scope { border-radius: 16px; }
.ptl.theme-inheritance .ptl-bottom-cta { background: var(--ptl-navy); }
.ptl.theme-inheritance .ptl-bottom-button { color: #1c1402 !important; background: var(--ptl-gold); border-radius: 11px; }
.ptl.theme-inheritance .ptl-bottom-button:hover { background: #d0ae62; }
.ptl.theme-inheritance .ptl-section-head,
.ptl.theme-inheritance .ptl-trust-item,
.ptl.theme-inheritance .ptl-branch,
.ptl.theme-inheritance .ptl-issue,
.ptl.theme-inheritance .ptl-scope,
.ptl.theme-inheritance .ptl-step,
.ptl.theme-inheritance .ptl-bottom-grid {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.ptl.theme-inheritance .ptl-section-head.ptl-in,
.ptl.theme-inheritance .ptl-trust-item.ptl-in,
.ptl.theme-inheritance .ptl-branch.ptl-in,
.ptl.theme-inheritance .ptl-issue.ptl-in,
.ptl.theme-inheritance .ptl-scope.ptl-in,
.ptl.theme-inheritance .ptl-step.ptl-in,
.ptl.theme-inheritance .ptl-bottom-grid.ptl-in { opacity: 1; transform: none; }

@media (max-width: 640px) {
  .ptl.theme-inheritance .ptl-hero { padding-top: 82px; }
  .ptl.theme-inheritance .ptl-hero-pillars { border-top: 1px solid var(--ptl-line); }
  .ptl.theme-inheritance .ptl-hero-pillar { border-top-color: var(--ptl-line); }
  .ptl.theme-inheritance .ptl-hero-pillar + .ptl-hero-pillar { border-left: 0; }
  .ptl.theme-inheritance .ptl-mobile-cta { color: #1c1402 !important; background: var(--ptl-gold); }
}
