:root{
  --bg1:#f6f8ff;
  --bg2:#edf1fa;
  --card:#ffffff;
  --ink:#232a3b;
  --muted:#7a849b;
  --line:#e3e8f6;
  --primary:#4f6df5;
  --primary-d:#3b55d9;
  --primary-soft:#eef2ff;
  --ok:#188a52;
  --ok-bg:#e9f8f0;
  --warn:#9a6b00;
  --warn-bg:#fff6e0;
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Segoe UI","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  background:linear-gradient(180deg,var(--bg1),var(--bg2)) fixed;
  color:var(--ink);
}
a{color:inherit}
.wrap{max-width:920px;margin:0 auto;padding:26px 18px 70px}
.top-nav{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  margin-bottom:30px;
}
.brand-link{
  display:flex;align-items:center;gap:9px;text-decoration:none;font-weight:850;white-space:nowrap;
}
.brand-mark{
  width:40px;height:40px;display:grid;place-items:center;border-radius:13px;
  background:#fff;border:1px solid var(--line);box-shadow:0 7px 20px rgba(80,100,170,.10);font-size:21px;
}
.nav-links{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.nav-link{
  text-decoration:none;padding:9px 12px;border-radius:999px;color:#59627a;
  font-size:13px;font-weight:780;white-space:nowrap;
}
.nav-link:hover,.nav-link.active{
  background:#fff;box-shadow:0 5px 16px rgba(90,110,180,.08);color:var(--primary)
}
.hero{
  text-align:center;
  padding:26px 10px 14px;
}
.hero-icon{font-size:52px;line-height:1}
.eyebrow{
  display:inline-flex;align-items:center;gap:6px;margin-bottom:10px;
  padding:6px 10px;border-radius:999px;background:var(--primary-soft);
  color:var(--primary);font-size:12.5px;font-weight:850;
}
.hero h1{margin:8px 0 10px;font-size:36px;letter-spacing:-.7px}
.hero p{margin:0 auto;max-width:720px;color:var(--muted);line-height:1.75;font-size:15.5px}
.hero-badges{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:18px}
.badge{
  padding:7px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);
  color:#566079;font-size:12.5px;font-weight:800
}
.card{
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  padding:24px;margin:16px 0;box-shadow:0 10px 30px rgba(90,110,180,.08)
}
.card h2{margin:0 0 8px;font-size:23px;letter-spacing:-.35px}
.card p{color:var(--muted);line-height:1.75}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:14px}
.section-head p{margin:0;font-size:13.5px}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.feature-card{
  display:flex;flex-direction:column;min-height:210px;padding:19px;border:1px solid var(--line);
  border-radius:17px;background:#fbfcff;text-decoration:none;transition:.16s ease
}
.feature-card:hover{transform:translateY(-2px);border-color:#c9d4ff;box-shadow:0 10px 24px rgba(79,109,245,.10)}
.feature-icon{font-size:30px;margin-bottom:12px}
.feature-card h3{margin:0 0 7px;font-size:18px}
.feature-card p{margin:0;font-size:13.5px;line-height:1.65;flex:1}
.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:15px}
.pill{
  display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;
  font-size:11.5px;font-weight:850;background:var(--primary-soft);color:var(--primary)
}
.pill.ok{background:var(--ok-bg);color:var(--ok)}
.pill.soon{background:#f2f4fa;color:#737e96}
.arrow{font-size:13px;font-weight:900;color:var(--primary)}
.cta{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;
  padding:13px 18px;border-radius:14px;background:var(--primary);color:#fff;
  text-decoration:none;font-weight:900;box-shadow:0 8px 20px rgba(79,109,245,.18)
}
.cta:hover{background:var(--primary-d)}
.cta.ghost{background:#fff;color:#4e5d88;border:1.5px solid var(--line);box-shadow:none}
.cta-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}
.empty{
  padding:28px 20px;text-align:center;border:1.5px dashed #cfd7f0;border-radius:17px;background:#fafbff
}
.empty .empty-icon{font-size:40px}
.empty h3{margin:10px 0 6px}
.empty p{margin:0 auto;max-width:620px;font-size:13.8px}
.info-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:15px}
.info-item{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcff}
.info-item strong{display:block;margin-bottom:5px;font-size:14px}
.info-item span{color:var(--muted);font-size:12.7px;line-height:1.55}
.breadcrumb{margin:2px 0 12px;color:#7b8498;font-size:12.5px}
.breadcrumb a{text-decoration:none}
.breadcrumb a:hover{color:var(--primary)}
.site-footer{
  display:flex;justify-content:center;align-items:center;flex-wrap:wrap;
  margin-top:24px;padding:22px 16px;border-top:1px solid rgba(128,128,128,.18);
  color:#7a849b;font-size:13px;line-height:1.7;text-align:center;opacity:.75
}
.site-footer a{text-decoration:none;color:inherit}
.site-footer .creator-link{margin-left:4px;font-weight:700}
.site-footer .divider{margin:0 8px;opacity:.4}
.site-footer .youtube-link{font-weight:600;border-bottom:1px solid rgba(128,128,128,.4);padding-bottom:1px}

/* 광고
   - 왼쪽: PC용 세로형 AdSense (실제 표시 기준은 shell.css + head media query)
   - 하단: Multiplex 유지
*/
.side-ad{
  z-index:2;
}
.side-ad-left{
  display:none;
}
.side-ad-right{
  display:none;
}
.bottom-multiplex-ad{width:100%;margin:20px auto 0}
.bottom-multiplex-ad .adsbygoogle{display:block;width:100%}

/* 모바일 */
@media(max-width:760px){
  .wrap{padding:18px 14px 55px}
  .top-nav{align-items:flex-start}
  .nav-links{
    flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;max-width:72vw;
    padding-bottom:4px;scrollbar-width:none
  }
  .nav-links::-webkit-scrollbar{display:none}
  .nav-link{font-size:12px;padding:8px 10px}
  .hero{padding-top:16px}
  .hero h1{font-size:29px}
  .grid,.info-list{grid-template-columns:1fr}
  .card{padding:20px}
}


/* =========================================================
   무료 템플릿 갤러리 / 상세 페이지
========================================================= */
.template-toolbar{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin:16px 0 18px;
}
.template-search{
  flex:1;
  min-width:240px;
  height:44px;
  padding:0 14px;
  border:1.5px solid var(--line);
  border-radius:13px;
  background:#fff;
  color:var(--ink);
  font:inherit;
}
.template-search:focus{
  outline:none;
  border-color:var(--primary);
  box-shadow:0 0 0 3px rgba(79,109,245,.12);
}
.filter-row{display:flex;gap:7px;flex-wrap:wrap}
.filter-btn{
  border:1.5px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#59627a;
  padding:8px 12px;
  font:inherit;
  font-size:12.5px;
  font-weight:800;
  cursor:pointer;
}
.filter-btn.active{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
}
.template-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.template-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid var(--line);
  border-radius:17px;
  background:#fff;
  text-decoration:none;
  transition:.16s ease;
}
.template-card:hover{
  transform:translateY(-2px);
  border-color:#c7d2ff;
  box-shadow:0 10px 25px rgba(79,109,245,.10);
}
.template-thumb{
  aspect-ratio:16/9;
  background:#eef1f8;
  overflow:hidden;
}
.template-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.template-copy{padding:15px;display:flex;flex-direction:column;flex:1}
.template-copy h3{margin:8px 0 7px;font-size:16.5px;line-height:1.42}
.template-copy p{
  margin:0;
  color:var(--muted);
  font-size:12.8px;
  line-height:1.6;
  flex:1;
}
.template-tags{display:flex;gap:5px;flex-wrap:wrap}
.template-tag{
  display:inline-flex;
  padding:4px 7px;
  border-radius:999px;
  background:#f1f4ff;
  color:#5d6da6;
  font-size:10.8px;
  font-weight:850;
}
.template-card-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:13px;
  color:#667085;
  font-size:11.5px;
  font-weight:750;
}
.template-result-count{
  color:var(--muted);
  font-size:12.5px;
  margin-left:auto;
}
.no-results{
  display:none;
  padding:28px 15px;
  text-align:center;
  color:var(--muted);
}
.template-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:20px;
  align-items:start;
}
.preview-box{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#111;
}
.preview-box img{display:block;width:100%;height:auto}
.summary-box{
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fbfcff;
}
.summary-box h1{margin:10px 0 9px;font-size:29px;line-height:1.3;letter-spacing:-.55px}
.summary-box p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.meta-list{display:grid;gap:9px;margin-top:17px}
.meta-row{
  display:flex;justify-content:space-between;gap:12px;
  padding-bottom:9px;border-bottom:1px dashed var(--line);
  font-size:13px;
}
.meta-row:last-child{border-bottom:0;padding-bottom:0}
.meta-row span{color:var(--muted)}
.meta-row strong{text-align:right}
.content-list{
  margin:12px 0 0;
  padding-left:22px;
  color:#59647c;
  line-height:1.8;
  font-size:14px;
}
.notice-box{
  margin-top:14px;
  padding:15px 16px;
  border-radius:14px;
  background:var(--warn-bg);
  color:var(--warn);
  font-size:13.2px;
  line-height:1.7;
}
.download-panel{
  text-align:center;
  padding:31px 24px;
  border:1.5px solid #cad5ff;
  border-radius:20px;
  background:
    radial-gradient(circle at 95% 0%,rgba(79,109,245,.10),transparent 35%),
    #fff;
}
.download-panel h1{margin:12px 0 8px;font-size:30px;letter-spacing:-.6px}
.download-panel p{margin:0 auto;max-width:650px;color:var(--muted);line-height:1.7}
.download-panel .cta{margin-top:20px;min-width:min(440px,100%)}
.offer-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
}
.offer-step{
  padding:13px 10px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fbfcff;
  color:#667085;
  font-size:12.5px;
  line-height:1.55;
}
.offer-step strong{display:block;color:var(--ink);margin-bottom:4px}
.source-note{
  margin-top:14px;
  color:#8790a5;
  font-size:11.8px;
  line-height:1.6;
}
@media(max-width:820px){
  .template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .template-hero-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .template-grid{grid-template-columns:1fr}
  .template-toolbar{align-items:stretch}
  .template-search{width:100%;min-width:0}
  .offer-steps{grid-template-columns:1fr}
}


/* =========================================================
   무료 템플릿 이용 안내
========================================================= */
.support-request{
  margin-top:18px;
  padding:18px;
  border:1.5px solid #d8e0ff;
  border-radius:16px;
  background:linear-gradient(180deg,#f8faff 0%,#f4f7ff 100%);
}
.support-request h3{
  margin:0 0 7px;
  font-size:17px;
  letter-spacing:-.2px;
}
.support-request p{
  margin:0;
  color:#69738a;
  font-size:13.5px;
  line-height:1.7;
}
.support-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:13px;
}
.support-action{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:#4f5971;
  font-size:12.8px;
  font-weight:850;
}
.support-action span:first-child{font-size:17px}
.license-mini{
  margin-top:12px;
  padding-top:12px;
  border-top:1px dashed #dbe1ef;
  color:#7b8498;
  font-size:12.3px;
  line-height:1.65;
}
.download-primary-wrap{
  margin-top:18px;
}
.download-primary-wrap .cta{
  width:100%;
  min-height:56px;
  font-size:16px;
}
.related-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fbfcff;
  text-decoration:none;
}
.related-card strong{display:block;margin-bottom:4px}
.related-card span{color:var(--muted);font-size:12.5px}

/* 푸터를 조금 더 브랜드형으로 */
.site-footer{
  gap:0;
}
.site-footer .footer-brand{
  font-weight:800;
  color:#59627a;
}
.site-footer .footer-note{
  width:100%;
  margin-top:5px;
  color:#929aad;
  font-size:11.5px;
}
@media(max-width:560px){
  .support-actions{grid-template-columns:1fr}
}


/* =========================================================
   v3 - 구독/좋아요/댓글 안내 컴팩트 UI
========================================================= */
.support-request{
  margin-top:16px;
  padding:16px 17px;
  border:1.5px solid #d8e0ff;
  border-radius:15px;
  background:linear-gradient(180deg,#f8faff 0%,#f4f7ff 100%);
}
.support-request h3{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0 0 6px;
  font-size:16px;
  line-height:1.4;
}
.support-request p{
  margin:0;
  color:#69738a;
  font-size:12.8px;
  line-height:1.65;
}
.support-actions{
  display:flex;
  align-items:stretch;
  gap:7px;
  margin-top:11px;
}
.support-action{
  flex:1;
  min-width:0;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:9px 8px;
  border:1px solid #e0e5f2;
  border-radius:11px;
  background:#fff;
  color:#4f5971;
  font-size:12px;
  line-height:1.3;
  font-weight:850;
  text-align:center;
  word-break:keep-all;
  white-space:normal;
}
.support-action span:first-child{
  flex:none;
  font-size:15px;
  line-height:1;
}
.license-mini{
  margin-top:10px;
  padding-top:10px;
  border-top:1px dashed #dbe1ef;
  color:#7b8498;
  font-size:11.7px;
  line-height:1.55;
}
@media(max-width:560px){
  .support-request{padding:15px}
  .support-actions{gap:5px}
  .support-action{
    min-height:40px;
    padding:8px 5px;
    font-size:10.9px;
    letter-spacing:-.1px;
  }
  .support-action span:first-child{font-size:14px}
}

/* Adobe 제휴 페이지 */
.nav-link.adobe-link{
  color:#c32f2f;
  font-weight:850;
}
.adobe-hero{
  position:relative;
  overflow:hidden;
  padding:34px 28px;
  border:1px solid var(--line);
  border-radius:22px;
  background:
    radial-gradient(circle at 90% 0%,rgba(255,69,69,.10),transparent 38%),
    linear-gradient(180deg,#fff 0%,#fffafa 100%);
}
.adobe-hero .eyebrow{
  color:#b92828;
  background:#fff0f0;
}
.adobe-hero h1{
  margin:13px 0 10px;
  font-size:34px;
  line-height:1.25;
  letter-spacing:-.7px;
}
.adobe-hero p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  line-height:1.75;
}
.adobe-badges{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-top:15px;
}
.adobe-badge{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 9px;
  border:1px solid #f0d8d8;
  border-radius:999px;
  background:#fff;
  color:#815656;
  font-size:11.8px;
  font-weight:800;
}
.affiliate-disclosure{
  margin-top:16px;
  padding:11px 13px;
  border-radius:12px;
  background:#f7f7f9;
  color:#6d7380;
  font-size:11.8px;
  line-height:1.6;
}
.adobe-cta-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:18px;
}
.adobe-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:13px;
  background:#cf2e2e;
  color:#fff;
  text-decoration:none;
  font-weight:900;
}
.adobe-cta.secondary{
  background:#fff;
  color:#4f5971;
  border:1.5px solid var(--line);
}
.adobe-step-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.adobe-step{
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fbfcff;
}
.adobe-step b{
  display:block;
  margin-bottom:6px;
  font-size:13px;
}
.adobe-step span{
  color:var(--muted);
  font-size:12.2px;
  line-height:1.55;
}
.adobe-tip{
  padding:15px 16px;
  border-left:4px solid #cf2e2e;
  border-radius:0 12px 12px 0;
  background:#fff7f7;
  color:#6f5151;
  line-height:1.7;
  font-size:13px;
}
@media(max-width:760px){
  .adobe-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .adobe-hero h1{font-size:29px}
}
@media(max-width:480px){
  .adobe-step-grid{grid-template-columns:1fr}
  .adobe-cta-row{display:grid}
  .adobe-cta{width:100%}
}


/* Adobe 자연 유도 카드 */
.adobe-guide-card{
  margin-top:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:15px 16px;
  border:1px solid #f0dada;
  border-radius:14px;
  background:#fffafa;
}
.adobe-guide-card strong{
  display:block;
  margin-bottom:4px;
  font-size:13.5px;
}
.adobe-guide-card span{
  color:var(--muted);
  font-size:12.3px;
  line-height:1.55;
}
.adobe-guide-card a{
  flex:none;
  padding:9px 12px;
  border-radius:10px;
  background:#fff;
  border:1px solid #ead4d4;
  color:#b12d2d;
  text-decoration:none;
  font-size:11.8px;
  font-weight:850;
}
@media(max-width:560px){
  .adobe-guide-card{align-items:flex-start;flex-direction:column}
}


/* =========================================================
   v4 - Adobe 14일 무료체험 / 2026 설치 가이드
========================================================= */
.adobe-step-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.adobe-refund-banner{
  margin-top:16px;
  padding:15px 16px;
  border:1.5px solid #f0caca;
  border-radius:14px;
  background:#fff5f5;
}
.adobe-refund-banner strong{
  display:block;
  color:#a82525;
  font-size:16px;
  margin-bottom:5px;
}
.adobe-refund-banner span{
  display:block;
  color:#765c5c;
  font-size:12.8px;
  line-height:1.65;
}
.adobe-refund-banner small{
  display:block;
  margin-top:7px;
  color:#958080;
  font-size:11.4px;
  line-height:1.55;
}
.adobe-callout{
  margin-top:14px;
  padding:14px 15px;
  border:1px solid #e4e8f1;
  border-radius:13px;
  background:#fbfcff;
  color:#626c82;
  font-size:12.7px;
  line-height:1.7;
}
.adobe-callout b{color:#343d54}
.adobe-version{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:5px 8px;
  border-radius:999px;
  background:#eef2ff;
  color:#5365a6;
  font-size:11.5px;
  font-weight:850;
}
.support-actions{
  display:flex !important;
  flex-direction:row !important;
  gap:7px !important;
}
.support-action{
  min-width:0 !important;
  min-height:40px !important;
  padding:8px 10px !important;
  font-size:11.8px !important;
  white-space:nowrap !important;
}
@media(max-width:760px){
  .adobe-step-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:520px){
  .adobe-step-grid{grid-template-columns:1fr;}
  .support-actions{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .support-action{
    padding:8px 5px !important;
    font-size:10.8px !important;
  }
}


/* =========================================================
   Jovely Class 학습 / 도서 / 멤버십
========================================================= */
.learning-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:14px;
}
.learning-card{
  display:flex;
  flex-direction:column;
  min-height:265px;
  padding:21px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fbfcff;
}
.learning-card .learning-kicker{
  display:inline-flex;
  align-self:flex-start;
  padding:5px 8px;
  border-radius:999px;
  background:var(--primary-soft);
  color:var(--primary);
  font-size:11px;
  font-weight:900;
}
.learning-card .learning-icon{
  font-size:34px;
  margin:15px 0 9px;
}
.learning-card h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.38;
  letter-spacing:-.3px;
}
.learning-card p{
  margin:0;
  color:var(--muted);
  font-size:13.2px;
  line-height:1.7;
  flex:1;
}
.learning-card .mini-meta{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin:13px 0 0;
}
.learning-card .mini-meta span{
  padding:5px 7px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:#6b758c;
  font-size:10.8px;
  font-weight:800;
}
.learning-card .cta-row{margin-top:16px}
.learning-card .cta{min-height:44px;padding:10px 14px;font-size:13px}

.adobe-home-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  border:1px solid #f0dada;
  border-radius:17px;
  background:linear-gradient(90deg,#fffafa,#fff);
}
.adobe-home-strip strong{
  display:block;
  margin-bottom:4px;
  font-size:15px;
}
.adobe-home-strip span{
  display:block;
  color:var(--muted);
  font-size:12.7px;
  line-height:1.6;
}
.adobe-home-strip a{
  flex:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 13px;
  border-radius:11px;
  background:#cf2e2e;
  color:#fff;
  text-decoration:none;
  font-size:12.5px;
  font-weight:900;
}

/* YouTube 멤버십 */
.membership-hero{
  padding:26px;
  border:1.5px solid #d8e0ff;
  border-radius:20px;
  background:
    radial-gradient(circle at 95% 0%,rgba(79,109,245,.11),transparent 36%),
    #fff;
}
.membership-hero .membership-label{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:var(--primary-soft);
  color:var(--primary);
  font-size:11.8px;
  font-weight:900;
}
.membership-hero h2{
  margin:12px 0 8px;
  font-size:27px;
  line-height:1.35;
}
.membership-hero p{
  margin:0;
  max-width:760px;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}
.membership-cta-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:17px;
}
.membership-cta-row .cta{min-height:48px}
.membership-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:16px;
}
.membership-benefit{
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fbfcff;
}
.membership-benefit strong{
  display:block;
  margin-bottom:5px;
  font-size:13.4px;
}
.membership-benefit span{
  color:var(--muted);
  font-size:12.2px;
  line-height:1.55;
}
.membership-price-note{
  margin-top:15px;
  padding:14px 15px;
  border-radius:14px;
  background:#fff6e0;
  color:#7f610d;
  font-size:12.7px;
  line-height:1.7;
}
.membership-price-note strong{color:#765900}

.book-highlight{
  display:grid;
  grid-template-columns:145px minmax(0,1fr);
  gap:20px;
  align-items:center;
}
.book-cover-mock{
  aspect-ratio:188/245;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:15px 13px;
  border-radius:8px 13px 13px 8px;
  background:
    linear-gradient(145deg,#f7f8ff 0%,#fff 46%,#eef2ff 100%);
  border:1px solid #dce2f2;
  box-shadow:9px 10px 22px rgba(73,88,150,.15);
}
.book-cover-mock .book-mini{
  color:#4f6df5;
  font-size:10px;
  font-weight:900;
}
.book-cover-mock b{
  display:block;
  color:#252d43;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.45px;
}
.book-cover-mock small{
  color:#7f889d;
  font-size:9.5px;
  line-height:1.45;
}
.book-copy h2{
  margin:0 0 8px;
  font-size:24px;
  line-height:1.35;
}
.book-copy p{
  margin:0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.75;
}
.book-points{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-top:12px;
}
.book-points span{
  padding:5px 7px;
  border-radius:999px;
  background:#f1f4ff;
  color:#5d6da6;
  font-size:10.8px;
  font-weight:850;
}

@media(max-width:760px){
  .learning-grid{grid-template-columns:1fr}
  .membership-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
  .book-highlight{grid-template-columns:110px minmax(0,1fr);gap:15px}
}
@media(max-width:520px){
  .adobe-home-strip{align-items:flex-start;flex-direction:column}
  .adobe-home-strip a{width:100%}
  .membership-benefits{grid-template-columns:1fr}
  .book-highlight{grid-template-columns:1fr}
  .book-cover-mock{width:130px}
}


/* =========================================================
   v6 - 2026 도서 소개
========================================================= */
.book-image{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.book-real-cover{
  width:min(245px,100%);
  margin:0 auto;
  filter:drop-shadow(0 15px 22px rgba(42,47,74,.15));
}
.book-page-hero{
  display:grid;
  grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);
  gap:30px;
  align-items:center;
  padding:30px;
}
.book-page-copy .eyebrow{
  display:inline-flex;
  margin-bottom:10px;
}
.book-page-copy h1{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.27;
  letter-spacing:-.8px;
}
.book-page-copy p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
}
.book-author{
  margin-top:13px;
  color:#58627a;
  font-size:13px;
  font-weight:850;
}
.book-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.book-feature{
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fbfcff;
}
.book-feature strong{
  display:block;
  margin-bottom:5px;
  font-size:13.5px;
}
.book-feature span{
  color:var(--muted);
  font-size:12.2px;
  line-height:1.55;
}
.book-membership-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:17px 18px;
  border:1px solid #dce3fb;
  border-radius:15px;
  background:#f7f9ff;
}
.book-membership-link strong{
  display:block;
  margin-bottom:4px;
  font-size:14px;
}
.book-membership-link span{
  color:var(--muted);
  font-size:12.4px;
  line-height:1.55;
}

.home-book-cover{
  width:118px;
  height:auto;
  display:block;
  margin:4px auto 13px;
  filter:drop-shadow(0 10px 15px rgba(55,63,100,.13));
}

@media(max-width:760px){
  .book-page-hero{
    grid-template-columns:1fr;
    gap:22px;
    padding:24px 20px;
  }
  .book-page-copy h1{font-size:29px}
  .book-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .book-feature-grid{grid-template-columns:1fr}
  .book-membership-link{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* =========================================================
   v7 - 홈 추천 도구 / YouTube 영상 / 서점 선택 / 간결 Adobe
========================================================= */

/* 홈 핵심 무료 도구 강조 */
.tool-feature-card{
  position:relative;
  overflow:hidden;
  border:1.5px solid #ccd7ff !important;
  background:
    radial-gradient(circle at 100% 0%,rgba(79,109,245,.09),transparent 38%),
    linear-gradient(180deg,#fff,#f9fbff) !important;
  box-shadow:0 10px 26px rgba(72,94,174,.08);
}
.tool-feature-card:hover{
  border-color:#aebeff !important;
  box-shadow:0 15px 32px rgba(72,94,174,.13) !important;
}
.tool-new{
  position:absolute;
  top:13px;
  right:13px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:5px 8px;
  border-radius:999px;
  background:#4f6df5;
  color:#fff;
  font-size:9.8px;
  line-height:1;
  font-weight:950;
  letter-spacing:.45px;
  box-shadow:0 5px 13px rgba(79,109,245,.20);
}
.tool-feature-card .feature-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:#fff;
  box-shadow:0 7px 18px rgba(65,84,145,.08);
}
.tool-feature-card h3{
  font-size:20px;
}
.tool-feature-card .pill.ok{
  background:#eef2ff;
  color:#5066c7;
}
.tools-section-highlight{
  position:relative;
}
.tools-section-highlight::before{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  border-radius:inherit;
}

/* YouTube 시각 콘텐츠 */
.youtube-video-section{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(250px,.75fr);
  gap:20px;
  align-items:center;
}
.youtube-embed{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:16/9;
  border-radius:16px;
  background:#111;
  box-shadow:0 12px 28px rgba(25,30,52,.13);
}
.youtube-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.youtube-video-copy .video-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:9px;
  color:#e0002a;
  font-size:11.5px;
  font-weight:900;
}
.youtube-video-copy h2{
  margin:0 0 8px;
  font-size:23px;
  line-height:1.38;
}
.youtube-video-copy p{
  margin:0;
  color:var(--muted);
  font-size:13.2px;
  line-height:1.72;
}

/* 서점 선택 */
.book-store-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:15px;
}
.book-store-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:58px;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fbfcff;
  color:#3e475c;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}
.book-store-link:hover{
  border-color:#cfd8f4;
  background:#fff;
  box-shadow:0 8px 20px rgba(65,80,135,.07);
}
.book-store-link span{
  color:#9aa3b4;
  font-size:18px;
}

/* Adobe 페이지 간결화 */
.adobe-simple-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:14px;
}
.adobe-simple-point{
  padding:13px;
  border:1px solid #eceff5;
  border-radius:13px;
  background:#fbfcff;
}
.adobe-simple-point strong{
  display:block;
  margin-bottom:5px;
  font-size:13px;
}
.adobe-simple-point span{
  color:var(--muted);
  font-size:11.8px;
  line-height:1.55;
}
.adobe-steps-compact{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
  margin-top:14px;
}
.adobe-step-compact{
  padding:14px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fbfcff;
}
.adobe-step-compact b{
  display:block;
  margin-bottom:5px;
  font-size:12.8px;
}
.adobe-step-compact span{
  color:var(--muted);
  font-size:11.7px;
  line-height:1.55;
}

@media(max-width:820px){
  .youtube-video-section{grid-template-columns:1fr}
  .book-store-grid{grid-template-columns:1fr}
  .adobe-simple-points{grid-template-columns:1fr}
  .adobe-steps-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .adobe-steps-compact{grid-template-columns:1fr}
}


/* =========================================================
   v8 - YouTube 로컬 미리보기 / 책 구매처 즉시 노출
========================================================= */
.youtube-local-preview{
  position:absolute;
  inset:0;
  overflow:hidden;
  background:#111;
}
.youtube-local-preview[hidden]{
  display:none !important;
}
.youtube-local-preview img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  opacity:.88;
}
.youtube-local-preview::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.52));
  pointer-events:none;
}
.youtube-local-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:2;
  text-decoration:none;
}
.youtube-local-note{
  position:absolute;
  left:14px;
  right:14px;
  bottom:12px;
  z-index:2;
  color:#fff;
  font-size:11.5px;
  line-height:1.4;
  text-align:center;
  text-shadow:0 1px 4px rgba(0,0,0,.45);
}

.book-store-inline{
  margin-top:17px;
}
.book-store-inline-label{
  margin-bottom:8px;
  color:#7f889d;
  font-size:11.5px;
  font-weight:850;
}
.book-store-inline-links{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.book-store-inline-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:39px;
  padding:8px 11px;
  border:1px solid #dfe4f0;
  border-radius:10px;
  background:#fff;
  color:#4b556d;
  text-decoration:none;
  font-size:11.7px;
  font-weight:850;
}
.book-store-inline-links a:hover{
  border-color:#cbd5f2;
  color:#4f6df5;
  box-shadow:0 6px 15px rgba(64,80,135,.07);
}


/* =========================================================
   v9 - 무료 템플릿·영상소스 갤러리
========================================================= */
.template-video-thumb{
  position:relative;
  background:#111;
}
.template-video-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .18s ease,opacity .18s ease;
}
.template-card:hover .template-video-thumb img{
  transform:scale(1.02);
  opacity:.93;
}
.template-thumb-badge{
  position:absolute;
  left:10px;
  top:10px;
  z-index:2;
  padding:5px 8px;
  border-radius:999px;
  background:rgba(20,25,38,.82);
  color:#fff;
  font-size:10px;
  font-weight:900;
  backdrop-filter:blur(5px);
}
.template-thumb-play{
  position:absolute;
  right:10px;
  bottom:10px;
  z-index:2;
}
.template-detail-video{
  position:relative;
  aspect-ratio:16/9;
  display:block;
  text-decoration:none;
}
.template-detail-video img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.template-detail-video::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.52));
  pointer-events:none;
}
.template-detail-play{
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  transform:translate(-50%,-50%);
}
.template-video-caption{
  position:absolute;
  left:15px;
  bottom:13px;
  z-index:2;
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-shadow:0 1px 5px rgba(0,0,0,.35);
}
.support-action{
  color:inherit;
  text-decoration:none;
}


/* =========================================================
   v10 - AI 프롬프트 라이브러리 / 복사 UI
========================================================= */
.prompt-library-card{
  display:grid;
  grid-template-columns:minmax(250px,.82fr) minmax(0,1.18fr);
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.prompt-library-card:hover{
  transform:translateY(-2px);
  border-color:#cbd5f2;
  box-shadow:0 14px 30px rgba(57,72,125,.10);
}
.prompt-library-thumb{
  position:relative;
  min-height:235px;
  background:#111;
}
.prompt-library-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.prompt-new-badge{
  position:absolute;
  left:12px;
  top:12px;
  padding:6px 9px;
  border-radius:999px;
  background:#4f6df5;
  color:#fff;
  font-size:9.8px;
  font-weight:950;
  letter-spacing:.5px;
}
.prompt-library-copy{
  padding:22px;
}
.prompt-library-copy h3{
  margin:9px 0 8px;
  font-size:22px;
  line-height:1.38;
}
.prompt-library-copy p{
  margin:0;
  color:var(--muted);
  font-size:13.3px;
  line-height:1.75;
}
.prompt-flow-line{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:16px 0;
}
.prompt-flow-line span{
  padding:7px 9px;
  border-radius:9px;
  background:#f3f6ff;
  color:#5364aa;
  font-size:11px;
  font-weight:900;
}
.prompt-flow-line b{
  color:#a7aec0;
}
.prompt-tool-update{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.prompt-tool-update h2{margin:7px 0 8px}
.prompt-tool-update p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}

.prompt-detail-hero p b{color:#3d4a75}
.prompt-current-tools .section-head{margin-bottom:14px}
.prompt-tool-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
}
.prompt-tool-card{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fbfcff;
}
.prompt-tool-icon{
  flex:none;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(90,105,150,.11);
  font-size:20px;
  font-weight:900;
}
.prompt-tool-card strong{
  display:block;
  margin:1px 0 5px;
  font-size:14px;
}
.prompt-tool-card span{
  display:block;
  color:var(--muted);
  font-size:12.2px;
  line-height:1.62;
}
.prompt-tool-card a{
  display:inline-block;
  margin-top:8px;
  color:var(--primary);
  text-decoration:none;
  font-size:11.7px;
  font-weight:900;
}
.prompt-notice{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:12px;
  padding:13px 14px;
  border:1px solid #e1e6f5;
  border-radius:13px;
  background:#f7f9ff;
}
.prompt-notice strong{
  flex:none;
  color:#4256a7;
  font-size:12.2px;
}
.prompt-notice span{
  color:#727c93;
  font-size:11.8px;
  line-height:1.6;
}

.prompt-flow-steps{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:14px 0 10px;
}
.prompt-flow-steps a{
  min-width:115px;
  padding:12px 10px;
  border:1px solid #e0e5f1;
  border-radius:13px;
  background:#fbfcff;
  color:#444e66;
  text-align:center;
  text-decoration:none;
}
.prompt-flow-steps a b{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  margin:0 auto 6px;
  border-radius:50%;
  background:#4f6df5;
  color:#fff;
  font-size:11px;
}
.prompt-flow-steps a span{
  font-size:11.4px;
  font-weight:900;
}
.prompt-flow-steps i{
  color:#abb2c2;
  font-style:normal;
}
.prompt-change-tip{
  margin:12px 0 0;
  color:#788196;
  font-size:12.2px;
  line-height:1.65;
  text-align:center;
}
.prompt-change-tip b{color:#4f6df5}

.prompt-step-card{
  scroll-margin-top:20px;
}
.prompt-step-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.prompt-step-number{
  flex:none;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#4f6df5;
  color:#fff;
  font-size:18px;
  font-weight:950;
  box-shadow:0 7px 16px rgba(79,109,245,.17);
}
.prompt-step-kicker{
  color:#8b94a8;
  font-size:9.8px;
  font-weight:950;
  letter-spacing:.8px;
}
.prompt-step-head h2{
  margin:3px 0 0;
  font-size:21px;
}
.prompt-step-summary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-bottom:13px;
}
.prompt-step-summary p{
  margin:0;
  padding:12px 13px;
  border:1px solid #eceff5;
  border-radius:12px;
  background:#fbfcff;
  color:#69738a;
  font-size:11.9px;
  line-height:1.58;
}
.prompt-step-summary strong{
  display:block;
  margin-bottom:4px;
  color:#414b63;
  font-size:11px;
}
.prompt-box{
  overflow:hidden;
  border:1px solid #dfe4ee;
  border-radius:14px;
  background:#f8f9fc;
}
.prompt-box-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 11px 10px 14px;
  border-bottom:1px solid #e2e6ef;
  background:#f2f4f8;
}
.prompt-box-toolbar > span{
  color:#626c82;
  font-size:11.5px;
  font-weight:900;
}
.prompt-copy-btn{
  min-width:78px;
  min-height:34px;
  padding:7px 10px;
  border:1px solid #d4daea;
  border-radius:9px;
  background:#fff;
  color:#4c5a7f;
  cursor:pointer;
  font:inherit;
  font-size:11px;
  font-weight:900;
}
.prompt-copy-btn:hover{
  border-color:#bac7ef;
  color:#405ac9;
}
.prompt-text{
  max-height:620px;
  overflow:auto;
  margin:0;
  padding:17px 18px 20px;
  color:#333c50;
  white-space:pre-wrap;
  word-break:keep-all;
  overflow-wrap:anywhere;
  font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;
  font-size:12px;
  line-height:1.72;
}

.prompt-tutorial-card{
  display:grid;
  grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);
  gap:20px;
  align-items:center;
}
.prompt-tutorial-thumb{
  position:relative;
  display:block;
  overflow:hidden;
  aspect-ratio:16/9;
  border-radius:15px;
  background:#111;
}
.prompt-tutorial-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.prompt-tutorial-thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.07);
}
.prompt-tutorial-card h2{
  margin:7px 0 7px;
}
.prompt-tutorial-card p{
  margin:0 0 13px;
  color:var(--muted);
  font-size:12.8px;
  line-height:1.7;
}
.copy-toast{
  position:fixed;
  left:50%;
  bottom:24px;
  z-index:100;
  transform:translate(-50%,18px);
  padding:10px 15px;
  border-radius:999px;
  background:#20283b;
  color:#fff;
  box-shadow:0 10px 26px rgba(20,28,45,.2);
  font-size:12px;
  font-weight:900;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
.copy-toast.show{
  opacity:1;
  transform:translate(-50%,0);
}

@media(max-width:820px){
  .prompt-library-card,
  .prompt-tutorial-card{
    grid-template-columns:1fr;
  }
  .prompt-library-thumb{min-height:0;aspect-ratio:16/9}
  .prompt-tool-update{
    align-items:flex-start;
    flex-direction:column;
  }
  .prompt-tool-grid{grid-template-columns:1fr}
  .prompt-step-summary{grid-template-columns:1fr}
  .prompt-flow-steps{
    align-items:stretch;
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .prompt-flow-steps i{display:none}
}
@media(max-width:520px){
  .prompt-library-copy{padding:17px}
  .prompt-flow-steps{grid-template-columns:1fr 1fr}
  .prompt-text{font-size:11.2px;padding:15px}
  .prompt-notice{flex-direction:column}
}


/* =========================================================
   v11 - AI 활용 노트 간결화
========================================================= */
.ai-note-hero{
  padding-bottom:24px;
}
.ai-note-hero p{
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}
.ai-note-feature{
  padding:20px;
}
.prompt-library-card-simple{
  grid-template-columns:minmax(250px,.82fr) minmax(0,1.18fr);
}
.prompt-library-card-simple .prompt-library-copy h2{
  margin:9px 0 8px;
  font-size:22px;
  line-height:1.38;
}
.ai-tool-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:15px 18px;
}
.ai-tool-note-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.ai-tool-note-row strong{
  flex:none;
  color:#465477;
  font-size:12.2px;
}
.ai-tool-note-row span{
  color:#747e94;
  font-size:12.2px;
  line-height:1.6;
}
.ai-tool-note-links{
  flex:none;
  display:flex;
  gap:7px;
}
.ai-tool-note-links a{
  display:inline-flex;
  align-items:center;
  min-height:35px;
  padding:7px 10px;
  border:1px solid #dfe4f0;
  border-radius:9px;
  background:#fff;
  color:#5368bd;
  text-decoration:none;
  font-size:10.8px;
  font-weight:900;
}
.prompt-quick-guide{
  padding-top:18px;
  padding-bottom:18px;
}

@media(max-width:760px){
  .ai-tool-note{
    align-items:flex-start;
    flex-direction:column;
  }
  .ai-tool-note-row{
    flex-direction:column;
    gap:5px;
  }
}


/* =========================================================
   FINAL v2 - 홈 도서 / 유튜브 멤버십 카드 정렬
========================================================= */
.learning-card{
  min-height:500px !important;
}
.learning-visual{
  height:175px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:7px 0 12px;
}
.learning-visual .home-book-cover{
  width:118px;
  max-height:158px;
  object-fit:contain;
  margin:0 !important;
}
.learning-visual .learning-icon{
  height:auto !important;
  margin:0 !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.learning-card h3{
  min-height:56px;
  display:flex;
  align-items:flex-start;
  margin-bottom:8px !important;
}
.learning-card p{
  min-height:68px;
  flex:0 0 auto !important;
}
.learning-card .mini-meta{
  min-height:66px;
  align-content:flex-start;
}
.learning-card .cta-row{
  margin-top:auto !important;
  padding-top:16px;
}
@media(max-width:760px){
  .learning-card{
    min-height:0 !important;
  }
  .learning-card h3,
  .learning-card p,
  .learning-card .mini-meta{
    min-height:0;
  }
}


/* =========================================================
   FINAL DEPLOY - 홈 학습 카드 여백/정렬 최종
========================================================= */
.learning-grid{
  gap:16px !important;
  align-items:stretch !important;
}
.learning-card{
  min-height:0 !important;
  padding:18px 20px 20px !important;
  text-align:center !important;
}
.learning-card .learning-kicker{
  align-self:center !important;
  margin-bottom:4px !important;
}
.learning-visual{
  height:112px !important;
  margin:0 0 8px !important;
}
.learning-visual .home-book-cover{
  width:94px !important;
  max-height:106px !important;
  margin:0 !important;
}
.learning-visual .learning-icon{
  margin:0 !important;
}
.learning-card h3{
  min-height:54px !important;
  margin:0 0 5px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  font-size:19.5px !important;
  line-height:1.35 !important;
}
.learning-card p{
  min-height:50px !important;
  margin:0 auto !important;
  max-width:510px !important;
  flex:none !important;
  text-align:center !important;
  font-size:12.8px !important;
  line-height:1.62 !important;
}
.learning-card .mini-meta{
  min-height:31px !important;
  margin:10px 0 0 !important;
  display:flex !important;
  justify-content:center !important;
  align-items:flex-start !important;
  align-content:flex-start !important;
  gap:6px !important;
}
.learning-card .cta-row{
  margin-top:13px !important;
  padding-top:0 !important;
  justify-content:center !important;
}
.learning-card .cta{
  min-height:42px !important;
  padding:9px 14px !important;
}
@media(max-width:760px){
  .learning-card{
    padding:18px !important;
  }
  .learning-visual{
    height:104px !important;
  }
  .learning-card h3,
  .learning-card p,
  .learning-card .mini-meta{
    min-height:0 !important;
  }
}


/* =========================================================
   FINAL DEPLOY - 장식 요소 정리 / 페이지 간결화
========================================================= */
.clean-hero{
  padding-top:20px !important;
  padding-bottom:24px !important;
}
.clean-hero .hero-icon{
  margin-bottom:9px !important;
}
.clean-hero h1{
  margin-top:0 !important;
}
.clean-hero p{
  margin-top:10px !important;
}

.prompt-flow-plain{
  margin:15px 0 14px;
  color:#65708a;
  font-size:12.5px;
  font-weight:850;
  letter-spacing:.1px;
}
.prompt-card-link{
  margin-top:15px;
  color:var(--primary);
  font-size:12.5px;
  font-weight:900;
}
.prompt-library-card-simple .prompt-library-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.prompt-library-card-simple .prompt-library-copy h2{
  margin-top:0 !important;
}

.membership-price-note{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin-top:14px !important;
  padding:13px 15px !important;
  background:#fff8e9 !important;
}
.membership-price-note strong{
  flex:none;
  white-space:nowrap;
  color:#765900 !important;
  font-size:12.4px;
}
.membership-price-note span{
  color:#806820;
  font-size:12.3px;
  line-height:1.65;
}
@media(max-width:640px){
  .membership-price-note{
    flex-direction:column;
    gap:4px !important;
  }
}


/* =========================================================
   FINAL v3 - Adobe 제목 한 줄
========================================================= */
@media(min-width:641px){
  .adobe-hero h1{
    white-space:nowrap;
    font-size:32px !important;
    letter-spacing:-.8px;
  }
}
