/* =========================================================
   POSTON Landing Page — homepage-only styles
   Scope: everything is nested under body.pt-home so it never
   leaks onto board/community pages that reuse this theme.
   ========================================================= */

/* ---- self-hosted Pretendard ---- */
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-Thin.otf') format('opentype'); font-weight:100; font-style:normal; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-ExtraLight.otf') format('opentype'); font-weight:200; font-style:normal; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-Light.otf') format('opentype'); font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-Regular.otf') format('opentype'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-Medium.otf') format('opentype'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-SemiBold.otf') format('opentype'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-Bold.otf') format('opentype'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-ExtraBold.otf') format('opentype'); font-weight:800; font-style:normal; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('../font/Pretendard-Black.otf') format('opentype'); font-weight:900; font-style:normal; font-display:swap; }

/* Display italic accent face — used only for the short "storytelling"
   phrases (Every Story. Every Day / AI Content Engine / etc).
   Loaded via Adobe Typekit <link> in head.php (kit: hqe0fli).
   Typekit only serves this family at weight 700 / italic, so every rule
   below that uses --pt-serif in its italic form pins font-weight:700. */

:root{
  --pt-black:#0a0a0a;
  --pt-black-soft:#131313;
  --pt-card:#161616;
  --pt-line:#262626;
  --pt-white:#ffffff;
  --pt-gray:#b7b7bd;
  --pt-gray-dim:#8a8a90;
  --pt-pink:#ec0a8e;
  --pt-pink-dim:#c9127c;
  --pt-gradient:linear-gradient(135deg,#d81b2d 0%,#e40e6e 32%,#d61bd2 62%,#8a2be2 100%);
  --pt-sans:'Pretendard', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', sans-serif;
  --pt-serif:'kepler-std', Georgia, serif;
  --pt-max:1280px;
}

/* ---- reset the default gnuboard chrome only on the homepage ---- */
body.pt-home{ background:var(--pt-black); font-family:var(--pt-sans); }
body.pt-home #hd,
body.pt-home #hd + hr,
body.pt-home #aside{ display:none !important; }
body.pt-home #container_title{ display:none !important; } /* _INDEX_ 없는 pt-home 페이지(예: resource)에서도 기본 제목 숨김 */
body.pt-home #hd, body.pt-home #wrapper, body.pt-home #ft{ min-width:0; }
body.pt-home #wrapper{ background:var(--pt-black); }
body.pt-home #container_wr{ max-width:none; margin:0; }
body.pt-home #container{
  float:none; width:auto; margin:0; padding:0; min-height:0;
}
body.pt-home #container_wr + hr{ display:none !important; }

.pt-home *{ box-sizing:border-box; }
body.pt-home{ overflow-x:hidden; }
body.pt-home img, body.pt-home video{ max-width:100%; }

.pt-section{ position:relative; padding:140px 40px; }
.pt-inner{ max-width:var(--pt-max); margin:0 auto; }
.pt-kicker{
  font-family:var(--pt-sans); font-weight:700; font-size:13px; letter-spacing:.12em;
  color:var(--pt-pink); text-transform:uppercase; margin:0 0 18px;
}
.pt-h2{
  font-family:var(--pt-sans); font-weight:800; font-size:40px; line-height:1.25;
  color:var(--pt-white); margin:0 0 20px;
}
.pt-h2 em{ font-family:var(--pt-serif); font-style:italic; font-weight:700; color:var(--pt-white); }
.pt-body{ font-family:var(--pt-sans); font-weight:400; font-size:16px; line-height:1.75; color:var(--pt-gray); }
.pt-placeholder{
  background:var(--pt-pink); border-radius:4px; overflow:hidden; position:relative;
  display:flex; align-items:center; justify-content:center;
  color:rgba(255,255,255,.55); font-family:var(--pt-sans); font-size:13px; letter-spacing:.05em;
}
.pt-placeholder img{
  width:100%; height:100%; object-fit:cover; display:block;
}

/* =========================================================
   1. HERO
   ========================================================= */
.pt-hero{
  position:relative; height:920px; padding:0;
  background:var(--pt-gradient); /* video 로드 전/실패 시 fallback */
  overflow:hidden;
  display:flex; flex-direction:column;
}
.pt-hero-video{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center; z-index:0;
}
.pt-hero-overlay{
  position:absolute; inset:0; z-index:1;
  background:rgba(0,0,0,.2); /* 영상 위 블랙 20% 딤 처리 */
}
.pt-nav{
  position:relative; z-index:2; display:flex; align-items:center; justify-content:space-between;
  width:100%; margin:0; padding:28px 40px; flex-shrink:0; box-sizing:border-box;
}
.pt-logo{
  display:flex; align-items:center; color:#fff; text-decoration:none; line-height:0;
}
.pt-logo img{ height:24px !important; width:auto !important; max-width:none !important; display:block; }
.pt-nav-links{ display:flex; gap:32px; list-style:none; margin:0; padding:0; }
.pt-nav-links a{ font-family:var(--pt-sans); font-size:14px; font-weight:500; color:#fff; text-decoration:none; opacity:.92; }
.pt-nav-links a:hover{ opacity:1; text-decoration:underline; }
.pt-nav-right{ display:flex; align-items:center; gap:20px; }
.pt-nav-right span{ font-family:var(--pt-sans); font-size:14px; color:#fff; opacity:.9; }
.pt-btn-pill{
  display:inline-block; font-family:var(--pt-sans); font-weight:700; font-size:14px;
  background:#fff; color:var(--pt-black); padding:12px 26px; border-radius:999px;
  text-decoration:none; border:none; cursor:pointer;
}
.pt-btn-pill:hover{ background:#f0f0f0; }
.pt-btn-outline{
  display:inline-block; font-family:var(--pt-sans); font-weight:600; font-size:14px;
  background:transparent; color:#fff; padding:12px 30px; border-radius:999px;
  border:1px solid rgba(255,255,255,.45); text-decoration:none;
}
.pt-nav-hamburger{
  display:none; flex-direction:column; justify-content:center; align-items:center; gap:5px;
  width:36px; height:36px; background:transparent; border:none; cursor:pointer; padding:0;
  position:relative; z-index:5; flex-shrink:0;
}
.pt-nav-hamburger span{
  display:block !important; width:22px !important; height:2px !important;
  background:#fff !important; border-radius:2px; transition:transform .2s ease, opacity .2s ease;
  flex-shrink:0;
}
.pt-nav-hamburger.is-open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.pt-nav-hamburger.is-open span:nth-child(2){ opacity:0; }
.pt-nav-hamburger.is-open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.pt-nav-mobile-backdrop[hidden],
.pt-nav-mobile-menu[hidden]{ display:none !important; }
.pt-nav-mobile-backdrop{
  position:fixed; inset:0; z-index:98; background:rgba(0,0,0,.5);
}
.pt-nav-mobile-menu{
  position:fixed; top:0; right:0; z-index:99; width:min(78vw, 320px); height:100%;
  background:var(--pt-black-soft); border-left:1px solid var(--pt-line);
  padding:88px 28px 28px; display:flex; flex-direction:column; gap:6px;
  box-shadow:-12px 0 32px rgba(0,0,0,.4);
}
.pt-nav-mobile-close{
  position:absolute; top:24px; right:24px; z-index:5;
  width:36px; height:36px; background:transparent; border:none; cursor:pointer; padding:0;
  display:flex; align-items:center; justify-content:center;
}
.pt-nav-mobile-close span{
  position:absolute; display:block !important; width:20px !important; height:2px !important;
  background:#fff !important; border-radius:2px;
}
.pt-nav-mobile-close span:nth-child(1){ transform:rotate(45deg); }
.pt-nav-mobile-close span:nth-child(2){ transform:rotate(-45deg); }
.pt-nav-mobile-links{ list-style:none; margin:0 0 28px; padding:0; display:flex; flex-direction:column; }
.pt-nav-mobile-links a{
  display:block; padding:14px 4px; font-family:var(--pt-sans); font-size:16px; font-weight:600;
  color:#fff; text-decoration:none; border-bottom:1px solid var(--pt-line);
}
.pt-nav-mobile-cta{ text-align:center; }

@media (max-width:1024px){
  .pt-nav-hamburger{ display:flex; }
}

.pt-hero-body{
  position:relative; z-index:2; text-align:center; padding:0 40px;
  flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center;
}
.pt-hero-title{
  font-family:var(--pt-serif); font-style:italic; font-weight:700;
  font-size:76px; line-height:1.08; color:#fff; margin:0 0 34px;
}
.pt-hero-sub{ font-family:var(--pt-sans); font-weight:700; font-size:22px; color:#fff; margin:0; }
.pt-hero-sub em{ display:block; font-family:var(--pt-serif); font-style:italic; font-weight:700; font-size:30px; margin-top:2px; }
.pt-hero-cta{ margin-top:38px; }

/* =========================================================
   2. AI CONTENT ENGINE (intro)
   ========================================================= */
.pt-engine{ background:var(--pt-black); text-align:center; }
.pt-engine .pt-h2{ font-size:40px; }
.pt-engine .pt-h2 em{ font-size:50px; }
.pt-engine .pt-body{ max-width:760px; margin:0 auto 56px; }
.pt-engine .pt-placeholder{ height:420px; max-width:1200px; margin:0 auto; }

/* =========================================================
   3 / 4. TWO-COLUMN FEATURE DETAIL (alternating)
   ========================================================= */
.pt-feature{ background:var(--pt-black); }
.pt-feature .pt-h2{ text-align:center; font-size:32px; margin-bottom:60px; }
.pt-feature .pt-h2 em{ font-size:50px; }
.pt-feature-row{ display:flex; gap:64px; align-items:flex-start; }

/* "Context-Aware AI Content Generation" 섹션 전용 오버랩 레이아웃 —
   사진은 왼쪽에 살짝 치우쳐 배치하고, 텍스트 블록은 사진 오른쪽 일부에
   겹쳐 올라가면서 어두운 배경 쪽으로 이어지는 에디토리얼 스타일 */
.pt-feature-row.reverse{
  position:relative; display:block; min-height:600px;
}
.pt-feature-row.reverse .pt-feature-col:first-child{
  position:absolute; left:0; top:0; width:44%; height:600px; margin:0;
}
.pt-feature-row.reverse .pt-feature-col:first-child .pt-feature-media{ height:100%; }
.pt-feature-row.reverse .pt-feature-col:last-child{
  position:absolute; left:28%; top:50%; width:68%;
  transform:translateY(-50%); z-index:2; margin:0;
}
.pt-feature-row.reverse .pt-feature-heading,
.pt-feature-row.reverse .pt-feature-col:last-child p{
  text-shadow:0 2px 18px rgba(0,0,0,.6);
}
.pt-feature-col{ flex:1; min-width:0; }
.pt-feature-text{ border-left:2px solid var(--pt-pink); padding-left:28px; }
.pt-feature-text h3{ font-family:var(--pt-sans); font-weight:700; font-size:20px; color:#fff; margin:0 0 18px; }
.pt-feature-text p{ font-family:var(--pt-sans); font-size:14.5px; line-height:1.85; color:var(--pt-gray); margin:0 0 16px; }
.pt-feature-tags{ margin-top:28px; display:flex; flex-direction:column; gap:10px; }
.pt-feature-tags span{ font-family:var(--pt-sans); font-weight:700; font-size:14.5px; color:#fff; }
.pt-feature-media{ height:420px; border-radius:4px; }
.pt-feature-heading{ font-family:var(--pt-sans); font-weight:700; font-size:40px; color:#fff; margin:0 0 22px; }
.pt-feature-heading em{ font-family:var(--pt-serif); font-style:italic; font-weight:700; font-size:50px; }

/* =========================================================
   5. AUTOMATION FLOW DIAGRAM
   ========================================================= */
.pt-flow{ background:var(--pt-black-soft); text-align:center; }
.pt-flow .pt-h2{ font-size:40px; }
.pt-flow .pt-h2 em{ font-size:50px; }
.pt-flow .pt-body{ max-width:760px; margin:0 auto 70px; }
.pt-flow-diagram{
  position:relative; max-width:1180px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between; gap:0;
  padding:20px 0 60px;
}
.pt-flow-diagram svg.pt-flow-lines{ position:absolute; inset:0; width:100%; height:100%; z-index:0; pointer-events:none; }
.pt-flow-col{ position:relative; z-index:1; display:flex; flex-direction:column; gap:14px; }
.pt-flow-node{
  width:120px; height:88px;  border-radius:8px;
  box-shadow:0 6px 18px rgba(0,0,0,.35);
  overflow:hidden; position:relative; flex-shrink:0;
}
.pt-flow-node img{ width:100%; height:100%; object-fit:cover; display:block; }
.pt-flow-node.small{ height:60px; }
.pt-flow-label{ font-family:var(--pt-sans); font-size:11px; color:var(--pt-gray-dim); text-align:left; margin-bottom:2px; }
.pt-flow-cta{ margin-top:10px; }
.pt-flow-cta .pt-btn-outline{ color:var(--pt-gray); border-color:var(--pt-line); }

/* =========================================================
   6. FEATURE GRID + APP PREVIEWS
   ========================================================= */
.pt-grid-section{ background:var(--pt-black); text-align:center; }
.pt-grid-section .pt-h2{ font-size:40px; }
.pt-grid-section .pt-h2 em{ font-size:50px; }
.pt-grid-section .pt-body{ max-width:760px; margin:0 auto 56px; }
.pt-feature-grid{
  display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; text-align:left; margin-bottom:56px;
}
.pt-feature-card{ background:var(--pt-card); border:1px solid var(--pt-line); border-radius:10px; padding:28px 24px; }
.pt-feature-card h4{ font-family:var(--pt-sans); font-weight:700; font-size:16px; color:#fff; margin:0 0 16px; }
.pt-feature-card ul{ list-style:none; margin:0; padding:0; }
.pt-feature-card li{
  font-family:var(--pt-sans); font-size:13px; color:var(--pt-gray-dim);
  padding-left:14px; position:relative; margin-bottom:10px; line-height:1.5;
}
.pt-feature-card li::before{
  content:''; position:absolute; left:0; top:7px; width:5px; height:5px; border-radius:50%; background:var(--pt-pink);
}
.pt-app-previews{
  display:flex; align-items:center; justify-content:center; gap:100px; position:relative; padding-top:8px;
}
.pt-preview-lines{ position:absolute; inset:0; width:100%; height:100%; z-index:0; pointer-events:none; }
.pt-preview-col{ width:212px; flex:0 0 auto; display:flex; flex-direction:column; gap:16px; position:relative; z-index:1; }
.pt-preview-card{
   border-radius:12px; aspect-ratio:3/4; min-height:160px;
  display:flex; align-items:center; justify-content:center; overflow:hidden; position:relative;
  color:var(--pt-mute); font-family:var(--pt-sans); font-size:11px; letter-spacing:.05em;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.pt-preview-card img{ width:100%; height:100%; object-fit:cover; display:block; }
.pt-preview-card.small{ aspect-ratio:auto; height:130px; }
.pt-preview-step{
  position:absolute; left:10px; bottom:10px; z-index:2;
  background:var(--pt-black); color:#fff; font-family:var(--pt-sans); font-weight:700;
  font-size:10.5px; letter-spacing:.04em; padding:5px 10px; border-radius:999px;
}

/* =========================================================
   7. PARTNERS
   ========================================================= */
.pt-partners{ background:var(--pt-black-soft); text-align:center; }
.pt-partners .pt-h2{
  font-family:var(--pt-serif); font-style:italic; font-weight:700;
  font-size:50px; margin-bottom:44px;
}
.pt-partner-grid{
  display:grid; grid-template-columns:repeat(5, 1fr); gap:16px; max-width:1180px; margin:0 auto;
}
.pt-partner-tile{
  background:var(--pt-card); border:1px solid var(--pt-line); border-radius:10px;
  height:90px; display:flex; align-items:center; justify-content:center;
  font-family:var(--pt-sans); font-weight:700; font-size:13px; letter-spacing:.04em;
  color:var(--pt-gray-dim);
}

/* =========================================================
   7-1. FAQ
   ========================================================= */
.pt-faq{ background:var(--pt-black); }
.pt-faq .pt-kicker{ text-align:left; }
.pt-faq .pt-h2{
  text-align:left; font-family:var(--pt-serif); font-style:italic; font-weight:700;
  font-size:50px; margin-bottom:44px;
}
.pt-faq-list{ max-width:840px; border-top:1px solid var(--pt-line); }
.pt-faq-item{ padding:28px 0; border-bottom:1px solid var(--pt-line); }
.pt-faq-q{
  font-family:var(--pt-sans); font-weight:700; font-size:17px; color:#fff; margin:0 0 12px;
}
.pt-faq-a{ font-family:var(--pt-sans); font-weight:400; font-size:14.5px; line-height:1.8; color:var(--pt-gray); margin:0; }

/* =========================================================
   8. PRE-FOOTER CTA (sits just above the required Gnuboard footer)
   ========================================================= */
.pt-cta-band{
  background:var(--pt-gradient); text-align:center; padding:100px 40px;
}
.pt-cta-band .pt-h2{ color:#fff; font-size:34px; }
.pt-cta-band .pt-body{ color:rgba(255,255,255,.85); max-width:600px; margin:0 auto 34px; }

/* the legal/required Gnuboard footer keeps its own default styling;
   we just darken its wrapper so the transition from our dark sections
   isn't jarring. */
body.pt-home #ft{ background:var(--pt-black); border-top:1px solid var(--pt-line); }
body.pt-home #ft_wr, body.pt-home .ft_cnt, body.pt-home .ft_cnt a, body.pt-home #ft_copy{ color:#7a7a80 !important; }
body.pt-home .ft_cnt a{ color:#a8a8ae !important; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width:1024px){
  .pt-section{ padding:90px 24px; }
  .pt-hero-title{ font-size:52px; }
  .pt-feature-row{ flex-direction:column; }
  .pt-feature-row.reverse{ display:flex; flex-direction:column; min-height:0; }
  .pt-feature-row.reverse .pt-feature-col:first-child,
  .pt-feature-row.reverse .pt-feature-col:last-child{
    position:static; width:100%; height:auto; transform:none;
  }
  .pt-feature-row.reverse .pt-feature-col:first-child .pt-feature-media{ height:340px; }
  .pt-feature-row.reverse .pt-feature-heading,
  .pt-feature-row.reverse .pt-feature-col:last-child p{ text-shadow:none; }
  .pt-feature-grid{ grid-template-columns:repeat(2, 1fr); }
  .pt-app-previews{ flex-direction:column; }
  .pt-preview-col{ width:100%; }
  .pt-preview-lines{ display:none; }
  .pt-partner-grid{ grid-template-columns:repeat(3, 1fr); }
  .pt-flow-diagram{ flex-wrap:wrap; justify-content:center; gap:24px; }
  .pt-nav-links{ display:none; }
}
@media (max-width:640px){
  .pt-hero-title{ font-size:38px; }
  .pt-h2{ font-size:28px; }
  .pt-feature-grid{ grid-template-columns:1fr; }
  .pt-partner-grid{ grid-template-columns:repeat(2, 1fr); }
}

@media (max-width:480px){
  .pt-section{ padding:56px 18px; }
  .pt-inner{ padding:0; }

  /* 히어로 — 고정 920px는 작은 화면에서 빈 공간이 크게 남거나 내용이
     짤릴 수 있어 화면 높이 기준 가변으로 전환 */
  .pt-hero{ height:auto; min-height:100vh; min-height:100svh; }
  .pt-nav{ padding:18px 18px; flex-wrap:wrap; gap:10px; }
  .pt-nav-right{ gap:10px; }
  .pt-nav-right span{ display:none; } /* 좁은 화면에서 인사말 텍스트는 생략, 버튼만 유지 */
  .pt-btn-pill, .pt-btn-outline{ padding:10px 18px; font-size:13px; }
  .pt-hero-body{ padding:0 20px; }
  .pt-hero-title{ font-size:30px; margin-bottom:20px; }
  .pt-hero-sub{ font-size:17px; }
  .pt-hero-sub em{ font-size:22px; }
  .pt-hero-cta{ margin-top:26px; display:flex; flex-direction:column; gap:10px; width:100%; max-width:280px; }
  .pt-hero-cta .pt-btn-pill{ width:100%; text-align:center; }

  .pt-h2{ font-size:24px; }
  .pt-h2 em{ font-size:30px !important; }
  .pt-body{ font-size:14.5px; }

  .pt-engine .pt-placeholder{ height:220px; }
  .pt-feature-media{ height:240px; }
  .pt-feature-heading{ font-size:26px; }
  .pt-feature-heading em{ font-size:32px; }
  .pt-feature-row.reverse .pt-feature-col:first-child .pt-feature-media{ height:220px; }

  .pt-flow-diagram{ padding:14px 0 40px; gap:20px 14px; }
  .pt-flow-node{ width:96px; height:72px; }
  .pt-flow-node.small{ height:48px; }

  .pt-app-previews{ gap:40px; }
  .pt-preview-col{ width:100%; max-width:212px; }

  .pt-partner-grid{ grid-template-columns:repeat(2, 1fr); gap:10px; }
  .pt-partner-tile{ height:70px; font-size:12px; }

  .pt-faq .pt-h2, .pt-partners .pt-h2{ font-size:30px; }
  .pt-faq-q{ font-size:15px; }
  .pt-faq-a{ font-size:13.5px; }

  .pt-cta-band{ padding:56px 20px; }
  .pt-cta-band .pt-h2{ font-size:24px; }
}

/* =========================================================
   Resources — 요금 안내 페이지 (/resource/index.php)
   ========================================================= */
.pt-pricing{ position:relative; padding-top:120px; background-size:cover; background-position:center top; background-attachment:fixed; background-repeat:no-repeat; }
.pt-pricing:before{
  content:''; position:absolute; inset:0; z-index:0;
  background:linear-gradient(180deg, rgba(10,10,10,.55) 0%, rgba(10,10,10,.85) 40%, var(--pt-black) 85%);
}
.pt-pricing > .pt-inner{ position:relative; z-index:1; }
.pt-pricing-head{ text-align:center; max-width:560px; margin:0 auto 40px; }
.pt-pricing-head .pt-kicker{ text-align:center; }
.pt-pricing-head .pt-h2{ margin-bottom:12px; }
.pt-pricing-head .pt-body{ color:var(--pt-gray); }

.pt-pricing-toggle{
  display:flex; justify-content:center; gap:4px; max-width:340px; margin:0 auto 48px;
  background:var(--pt-card); border:1px solid var(--pt-line); border-radius:999px; padding:4px;
}
.pt-pricing-toggle-btn{
  flex:1; background:none; border:none; border-radius:999px; padding:10px 16px; cursor:pointer;
  font-family:var(--pt-sans); font-size:13.5px; font-weight:700; color:var(--pt-gray-dim);
}
.pt-pricing-toggle-btn.active{ background:var(--pt-pink); color:#fff; }

.pt-pricing-panel[hidden]{ display:none !important; }

.pt-pricing-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; align-items:stretch; }
.pt-pricing-grid-4{ grid-template-columns:repeat(4, 1fr); }
.pt-pricing-grid-business{ grid-template-columns:repeat(2, 1fr); max-width:820px; margin:0 auto; }

.pt-price-card{
  position:relative; background:var(--pt-card); border:1px solid var(--pt-line); border-radius:20px;
  padding:32px 28px; display:flex; flex-direction:column;
}
.pt-price-card.is-featured{ border-color:var(--pt-pink); box-shadow:0 0 0 1px var(--pt-pink); }
.pt-price-card-wide{ padding:40px; }

.pt-price-badge{
  position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:var(--pt-pink); color:#fff; font-family:var(--pt-sans); font-size:11.5px; font-weight:700;
  padding:5px 14px; border-radius:999px; white-space:nowrap;
}

.pt-price-card-head h3{
  font-family:var(--pt-sans); font-size:17px; font-weight:700; color:#fff; margin:0 0 14px;
}
.pt-price-num{
  font-family:var(--pt-sans); font-weight:800; font-size:34px; color:#fff; margin:0 0 14px;
  display:flex; align-items:baseline; gap:2px;
}
.pt-price-currency{ font-size:18px; font-weight:700; color:var(--pt-gray-dim); }
.pt-price-unit{ font-size:13px; font-weight:500; color:var(--pt-gray-dim); margin-left:4px; }
.pt-price-num-quote{ font-size:26px; }
.pt-price-desc{
  font-family:var(--pt-sans); font-size:13.5px; line-height:1.7; color:var(--pt-gray); margin:0 0 24px; min-height:60px;
}

.pt-price-cta{ width:100%; text-align:center; margin-bottom:26px; }

.pt-price-features{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.pt-price-features li{
  position:relative; padding-left:22px; font-family:var(--pt-sans); font-size:13.5px; color:var(--pt-gray);
}
.pt-price-features li:before{
  content:'✓'; position:absolute; left:0; top:0; color:var(--pt-pink); font-weight:700;
}
.pt-price-features-cols{
  display:grid; grid-template-columns:repeat(2, 1fr); gap:12px 20px;
}

.pt-pricing-note{
  text-align:center; margin-top:28px; font-family:var(--pt-sans); font-size:12px; color:var(--pt-gray-dim);
}

@media (max-width:900px){
  .pt-pricing-grid{ grid-template-columns:1fr; max-width:420px; margin:0 auto; }
  .pt-price-features-cols{ grid-template-columns:1fr; }
}
@media (max-width:480px){
  .pt-pricing{ padding-top:100px; }
  .pt-pricing-toggle{ max-width:none; }
  .pt-price-card{ padding:26px 22px; }
  .pt-price-num{ font-size:28px; }
}

/* 사업자 탭 잠금 안내 모달 */
.pt-content-modal-overlay{
  position:fixed; inset:0; z-index:200; background:rgba(0,0,0,.6);
  display:flex; align-items:center; justify-content:center; padding:20px;
}
.pt-content-modal-overlay[hidden]{ display:none !important; }
.pt-business-locked-box{
  position:relative; width:100%; max-width:400px; background:var(--pt-black-soft);
  border:1px solid var(--pt-line); border-radius:16px; padding:36px 28px 28px; text-align:center;
}
.pt-business-locked-box h3{
  font-family:var(--pt-sans); font-size:18px; font-weight:700; color:#fff; margin:0 0 12px;
}
.pt-business-locked-box p{
  font-family:var(--pt-sans); font-size:13.5px; line-height:1.7; color:var(--pt-gray); margin:0 0 22px;
}
.pt-business-locked-box .pt-btn-pill{ display:inline-block; }
.pt-business-locked-close{ position:absolute; top:16px; right:16px; }
.pt-business-locked-close span{ background:var(--pt-gray) !important; }
