/*
Theme Name: MoaNow Studio
Theme URI: https://moanow.com/
Author: 모아나우 생활정보 편집실
Description: MoaNow 생활정보 블로그 홈 화면과 신뢰 페이지 테마.
Version: 1.8.6
Text Domain: moanow
*/

@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css');

:root {
  --ink: #121826;
  --ink-soft: #243044;
  --paper: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --text: #141923;
  --muted: #5d6470;
  --line: #e3e7ee;
  --line-dark: rgba(18, 24, 38, 0.12);
  --blue: #2f6fed;
  --green: #18b883;
  --amber: #c78221;
  --red: #b64a45;
  --shadow: 0 24px 70px rgba(18, 24, 38, 0.1);
  --wrap: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: 'Paperlogy', 'Pretendard Variable', 'Pretendard', 'SUIT', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: rgba(47, 111, 237, 0.16);
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(calc(100% - 48px), var(--wrap));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 100;
  border-radius: 8px;
  background: var(--blue);
  color: #ffffff;
  padding: 10px 13px;
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus {
  top: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(18, 24, 38, 0.04);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 198px;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover .brand-mark,
.brand:focus-visible .brand-mark {
  transform: translateY(-1px) scale(1.03);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #edf4ff);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
  box-shadow: 0 12px 28px rgba(47, 111, 237, 0.22);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  font-size: 1.06rem;
  font-weight: 900;
  line-height: 1.12;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-nav,
.site-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
  padding: 0;
}

.site-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  padding: 0 11px;
  color: #373d47;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"],
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  background:
    linear-gradient(135deg, rgba(47, 111, 237, 0.08), rgba(24, 184, 131, 0.06)),
    var(--surface-soft);
  box-shadow: inset 0 0 0 1px rgba(47, 111, 237, 0.08), 0 10px 24px rgba(20, 28, 40, 0.06);
  color: var(--ink);
  outline: none;
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after,
.site-nav .current-menu-item > a::after,
.site-nav .current_page_item > a::after {
  transform: scaleX(1);
}

.home-main {
  background: var(--paper);
}

.hero-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(47, 111, 237, 0.04) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(47, 111, 237, 0.04) 0 1px, transparent 1px 100%),
    #ffffff;
  background-size: 54px 54px;
  color: var(--ink);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), #ffffff 78%);
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  gap: 58px;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 64px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: 5.65rem;
  font-weight: 900;
  line-height: 0.96;
  transform-origin: left center;
}

.hero-subtitle {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 1.76rem;
  font-weight: 900;
  line-height: 1.22;
}

.hero-summary {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.82;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 660px;
  margin-top: 22px;
}

.hero-chips span {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 13px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(18, 24, 38, 0.05);
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.26) 45%, transparent 68%);
  transform: translateX(-120%);
  transition: transform 0.56s ease;
}

.button span,
.button i {
  position: relative;
  z-index: 1;
}

.button i {
  width: 16px;
  height: 16px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}

.button.primary {
  background: var(--blue);
  color: #ffffff;
}

.button.secondary {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(120%);
}

.button:hover i,
.button:focus-visible i {
  transform: translateX(3px) rotate(-45deg);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin: 42px 0 0;
}

.hero-metrics div {
  position: relative;
  overflow: hidden;
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  padding: 16px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.hero-metrics div::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, var(--blue), var(--green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.26s ease;
}

.hero-metrics div:hover {
  border-color: rgba(47, 111, 237, 0.32);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(18, 24, 38, 0.08);
}

.hero-metrics div:hover::after {
  transform: scaleX(1);
}

.hero-metrics dt {
  color: var(--ink);
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.1;
}

.hero-metrics dd {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  box-shadow: 0 34px 110px rgba(18, 24, 38, 0.1);
  padding: 22px;
  overflow: hidden;
  animation: floatPanel 7s ease-in-out infinite;
}

.visual-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
}

.visual-toolbar i {
  width: 42px;
  height: 8px;
  border-radius: 8px;
  background: var(--green);
  animation: scanBar 2.8s ease-in-out infinite;
}

.visual-main {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(150px, 0.8fr);
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 380px;
  padding: 22px 0;
}

.visual-focus,
.visual-side {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
}

.visual-focus {
  display: grid;
  align-content: end;
  grid-row: 1 / span 2;
  min-height: 380px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68);
}

.visual-focus span,
.visual-side span {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
}

.visual-focus strong {
  display: block;
  max-width: 320px;
  margin-top: 13px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.18;
}

.visual-focus p {
  max-width: 310px;
  margin: 12px 0 0;
  color: #555b65;
  font-size: 0.96rem;
}

.route-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
}

.route-line b {
  display: block;
  width: 38px;
  height: 38px;
  border: 9px solid var(--ink);
  border-radius: 50%;
}

.route-line b:nth-child(2) {
  position: relative;
  overflow: hidden;
  width: 96px;
  height: 8px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
}

.route-line b:nth-child(2)::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 40%;
  border-radius: inherit;
  background: #ffffff;
  opacity: 0.72;
  animation: routePulse 2.1s ease-in-out infinite;
}

.route-line b:nth-child(3) {
  border-color: var(--green);
}

.visual-side {
  display: grid;
  align-content: space-between;
  min-height: 184px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.visual-side:hover {
  border-color: rgba(47, 111, 237, 0.3);
  box-shadow: 0 18px 42px rgba(18, 24, 38, 0.08);
  transform: translateY(-3px);
}

.visual-side strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 1.24rem;
  font-weight: 900;
  line-height: 1.25;
}

.visual-side.accent span {
  color: var(--amber);
}

.visual-ticker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.visual-ticker span {
  display: grid;
  place-items: center;
  min-height: 52px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.visual-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.visual-feed div {
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
  box-shadow: 0 14px 34px rgba(18, 24, 38, 0.05);
}

.visual-feed b {
  display: block;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.visual-feed span {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
}

.trust-strip {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  overflow: hidden;
}

.trust-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.trust-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marqueeFlow 30s linear infinite;
}

.trust-loop {
  display: flex;
  flex: 0 0 auto;
  min-width: 100vw;
}

.trust-track span {
  display: grid;
  place-items: center;
  flex: 1 0 260px;
  min-height: 74px;
  border-left: 1px solid var(--line);
  color: #383e48;
  font-size: 0.94rem;
  font-weight: 900;
  text-align: center;
}

.trust-track span:first-child {
  border-left: 0;
}

.section {
  padding: 86px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.compact {
  margin-bottom: 0;
}

.section-head h2,
.feature-layout h2,
.launch-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.28rem;
  font-weight: 900;
  line-height: 1.22;
}

.section-head p:last-child,
.launch-copy p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
}

.category-section {
  background: var(--paper);
}

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

.category-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  min-height: 370px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.category-card::before,
.editorial-grid article::before,
.launch-board a::before,
.launch-board div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, transparent 0%, rgba(47, 111, 237, 0.08) 42%, transparent 70%);
  transform: translateX(-130%);
  transition: transform 0.62s ease;
  pointer-events: none;
}

.category-card:hover,
.category-card:focus-visible {
  border-color: rgba(47, 111, 237, 0.46);
  box-shadow: var(--shadow);
  outline: none;
}

.category-card:hover::before,
.category-card:focus-visible::before,
.editorial-grid article:hover::before,
.launch-board a:hover::before,
.launch-board a:focus-visible::before,
.launch-board div:hover::before {
  transform: translateX(130%);
}

.category-card span {
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
}

.category-icon {
  width: 168px;
  height: 168px;
  justify-self: center;
  margin: 30px auto 0;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(18, 24, 38, 0.14));
  transform: translateZ(28px);
  transition: transform 0.28s ease, filter 0.28s ease;
}

.category-card h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.26;
}

.category-card:hover .category-icon,
.category-card:focus-visible .category-icon {
  filter: drop-shadow(0 30px 42px rgba(47, 111, 237, 0.22));
  transform: translateY(-6px) translateZ(34px) scale(1.04);
}

.live-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(18, 24, 38, 0.03) 0 1px, transparent 1px 100%),
    var(--surface-soft);
  background-size: 42px 42px;
}

.live-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.live-panel {
  display: grid;
  gap: 12px;
  max-width: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  padding: 18px;
  box-shadow: 0 30px 80px rgba(18, 24, 38, 0.1);
}

.live-phone-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 28px;
}

.live-phone-bar span:first-child {
  width: 86px;
  height: 8px;
  border-radius: 8px;
  background: var(--line);
}

.live-phone-bar span:last-child {
  width: 34px;
  height: 8px;
  border-radius: 8px;
  background: var(--green);
}

.live-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 70px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  animation: floatCard 6s ease-in-out infinite;
}

.live-card:nth-child(3) {
  animation-delay: -1.5s;
}

.live-card:nth-child(4) {
  animation-delay: -3s;
}

.live-card:nth-child(5) {
  animation-delay: -4.5s;
}

.live-card.main {
  grid-template-columns: 1fr;
  min-height: 190px;
  align-content: end;
  background: linear-gradient(135deg, var(--blue), #52a7ff);
  color: #ffffff;
}

.live-card span,
.live-card b {
  color: var(--blue);
  font-weight: 900;
}

.live-card.main span {
  color: var(--green);
}

.live-card strong {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.22;
}

.live-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.live-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.18;
}

.live-copy p:last-child {
  max-width: 640px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.82;
}

.category-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

.category-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(47, 111, 237, 0.055), transparent 34%),
    linear-gradient(90deg, rgba(18, 24, 38, 0.025) 0 1px, transparent 1px 100%),
    #ffffff;
  background-size: auto, 42px 42px, auto;
  box-shadow: 0 22px 70px rgba(20, 28, 40, 0.055);
}

.category-hero > * {
  position: relative;
  z-index: 1;
}

.feature-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
  color: var(--ink);
  padding: 92px 0;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.feature-layout h2 {
  color: var(--ink);
  font-size: 2.7rem;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list article {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(170px, 0.5fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 108px;
  border-top: 1px solid var(--line-dark);
  transition: padding-left 0.24s ease, border-color 0.24s ease;
}

.feature-list article:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.feature-list article::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.22s ease;
}

.feature-list article:hover {
  padding-left: 18px;
  border-color: rgba(47, 111, 237, 0.26);
}

.feature-list article:hover::before {
  transform: translateY(-50%) scale(1);
}

.feature-list span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-list strong {
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 900;
}

.feature-list p {
  margin: 0;
  color: var(--muted);
}

.editorial-section {
  background: #ffffff;
}

.editorial-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.editorial-grid article {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 24px;
}

.editorial-grid strong {
  display: block;
  color: var(--ink);
  font-size: 1.26rem;
  font-weight: 900;
}

.editorial-grid p {
  margin: 88px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

.launch-section {
  background: var(--surface-soft);
}

.launch-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.launch-copy {
  max-width: 540px;
}

.launch-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.launch-board a,
.launch-board div {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  text-decoration: none;
}

.launch-board a::before,
.launch-board div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(47, 111, 237, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.launch-board a:hover::before,
.launch-board a:focus-visible::before,
.launch-board div:hover::before {
  opacity: 1;
}

.launch-board a:focus-visible {
  outline: 3px solid rgba(47, 111, 237, 0.22);
  outline-offset: 2px;
}

.launch-board span {
  position: relative;
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 900;
}

.launch-board strong {
  position: relative;
  display: block;
  margin-top: 32px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 900;
}

.launch-board p {
  position: relative;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
    #05070b;
  background-size: 56px 56px;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(47, 111, 237, 0.18), transparent 34%, rgba(24, 184, 131, 0.1));
  pointer-events: none;
}

.site-footer .wrap {
  position: relative;
  z-index: 1;
}

.footer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 30px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 72px 0 34px;
}

.footer-hero p {
  margin: 0;
  color: #ffffff;
  font-size: 5.2rem;
  font-weight: 900;
  line-height: 0.95;
}

.footer-hero span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(170px, 0.65fr) minmax(170px, 0.65fr) minmax(240px, 0.9fr);
  gap: 34px;
  padding: 36px 0 54px;
}

.footer-about h2,
.footer-links strong,
.footer-note strong {
  display: block;
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 900;
}

.footer-about p,
.footer-note p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.74;
}

.footer-about p + p,
.footer-note p + p {
  margin-top: 14px;
}

.footer-contact a,
.footer-note a {
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: #8bb5ff;
  outline: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  transform: translateX(4px);
}

.article-main,
.category-main,
.page-main {
  min-height: 64vh;
  background: var(--paper);
}

.article-shell,
.page-article,
.category-hero,
.category-post-grid {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
}

.article-shell,
.category-main,
.page-main {
  padding: 56px 0 80px;
}

.article-header,
.article-section,
.page-article,
.category-hero,
.category-post-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.article-header,
.page-article,
.category-hero {
  padding: 34px;
}

.article-header h1,
.page-article h1,
.category-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 2.16rem;
  font-weight: 900;
  line-height: 1.24;
}

.article-lead,
.category-description,
.page-article p,
.page-article li {
  color: var(--muted);
}

.category-description,
.category-description p {
  margin: 0;
  color: var(--muted);
  line-height: 1.86;
}

.category-description p + p {
  margin-top: 10px;
}

.article-section {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  padding: 30px 32px;
}

.article-section h2,
.page-article h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1.35;
}

.article-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.86;
}

.category-post-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.category-post-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 22px;
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.category-post-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(118deg, transparent 0%, transparent 34%, rgba(255, 255, 255, 0.84) 50%, rgba(47, 111, 237, 0.06) 61%, transparent 74%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-130%);
  transition: opacity 0.28s ease, transform 0.82s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.category-post-card::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(47, 111, 237, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 46%, rgba(47, 111, 237, 0.9) 47% 54%, transparent 55%),
    linear-gradient(45deg, transparent 54%, rgba(47, 111, 237, 0.9) 55% 62%, transparent 63%),
    #ffffff;
  opacity: 0;
  transform: translate(-5px, 5px) scale(0.84);
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.category-post-card > * {
  position: relative;
  z-index: 1;
}

.category-post-card:hover,
.category-post-card:focus-within {
  border-color: rgba(47, 111, 237, 0.24);
  background: linear-gradient(135deg, #ffffff, #f8fbff);
  box-shadow: 0 30px 86px rgba(20, 28, 40, 0.095);
  transform: translateY(-5px);
}

.category-post-card:hover::before,
.category-post-card:focus-within::before {
  opacity: 0.72;
  transform: translateX(130%);
}

.category-post-card:hover::after,
.category-post-card:focus-within::after {
  opacity: 1;
  box-shadow: 0 16px 34px rgba(47, 111, 237, 0.16);
  transform: translate(0, 0) scale(1);
}

.category-post-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(20, 28, 40, 0.08);
}

.category-post-media {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 190px;
  border: 1px solid rgba(47, 111, 237, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 54%, rgba(49, 95, 220, 0.13), transparent 52%),
    linear-gradient(145deg, rgba(248, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
}

.category-post-media::before {
  content: "";
  position: absolute;
  inset: 15%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(49, 95, 220, 0.13), transparent 64%);
  filter: blur(12px);
  opacity: 0.72;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.category-post-media img {
  position: relative;
  z-index: 1;
  width: min(76%, 250px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(49, 95, 220, 0.14));
  box-shadow: none;
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.28s ease;
}

.category-post-card:hover .category-post-media::before,
.category-post-card:focus-within .category-post-media::before {
  opacity: 0.92;
  transform: scale(1.08);
}

.category-post-card:hover .category-post-media img,
.category-post-card:focus-within .category-post-media img {
  filter: drop-shadow(0 30px 42px rgba(49, 95, 220, 0.18));
  transform: translateY(-4px) scale(1.035);
}

.category-post-card h2 {
  margin: 8px 0;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
}

.category-post-card a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.category-post-card a:hover,
.category-post-card a:focus-visible {
  color: var(--blue);
  outline: none;
}

.category-post-card p,
.category-post-card span {
  color: var(--muted);
}

.category-post-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  border: 1px solid rgba(24, 184, 131, 0.16);
  border-radius: 999px;
  background: rgba(24, 184, 131, 0.065);
  padding: 0 10px;
  color: #218866;
  font-size: 0.78rem;
  font-weight: 900;
}

.trust-main {
  padding: 0;
  background:
    linear-gradient(90deg, rgba(47, 111, 237, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(47, 111, 237, 0.03) 0 1px, transparent 1px 100%),
    #ffffff;
  background-size: 58px 58px;
}

.trust-page {
  color: var(--ink);
}

.trust-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(330px, 0.52fr);
  gap: 58px;
  align-items: center;
  padding: 86px 0 48px;
}

.trust-hero-copy h1 {
  margin: 0;
  max-width: 760px;
  color: var(--ink);
  font-size: 4.25rem;
  font-weight: 900;
  line-height: 1.02;
}

.trust-lead {
  max-width: 790px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.16rem;
  font-weight: 650;
  line-height: 1.86;
}

.trust-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 0;
}

.trust-meta div {
  min-height: 82px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  padding: 15px 16px;
  box-shadow: 0 16px 44px rgba(18, 24, 38, 0.05);
}

.trust-meta dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.trust-meta dd {
  margin: 9px 0 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}

.trust-meta a {
  color: var(--blue);
  text-decoration: none;
}

.trust-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  padding: 16px;
  box-shadow: var(--shadow);
}

.trust-hero-card::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--amber));
}

.trust-hero-image {
  width: 100%;
  aspect-ratio: 16 / 11;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(18, 24, 38, 0.08);
}

.trust-hero-card span {
  display: block;
  margin-top: 18px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-hero-card strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 1.62rem;
  font-weight: 900;
  line-height: 1.18;
}

.trust-hero-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.72;
}

.trust-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.trust-hero-tags i {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--ink-soft);
  padding: 7px 10px;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

.trust-content {
  display: grid;
  gap: 0;
  padding: 0 0 92px;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: 42px;
  border-top: 1px solid var(--line);
  padding: 42px 0;
}

.trust-section h2 {
  grid-column: 1;
  margin: 0;
  color: var(--ink);
  font-size: 1.44rem;
  font-weight: 900;
  line-height: 1.32;
}

.trust-section > :not(h2) {
  grid-column: 2;
}

.trust-section-intro,
.trust-prose p,
.trust-list,
.trust-steps,
.source-links {
  margin-top: 0;
}

.trust-section-intro,
.trust-prose p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.9;
}

.trust-prose {
  display: grid;
  gap: 16px;
}

.trust-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.trust-section-intro + .trust-card-grid,
.trust-prose + .trust-card-grid,
.trust-prose + .trust-table,
.trust-prose + .trust-list,
.trust-prose + .source-links,
.trust-prose + .notice-box,
.trust-prose + .policy-contact {
  margin-top: 20px;
}

.trust-card {
  min-height: 176px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 18px 52px rgba(18, 24, 38, 0.06);
}

.trust-card span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.trust-card h3 {
  margin: 36px 0 0;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.28;
}

.trust-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.74;
}

.trust-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.trust-table div {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 20px;
}

.trust-table div + div {
  border-top: 1px solid var(--line);
}

.trust-table strong {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 900;
}

.trust-table span {
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.65;
}

.trust-list,
.source-links {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.trust-list li,
.source-links li {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink-soft);
  padding: 14px 16px 14px 42px;
  font-weight: 750;
  line-height: 1.6;
}

.trust-list li::before,
.source-links li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.source-links a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.source-links a:hover,
.source-links a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.trust-steps {
  counter-reset: trust-step;
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.trust-steps li {
  counter-increment: trust-step;
  position: relative;
  min-height: 66px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink-soft);
  padding: 18px 18px 18px 72px;
  font-weight: 750;
  line-height: 1.6;
}

.trust-steps li::before {
  content: counter(trust-step, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 34px;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
}

.notice-box {
  border: 1px solid rgba(47, 111, 237, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(47, 111, 237, 0.08), rgba(24, 184, 131, 0.08));
  padding: 22px;
}

.notice-box strong {
  display: block;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.notice-box p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-weight: 650;
  line-height: 1.78;
}

.policy-contact {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 18px 52px rgba(18, 24, 38, 0.06);
}

.policy-contact strong {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.policy-contact a {
  color: var(--blue);
  font-size: 1.32rem;
  font-weight: 900;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.policy-contact a:hover,
.policy-contact a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.tool-main {
  background:
    linear-gradient(90deg, rgba(47, 111, 237, 0.035) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(47, 111, 237, 0.03) 0 1px, transparent 1px 100%),
    #ffffff;
  background-size: 58px 58px;
}

.life-tool-page {
  color: var(--ink);
}

.tool-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(330px, 0.48fr);
  gap: 56px;
  align-items: center;
  padding: 86px 0 46px;
}

.tool-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 4.15rem;
  font-weight: 900;
  line-height: 1.02;
}

.tool-lead {
  max-width: 790px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.15rem;
  font-weight: 650;
  line-height: 1.86;
}

.tool-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.tool-hero-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(47, 111, 237, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(47, 111, 237, 0.04) 0 1px, transparent 1px 100%),
    linear-gradient(145deg, rgba(248, 250, 255, 0.95), rgba(255, 255, 255, 0.98));
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: var(--shadow);
  padding: 28px;
}

.tool-card-map {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.tool-card-map i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 111, 237, 0.82), rgba(24, 184, 131, 0.62), rgba(255, 255, 255, 0.5));
  transform-origin: left center;
  animation: executiveLine 5.4s ease-in-out infinite;
}

.tool-card-map i:nth-child(2) {
  width: 72%;
  animation-delay: 0.22s;
}

.tool-card-map i:nth-child(3) {
  width: 48%;
  animation-delay: 0.44s;
}

.tool-hero-card > span,
.tool-source-card > span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tool-hero-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.52rem;
  font-weight: 900;
  line-height: 1.22;
}

.tool-hero-card p,
.tool-note-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.72;
}

.tool-hero-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 0;
}

.tool-hero-card dl div {
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 12px;
}

.tool-hero-card dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.tool-hero-card dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 900;
}

.tool-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.5fr);
  gap: 18px;
  align-items: start;
  padding: 16px 0 54px;
}

.tool-panel,
.tool-result,
.tool-section,
.tool-source-card,
.tool-note-card,
.tool-preview-card {
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(20, 28, 40, 0.07);
}

.tool-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.tool-panel::before,
.tool-preview-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green), transparent);
  transform-origin: left center;
  animation: executiveLine 5.6s ease-in-out infinite;
}

.tool-panel-head h2,
.tool-section h2,
.tool-source-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.64rem;
  font-weight: 900;
  line-height: 1.28;
}

.tool-panel-head p:not(.eyebrow),
.tool-section p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.78;
}

.tool-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, 0.8fr) minmax(170px, 0.8fr);
  gap: 12px;
  margin-top: 26px;
}

.tool-form label {
  display: grid;
  gap: 8px;
}

.tool-form label span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.tool-form select,
.tool-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(17, 23, 34, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 0 13px;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 800;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tool-form select:focus,
.tool-form input:focus {
  border-color: rgba(47, 111, 237, 0.42);
  box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.09);
}

.tool-form button {
  grid-column: 1 / -1;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #121826, #22304c);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tool-form button:hover,
.tool-form button:focus-visible {
  box-shadow: 0 18px 40px rgba(18, 24, 38, 0.18);
  outline: none;
  transform: translateY(-2px);
}

.tool-result {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 18px;
  background:
    radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 20%), rgba(49, 95, 220, 0.13), transparent 36%),
    linear-gradient(145deg, rgba(248, 250, 255, 0.96), rgba(255, 255, 255, 0.98));
  padding: 28px;
}

.tool-result-top span {
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
}

.tool-result-top strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
}

.tool-result-top p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.68;
}

.tool-progress {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(47, 111, 237, 0.1);
}

.tool-progress span {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--green));
  transition: width 0.36s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tool-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tool-result-tags span {
  border: 1px solid rgba(47, 111, 237, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #344054;
  padding: 6px 9px;
  font-size: 0.78rem;
  font-weight: 850;
}

.tool-result-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tool-result-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 12px;
}

.tool-result-list strong {
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
}

.tool-result-list span {
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.56;
}

.tool-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(300px, 0.34fr);
  gap: 22px;
  align-items: start;
  padding: 0 0 92px;
}

.tool-guide-main {
  display: grid;
  gap: 14px;
}

.tool-section,
.tool-source-card,
.tool-note-card {
  padding: 28px;
}

.tool-table {
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 8px;
}

.tool-table div {
  display: grid;
  grid-template-columns: minmax(116px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  padding: 17px 18px;
}

.tool-table div + div {
  border-top: 1px solid rgba(17, 23, 34, 0.08);
}

.tool-table strong {
  color: var(--ink);
  font-weight: 900;
}

.tool-table span,
.tool-steps span {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.68;
}

.tool-steps {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tool-steps li {
  display: grid;
  grid-template-columns: minmax(112px, 0.24fr) minmax(0, 1fr);
  gap: 16px;
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
}

.tool-steps strong {
  color: var(--blue);
  font-weight: 900;
}

.tool-guide-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.tool-source-card {
  display: grid;
  gap: 12px;
}

.tool-source-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 0 13px;
  font-weight: 900;
  text-decoration: none;
  transition: border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.tool-source-card a::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid rgba(47, 111, 237, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 45%, var(--blue) 46% 55%, transparent 56%),
    linear-gradient(45deg, transparent 54%, var(--blue) 55% 64%, transparent 65%);
}

.tool-source-card a:hover,
.tool-source-card a:focus-visible {
  border-color: rgba(47, 111, 237, 0.24);
  color: var(--blue);
  outline: none;
  transform: translateX(3px);
}

.tool-note-card strong {
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
}

.tool-note-card p {
  margin-top: 10px;
}

.tool-preview-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(47, 111, 237, 0.03) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(47, 111, 237, 0.025) 0 1px, transparent 1px 100%),
    #ffffff;
  background-size: 54px 54px;
}

.tool-preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(330px, 0.44fr);
  gap: 30px;
  align-items: center;
}

.tool-preview-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  min-height: 236px;
  border-color: rgba(47, 111, 237, 0.13);
  background:
    radial-gradient(circle at 82% 24%, rgba(47, 111, 237, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  color: inherit;
  padding: 32px 34px;
  text-decoration: none;
}

.tool-preview-card::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(47, 111, 237, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 45%, rgba(47, 111, 237, 0.92) 46% 54%, transparent 55%),
    linear-gradient(45deg, transparent 54%, rgba(47, 111, 237, 0.92) 55% 63%, transparent 64%),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(47, 111, 237, 0.12);
  transform: translate(-6px, 6px) scale(0.92);
  opacity: 0.72;
  transition: opacity 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.tool-preview-card > * {
  position: relative;
  z-index: 1;
}

.tool-preview-card > span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  border: 1px solid rgba(24, 184, 131, 0.18);
  border-radius: 999px;
  background: rgba(24, 184, 131, 0.08);
  padding: 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

.tool-preview-card strong {
  max-width: 420px;
  color: var(--ink);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.12;
  text-decoration: none;
}

.tool-preview-card p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.72;
  text-decoration: none;
}

.tool-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
  padding-right: 56px;
}

.tool-preview-meta em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  padding: 0 10px;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
  box-shadow: 0 8px 24px rgba(20, 28, 40, 0.04);
}

.tool-preview-card:hover,
.tool-preview-card:focus-visible {
  border-color: rgba(47, 111, 237, 0.26);
  box-shadow: 0 34px 92px rgba(20, 28, 40, 0.11);
  text-decoration: none;
  outline: none;
}

.tool-preview-card:hover::after,
.tool-preview-card:focus-visible::after {
  opacity: 1;
  box-shadow: 0 22px 52px rgba(47, 111, 237, 0.18);
  transform: translate(0, 0) scale(1);
}

[data-tilt] {
  position: relative;
  isolation: isolate;
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translate3d(0, var(--lift, 0px), 0);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.motion-spotlight {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  background:
    radial-gradient(220px circle at var(--pointer-x, 50%) var(--pointer-y, 50%), rgba(255, 255, 255, 0.72), rgba(49, 95, 220, 0.08) 34%, transparent 68%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

@media (hover: hover) {
  [data-tilt]:hover {
    --lift: -6px;
  }

  [data-tilt]:hover > .motion-spotlight {
    opacity: 0.58;
  }
}

html.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.2, 0.7, 0.2, 1);
}

html.has-js .hero-section [data-reveal] {
  opacity: 1;
  transform: none;
}

html.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatPanel {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes floatCard {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -6px;
  }
}

@keyframes scanBar {
  0%,
  100% {
    width: 34px;
  }

  50% {
    width: 70px;
  }
}

@keyframes routePulse {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(260%);
  }
}

@keyframes marqueeFlow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .hero-layout,
  .feature-layout,
  .editorial-layout,
  .launch-layout,
  .live-layout,
  .tool-hero,
  .tool-workspace,
  .tool-guide-grid,
  .tool-preview-layout,
  .trust-hero,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .trust-section > :not(h2) {
    grid-column: 1;
  }

  .hero-layout {
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: 4.3rem;
  }

  .category-grid,
  .editorial-grid,
  .trust-card-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-hero {
    grid-template-columns: 1fr;
  }

  .live-panel {
    max-width: none;
  }

  .tool-guide-side {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .wrap,
  .article-shell,
  .page-article,
  .category-hero,
  .category-post-grid {
    width: min(calc(100% - 28px), var(--wrap));
  }

  .nav-shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 0;
  }

  .site-nav,
  .site-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    justify-content: stretch;
    width: 100%;
  }

  .site-nav ul,
  .site-nav li {
    display: contents;
  }

  .site-nav a {
    width: 100%;
    min-height: 34px;
    background: #ffffff;
    padding: 0 9px;
    font-size: 0.84rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .hero-layout {
    gap: 34px;
    padding: 46px 0 50px;
  }

  .hero-copy h1 {
    font-size: 3.05rem;
  }

  .hero-subtitle {
    font-size: 1.36rem;
  }

  .hero-summary {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }

  .hero-chips span {
    width: 100%;
    min-width: 0;
    padding: 0 8px;
    text-align: center;
    white-space: normal;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    min-width: 0;
    width: 100%;
  }

  .hero-metrics,
  .category-grid,
  .editorial-grid,
  .launch-board,
  .footer-grid,
  .trust-meta,
  .trust-card-grid,
  .tool-form,
  .tool-hero-card dl,
  .visual-main,
  .visual-ticker,
  .visual-feed {
    grid-template-columns: 1fr;
  }

  .hero-metrics div,
  .category-card,
  .editorial-grid article {
    min-height: auto;
  }

  .hero-visual {
    min-height: auto;
    padding: 16px;
  }

  .visual-main {
    grid-template-rows: auto;
    min-height: auto;
    padding: 16px 0;
  }

  .visual-focus {
    grid-row: auto;
    min-height: 300px;
  }

  .visual-focus strong {
    font-size: 1.58rem;
  }

  .visual-side {
    min-height: 128px;
  }

  .trust-track {
    animation-duration: 18s;
  }

  .trust-track span {
    flex-basis: 220px;
    min-height: 54px;
    border-left: 1px solid var(--line);
    border-top: 0;
  }

  .trust-track span:first-child {
    border-left: 0;
  }

  .section {
    padding: 58px 0;
  }

  .section-head {
    margin-bottom: 24px;
  }

  .section-head h2,
  .feature-layout h2,
  .launch-copy h2 {
    font-size: 1.72rem;
  }

  .trust-hero {
    gap: 28px;
    padding: 52px 0 30px;
  }

  .trust-hero-copy h1 {
    font-size: 2.72rem;
    line-height: 1.08;
  }

  .trust-lead {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.78;
  }

  .trust-meta {
    margin-top: 24px;
  }

  .trust-hero-card {
    padding: 12px;
  }

  .trust-content {
    padding-bottom: 62px;
  }

  .trust-section {
    gap: 18px;
    padding: 32px 0;
  }

  .trust-section h2 {
    font-size: 1.28rem;
  }

  .trust-card {
    min-height: auto;
  }

  .trust-card h3 {
    margin-top: 28px;
  }

  .trust-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .trust-steps li {
    padding-right: 16px;
  }

  .policy-contact a {
    font-size: 1.08rem;
  }

  .tool-hero {
    gap: 28px;
    padding: 52px 0 30px;
  }

  .tool-hero-copy h1 {
    font-size: 2.7rem;
    line-height: 1.08;
  }

  .tool-lead {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.78;
  }

  .tool-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .tool-hero-card,
  .tool-panel,
  .tool-result,
  .tool-section,
  .tool-source-card,
  .tool-note-card,
  .tool-preview-card {
    padding: 20px;
  }

  .tool-workspace {
    padding: 10px 0 38px;
  }

  .tool-panel-head h2,
  .tool-section h2,
  .tool-source-card h2 {
    font-size: 1.34rem;
  }

  .tool-result-top strong {
    font-size: 2.6rem;
  }

  .tool-guide-grid {
    padding-bottom: 62px;
  }

  .tool-table div,
  .tool-steps li,
  .tool-result-list li {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .tool-preview-layout {
    gap: 20px;
  }

  .tool-preview-card strong {
    font-size: 1.52rem;
  }

  .category-card h3,
  .editorial-grid p {
    margin-top: 42px;
  }

  .category-icon {
    width: 152px;
    height: 152px;
    margin: 28px auto 0;
  }

  .live-layout {
    gap: 34px;
  }

  .live-panel {
    padding: 14px;
  }

  .live-card {
    grid-template-columns: 1fr;
  }

  .live-card.main {
    min-height: 170px;
  }

  .live-card strong {
    font-size: 1.34rem;
  }

  .live-copy h2 {
    font-size: 1.72rem;
  }

  .feature-band {
    padding: 62px 0;
  }

  .feature-list article {
    grid-template-columns: 1fr;
    gap: 7px;
    align-items: start;
    padding: 18px 0;
  }

  .footer-hero {
    padding-top: 52px;
  }

  .footer-hero p {
    font-size: 3.05rem;
  }

  .article-header,
  .article-section,
  .page-article,
  .category-hero,
  .category-post-card {
    padding: 22px;
  }

  .article-header h1,
  .page-article h1,
  .category-hero h1 {
    font-size: 1.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-tilt] {
    transform: none !important;
  }

  html.has-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 420px) {
  .brand {
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .hero-copy h1 {
    font-size: 2.58rem;
  }

  .tool-hero-copy h1 {
    font-size: 2.34rem;
  }

  .route-line b:nth-child(2) {
    width: 62px;
  }

  .footer-hero p {
    font-size: 2.58rem;
  }
}

/* Premium editorial refinement */
:root {
  --ink: #111722;
  --ink-soft: #283244;
  --surface-soft: #f8fafc;
  --muted: #667085;
  --line: #e7ebf0;
  --blue: #315fdc;
  --green: #239f79;
  --amber: #b88028;
  --shadow: 0 24px 74px rgba(20, 28, 40, 0.08);
}

body {
  color: #1b2330;
  font-family: 'Pretendard Variable', 'Pretendard', 'SUIT', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-weight: 500;
  line-height: 1.72;
}

.brand-copy strong,
.hero-copy h1,
.hero-subtitle,
.section-head h2,
.feature-layout h2,
.launch-copy h2,
.footer-hero p,
.trust-hero-copy h1,
.trust-section h2,
.article-header h1,
.page-article h1,
.category-hero h1 {
  font-family: 'Paperlogy', 'Pretendard Variable', 'Pretendard', sans-serif;
}

.site-header {
  border-bottom-color: rgba(17, 23, 34, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(20, 28, 40, 0.035);
}

.nav-shell {
  min-height: 68px;
}

.brand {
  gap: 11px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  background: linear-gradient(145deg, #244bd8, #4f82f5);
  font-weight: 820;
  box-shadow: 0 14px 34px rgba(49, 95, 220, 0.2);
}

.brand-copy strong {
  font-size: 1.04rem;
  font-weight: 820;
}

.brand-copy small {
  color: #6b7280;
  font-size: 0.76rem;
  font-weight: 560;
}

.site-nav a {
  min-height: 36px;
  color: #465062;
  font-size: 0.88rem;
  font-weight: 650;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(49, 95, 220, 0.055);
}

.eyebrow {
  color: #2d8c70;
  font-size: 0.74rem;
  font-weight: 760;
}

.hero-copy h1 {
  font-weight: 820;
}

.hero-subtitle,
.category-card h3,
.editorial-grid strong,
.launch-board strong,
.live-card strong,
.live-copy h2 {
  font-weight: 780;
}

.hero-summary,
.section-head p:last-child,
.launch-copy p:last-child,
.category-card p,
.editorial-grid p,
.live-copy p,
.feature-list p,
.launch-board p {
  color: #667085;
  font-weight: 500;
}

.button,
.hero-chips span,
.hero-metrics dd,
.trust-track span {
  font-weight: 680;
}

.category-card,
.editorial-grid article,
.launch-board a,
.launch-board div,
.trust-card,
.trust-meta div,
.trust-table,
.trust-list li,
.source-links li,
.trust-steps li,
.policy-contact,
.notice-box {
  border-color: rgba(17, 23, 34, 0.09);
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
}

.category-card:hover,
.category-card:focus-visible,
.trust-card:hover,
.trust-card:focus-visible {
  box-shadow: 0 28px 86px rgba(20, 28, 40, 0.09);
}

.trust-main {
  background:
    linear-gradient(90deg, rgba(49, 95, 220, 0.024) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(49, 95, 220, 0.02) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #ffffff, #f9fbfd 60%, #ffffff);
  background-size: 72px 72px, 72px 72px, auto;
}

.trust-hero {
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.48fr);
  gap: 64px;
  padding: 92px 0 56px;
}

.trust-hero-copy h1 {
  max-width: 720px;
  font-size: 3.84rem;
  font-weight: 810;
  line-height: 1.08;
}

.trust-lead {
  max-width: 720px;
  margin-top: 22px;
  color: #384357;
  font-size: 1.08rem;
  font-weight: 520;
  line-height: 1.92;
}

.trust-meta {
  gap: 9px;
  margin-top: 32px;
}

.trust-meta div {
  min-height: 76px;
  background: rgba(255, 255, 255, 0.74);
  padding: 14px 15px;
  backdrop-filter: blur(14px);
}

.trust-meta dt {
  color: #778093;
  font-size: 0.74rem;
  font-weight: 680;
}

.trust-meta dd {
  margin-top: 8px;
  font-size: 0.96rem;
  font-weight: 760;
}

.trust-hero-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 14px;
  box-shadow: 0 28px 92px rgba(20, 28, 40, 0.11);
}

.trust-hero-card::after {
  height: 3px;
  opacity: 0.82;
}

.trust-hero-image {
  aspect-ratio: 4 / 3;
  padding: 10px;
  background: linear-gradient(145deg, rgba(49, 95, 220, 0.035), rgba(35, 159, 121, 0.025));
}

.trust-hero-card span,
.trust-card span,
.policy-contact strong {
  font-weight: 760;
}

.trust-hero-card strong {
  font-size: 1.48rem;
  font-weight: 790;
  line-height: 1.24;
}

.trust-hero-card p {
  color: #6b7280;
  font-weight: 520;
  line-height: 1.82;
}

.trust-hero-tags i {
  color: #465062;
  font-weight: 680;
}

.trust-section {
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
  gap: 54px;
  border-top-color: rgba(17, 23, 34, 0.08);
  padding: 48px 0;
}

.trust-section h2 {
  color: #171d28;
  font-size: 1.24rem;
  font-weight: 790;
}

.trust-section-intro,
.trust-prose p {
  color: #424d60;
  font-size: 1.01rem;
  font-weight: 500;
  line-height: 1.94;
}

.trust-card {
  min-height: 168px;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
}

.trust-card h3 {
  margin-top: 34px;
  font-size: 1.13rem;
  font-weight: 780;
  line-height: 1.35;
}

.trust-card p {
  color: #687386;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.78;
}

.trust-table strong {
  color: #293244;
  font-weight: 760;
}

.trust-table span {
  color: #697488;
  font-weight: 500;
  line-height: 1.74;
}

.trust-list li,
.source-links li,
.trust-steps li {
  color: #3f4a5d;
  font-weight: 560;
  line-height: 1.72;
}

.trust-steps li::before {
  background: linear-gradient(145deg, #111722, #263449);
  font-weight: 760;
}

.notice-box {
  background: linear-gradient(135deg, rgba(49, 95, 220, 0.07), rgba(35, 159, 121, 0.06));
}

.notice-box strong {
  font-weight: 780;
}

.notice-box p {
  color: #404b5e;
  font-weight: 500;
}

.policy-contact a {
  font-size: 1.22rem;
  font-weight: 780;
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 100%),
    #07090e;
  color: rgba(255, 255, 255, 0.64);
}

.footer-hero p {
  font-weight: 820;
}

.footer-hero span,
.footer-about p,
.footer-note p,
.footer-links a {
  font-weight: 500;
}

.footer-about h2,
.footer-links strong,
.footer-note strong {
  font-weight: 760;
}

.footer-contact a,
.footer-note a {
  font-weight: 760;
}

@media (max-width: 1100px) {
  .trust-hero,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .trust-section > :not(h2) {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
    line-height: 1.74;
  }

  .site-header {
    position: relative;
  }

  .nav-shell {
    gap: 14px;
    padding: 16px 0;
  }

  .site-nav a {
    min-height: 38px;
    border: 1px solid rgba(17, 23, 34, 0.075);
    background: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 620;
  }

  .trust-hero {
    gap: 26px;
    padding: 48px 0 28px;
  }

  .trust-hero-copy h1 {
    font-size: 2.34rem;
    font-weight: 805;
    line-height: 1.15;
  }

  .trust-lead {
    margin-top: 16px;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.86;
  }

  .trust-meta div {
    min-height: auto;
    padding: 14px;
  }

  .trust-hero-card strong {
    font-size: 1.34rem;
  }

  .trust-section {
    gap: 16px;
    padding: 34px 0;
  }

  .trust-section h2 {
    font-size: 1.18rem;
    line-height: 1.38;
  }

  .trust-section-intro,
  .trust-prose p {
    font-size: 0.98rem;
    line-height: 1.88;
  }

  .trust-card {
    padding: 20px;
  }

  .trust-card h3 {
    margin-top: 30px;
    font-size: 1.08rem;
  }

  .trust-list li,
  .source-links li {
    padding: 13px 15px 13px 38px;
  }

  .trust-steps li {
    padding: 16px 16px 16px 68px;
  }
}

@media (max-width: 420px) {
  .trust-hero-copy h1 {
    font-size: 2.06rem;
  }

  .trust-hero-card {
    padding: 10px;
  }

  .policy-contact a {
    font-size: 0.98rem;
  }
}

/* Executive motion layer */
:root {
  --scroll-progress: 0;
}

.site-header {
  overflow: visible;
  transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.site-header::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--amber));
  opacity: 0.84;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  transition: transform 0.12s linear;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(17, 23, 34, 0.11);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.08);
}

.site-header.is-scrolled .brand-mark {
  box-shadow: 0 16px 38px rgba(49, 95, 220, 0.26);
}

.brand-mark {
  position: relative;
  overflow: hidden;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: -35% -70%;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.56) 50%, transparent 62%);
  transform: translateX(-88%) rotate(8deg);
  transition: transform 0.68s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.brand:hover .brand-mark::after,
.brand:focus-visible .brand-mark::after {
  transform: translateX(88%) rotate(8deg);
}

.hero-visual,
.live-panel,
.visual-side,
.trust-card,
.trust-meta div,
.trust-table,
.notice-box,
.policy-contact {
  position: relative;
  overflow: hidden;
}

.hero-visual::before,
.live-panel::before,
.visual-side::before,
.trust-hero-card::before,
.trust-card::after,
.trust-meta div::after,
.trust-table::after,
.notice-box::after,
.policy-contact::after,
.category-card::after,
.editorial-grid article::after,
.launch-board a::after,
.launch-board div::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 4;
  background: linear-gradient(118deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.7) 50%, transparent 64%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-130%);
  transition: opacity 0.28s ease, transform 0.82s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-visual:hover::before,
.live-panel:hover::before,
.visual-side:hover::before,
.trust-hero-card:hover::before,
.trust-card:hover::after,
.trust-meta div:hover::after,
.trust-table:hover::after,
.notice-box:hover::after,
.policy-contact:hover::after,
.category-card:hover::after,
.category-card:focus-visible::after,
.editorial-grid article:hover::after,
.launch-board a:hover::after,
.launch-board a:focus-visible::after,
.launch-board div:hover::after {
  opacity: 0.72;
  transform: translateX(130%);
}

.hero-visual > *,
.live-panel > *,
.visual-side > *,
.trust-hero-card > *,
.trust-card > *,
.trust-meta div > *,
.trust-table > *,
.notice-box > *,
.policy-contact > *,
.category-card > *,
.editorial-grid article > *,
.launch-board a > *,
.launch-board div > * {
  position: relative;
  z-index: 1;
}

.hero-visual::before,
.live-panel::before,
.trust-hero-card::before {
  background: linear-gradient(126deg, transparent 0%, rgba(255, 255, 255, 0.24) 35%, rgba(255, 255, 255, 0.82) 49%, rgba(49, 95, 220, 0.08) 58%, transparent 72%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(49, 95, 220, 0.34), rgba(35, 159, 121, 0.28), transparent);
  animation: executiveLine 5.8s ease-in-out infinite;
}

.trust-card,
.trust-meta div,
.trust-table,
.notice-box,
.policy-contact,
.editorial-grid article,
.launch-board a,
.launch-board div {
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.trust-card:hover,
.trust-meta div:hover,
.trust-table:hover,
.notice-box:hover,
.policy-contact:hover,
.editorial-grid article:hover,
.launch-board a:hover,
.launch-board a:focus-visible,
.launch-board div:hover {
  border-color: rgba(49, 95, 220, 0.2);
  box-shadow: 0 28px 86px rgba(20, 28, 40, 0.09);
}

.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 181, 255, 0.82), rgba(82, 216, 165, 0.64), transparent);
  animation: footerSweep 7.6s ease-in-out infinite;
}

html.has-js .category-grid [data-reveal]:nth-child(2),
html.has-js .editorial-grid [data-reveal]:nth-child(2),
html.has-js .launch-board [data-reveal]:nth-child(2) {
  transition-delay: 0.08s;
}

html.has-js .category-grid [data-reveal]:nth-child(3),
html.has-js .editorial-grid [data-reveal]:nth-child(3),
html.has-js .launch-board [data-reveal]:nth-child(3) {
  transition-delay: 0.16s;
}

html.has-js .category-grid [data-reveal]:nth-child(4),
html.has-js .launch-board [data-reveal]:nth-child(4) {
  transition-delay: 0.24s;
}

@keyframes executiveLine {
  0%,
  100% {
    transform: scaleX(0.32);
    opacity: 0.34;
  }

  50% {
    transform: scaleX(1);
    opacity: 0.82;
  }
}

@keyframes footerSweep {
  0%,
  100% {
    transform: translateX(-24%) scaleX(0.34);
    opacity: 0.24;
  }

  50% {
    transform: translateX(24%) scaleX(1);
    opacity: 0.88;
  }
}

@media (max-width: 760px) {
  .site-header::before {
    height: 1px;
  }

  .hero-visual::before,
  .live-panel::before,
  .visual-side::before,
  .trust-hero-card::before,
  .trust-card::after,
  .trust-meta div::after,
  .trust-table::after,
  .notice-box::after,
  .policy-contact::after,
  .category-card::after,
  .editorial-grid article::after,
  .launch-board a::after,
  .launch-board div::after {
    display: none;
  }
}

/* Paperlogy typography pass */
body,
button,
input,
textarea,
select {
  font-family: 'Paperlogy', 'Pretendard Variable', 'Pretendard', 'SUIT', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

body {
  font-weight: 500;
  line-height: 1.7;
}

.brand-copy strong,
.hero-copy h1,
.hero-subtitle,
.section-head h2,
.feature-layout h2,
.launch-copy h2,
.live-copy h2,
.footer-hero p,
.trust-hero-copy h1,
.trust-section h2,
.article-header h1,
.page-article h1,
.category-hero h1,
.category-card h3,
.editorial-grid strong,
.launch-board strong,
.trust-card h3,
.trust-hero-card strong {
  font-family: 'Paperlogy', 'Pretendard Variable', 'Pretendard', sans-serif;
  letter-spacing: 0;
}

.hero-copy h1,
.footer-hero p {
  font-weight: 800;
}

.brand-copy strong,
.hero-subtitle,
.section-head h2,
.feature-layout h2,
.launch-copy h2,
.live-copy h2,
.trust-hero-copy h1,
.article-header h1,
.page-article h1,
.category-hero h1 {
  font-weight: 800;
}

.category-card h3,
.editorial-grid strong,
.launch-board strong,
.trust-card h3,
.trust-hero-card strong,
.visual-focus strong,
.visual-side strong,
.live-card strong {
  font-weight: 700;
}

.site-nav a,
.button,
.hero-chips span,
.hero-metrics dt,
.visual-toolbar,
.visual-focus span,
.visual-side span,
.visual-feed b,
.visual-feed span,
.trust-track span,
.feature-list strong,
.launch-board span,
.footer-about h2,
.footer-links strong,
.footer-note strong,
.trust-meta dd,
.trust-table strong,
.notice-box strong,
.policy-contact a {
  font-weight: 700;
}

.brand-copy small,
.hero-summary,
.section-head p:last-child,
.launch-copy p:last-child,
.category-card p,
.editorial-grid p,
.live-copy p:last-child,
.feature-list p,
.launch-board p,
.trust-lead,
.trust-section-intro,
.trust-prose p,
.trust-card p,
.trust-table span,
.trust-list li,
.source-links li,
.trust-steps li,
.notice-box p,
.policy-contact strong,
.footer-hero span,
.footer-about p,
.footer-note p,
.footer-links a,
.article-section p,
.page-article p,
.page-article li {
  font-weight: 500;
}

.eyebrow,
.trust-hero-card span,
.trust-card span,
.trust-meta dt,
.hero-metrics dd {
  font-weight: 600;
}

@media (max-width: 760px) {
  body {
    line-height: 1.72;
  }

  .site-nav a {
    font-weight: 600;
  }

  .hero-copy h1,
  .trust-hero-copy h1 {
    font-weight: 800;
  }
}

/* Premium article publishing system */
.premium-article-main {
  background:
    linear-gradient(90deg, rgba(49, 95, 220, 0.024) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(49, 95, 220, 0.018) 0 1px, transparent 1px 100%),
    #ffffff;
  background-size: 72px 72px;
  padding: 0 0 96px;
}

.article-view {
  padding-top: 34px;
}

.premium-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  color: #667085;
  font-size: 0.88rem;
  font-weight: 600;
}

.premium-breadcrumb a {
  color: #344054;
  text-decoration: none;
}

.premium-breadcrumb a:hover,
.premium-breadcrumb a:focus-visible {
  color: var(--blue);
  outline: none;
}

.article-hero-premium {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: 48px;
  align-items: stretch;
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 34px 100px rgba(20, 28, 40, 0.08);
  padding: 44px;
}

.article-hero-copy {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
}

.article-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: 3.34rem;
  font-weight: 800;
  line-height: 1.08;
}

.article-hero-premium .article-lead {
  max-width: 780px;
  margin: 22px 0 0;
  color: #384357;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.92;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.86);
  color: #465062;
  padding: 0 12px;
  font-size: 0.84rem;
  font-weight: 600;
}

.article-quick-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  flex: 1 1 auto;
  gap: 20px;
  max-width: 820px;
  min-height: 232px;
  margin-top: 34px;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--pointer-x, 14%) var(--pointer-y, 16%), rgba(49, 95, 220, 0.12), transparent 38%),
    linear-gradient(90deg, rgba(47, 111, 237, 0.045) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(47, 111, 237, 0.04) 0 1px, transparent 1px 100%),
    linear-gradient(145deg, rgba(248, 250, 255, 0.94), rgba(255, 255, 255, 0.98));
  background-size: auto, 34px 34px, 34px 34px, auto;
  box-shadow: 0 24px 70px rgba(20, 28, 40, 0.06);
  padding: 22px 24px;
}

.article-quick-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green), transparent);
  opacity: 0.72;
  transform-origin: left center;
  animation: executiveLine 5.2s ease-in-out infinite;
}

.article-quick-panel > * {
  position: relative;
  z-index: 1;
}

.article-quick-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.article-quick-head span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.article-quick-head strong {
  max-width: 430px;
  color: #111722;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.42;
  text-align: right;
}

.article-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.article-quick-grid div {
  min-width: 0;
  min-height: 116px;
  border: 1px solid rgba(17, 23, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  padding: 14px;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.article-quick-panel:hover .article-quick-grid div,
.article-quick-panel:focus-within .article-quick-grid div {
  border-color: rgba(47, 111, 237, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(49, 95, 220, 0.075);
  transform: translateY(-2px);
}

.article-quick-grid b {
  display: block;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.article-quick-grid span {
  display: block;
  margin-top: 8px;
  color: #111722;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.34;
}

.article-quick-grid em {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.48;
}

.article-dashboard {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: space-between;
  min-height: 236px;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(49, 95, 220, 0.08), rgba(35, 159, 121, 0.055)),
    #ffffff;
  padding: 24px;
}

.article-dashboard::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.74) 46%, transparent 64%);
  opacity: 0;
  transform: translateX(-130%);
  transition: opacity 0.26s ease, transform 0.78s ease;
}

.article-dashboard:hover::before {
  opacity: 0.72;
  transform: translateX(130%);
}

.article-dashboard > * {
  position: relative;
  z-index: 1;
}

.article-dashboard span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.article-dashboard strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 1.32;
}

.article-dashboard dl {
  display: grid;
  gap: 8px;
  margin: 34px 0 0;
}

.article-dashboard div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(17, 23, 34, 0.08);
  padding-top: 10px;
}

.article-dashboard dt {
  color: #778093;
  font-size: 0.8rem;
  font-weight: 600;
}

.article-dashboard dd {
  margin: 0;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
}

.article-hero-side {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.article-visual-card {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 286px;
  margin: 0;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 56%, rgba(49, 95, 220, 0.15), transparent 50%),
    linear-gradient(145deg, rgba(248, 250, 255, 0.98), rgba(255, 255, 255, 0.98));
}

.article-visual-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(118deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.78) 50%, rgba(47, 111, 237, 0.06) 61%, transparent 75%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-130%);
  transition: opacity 0.28s ease, transform 0.82s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.article-visual-card::after {
  content: "";
  position: absolute;
  inset: 18% 14% 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(49, 95, 220, 0.16), transparent 66%);
  filter: blur(13px);
  opacity: 0.8;
}

.article-visual-card img {
  position: relative;
  z-index: 1;
  width: min(86%, 340px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 28px 42px rgba(49, 95, 220, 0.16));
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.28s ease;
}

.article-visual-card:hover::before {
  opacity: 0.72;
  transform: translateX(130%);
}

.article-visual-card:hover img {
  filter: drop-shadow(0 34px 52px rgba(49, 95, 220, 0.2));
  transform: translateY(-5px) scale(1.035);
}

.article-body-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 760px);
  gap: 54px;
  align-items: start;
  margin-top: 48px;
}

.article-rail {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.article-toc,
.article-rail-card {
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
  padding: 18px;
}

.article-toc strong,
.article-rail-card span {
  display: block;
  color: #111722;
  font-size: 0.88rem;
  font-weight: 700;
}

.article-toc nav {
  display: grid;
  gap: 4px;
  margin-top: 12px;
}

.article-toc a {
  border-radius: 8px;
  color: #667085;
  padding: 8px 9px;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.42;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.article-toc a:hover,
.article-toc a:focus-visible,
.article-toc a.is-active {
  background: rgba(49, 95, 220, 0.07);
  color: var(--blue);
  outline: none;
  transform: translateX(2px);
}

.article-rail-card p {
  margin: 10px 0 0;
  color: #465062;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.65;
}

.article-content {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.article-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.article-content h2 {
  margin-top: 24px;
  color: #111722;
  font-size: 1.58rem;
  font-weight: 800;
  line-height: 1.36;
  scroll-margin-top: 92px;
}

.article-content h3 {
  color: #1f2937;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.42;
}

.article-content p,
.article-content li {
  color: #384357;
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.94;
}

.article-content a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(49, 95, 220, 0.28);
}

.article-content a:hover,
.article-content a:focus-visible {
  border-bottom-color: currentColor;
  outline: none;
}

.article-content ul:not(.article-checklist):not(.article-list):not(.source-links):not(.article-steps),
.article-content ol:not(.article-steps) {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.28em;
}

.article-content ul:not(.article-checklist):not(.article-list):not(.source-links):not(.article-steps) li,
.article-content ol:not(.article-steps) li {
  padding-left: 0.18em;
}

.article-content strong {
  color: #111722;
  font-weight: 800;
}

.article-content blockquote,
.article-content .wp-block-quote,
.article-content .wp-block-pullquote {
  position: relative;
  margin: 0;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(49, 95, 220, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
  padding: 22px 24px;
}

.article-content blockquote p,
.article-content .wp-block-quote p,
.article-content .wp-block-pullquote p {
  color: #1f2937;
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.82;
}

.article-content cite {
  display: block;
  margin-top: 10px;
  color: #667085;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 700;
}

.article-content figure,
.article-content .wp-block-image {
  margin: 0;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.article-content figure img,
.article-content .wp-block-image img {
  display: block;
  width: 100%;
  border: 1px solid rgba(17, 23, 34, 0.08);
  background: #ffffff;
  box-shadow: 0 22px 68px rgba(20, 28, 40, 0.07);
}

.article-content figcaption,
.article-content .wp-element-caption {
  margin-top: 10px;
  color: #778093;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.article-content table,
.article-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
}

.article-content th,
.article-content td {
  border-bottom: 1px solid rgba(17, 23, 34, 0.08);
  padding: 14px 16px;
  color: #384357;
  font-size: 0.96rem;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.article-content th {
  background: rgba(49, 95, 220, 0.055);
  color: #111722;
  font-weight: 850;
}

.article-content tr:last-child td {
  border-bottom: 0;
}

.article-content .wp-block-table {
  overflow-x: auto;
}

.article-content hr,
.article-content .wp-block-separator {
  width: 100%;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(17, 23, 34, 0.16), transparent);
}

.article-content .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(17, 23, 34, 0.1);
  border-radius: 8px;
  background: #111722;
  color: #ffffff;
  padding: 0 16px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(17, 23, 34, 0.12);
}

.article-content .wp-block-button__link:hover,
.article-content .wp-block-button__link:focus-visible {
  border-bottom-color: rgba(17, 23, 34, 0.1);
  background: #1f2937;
  color: #ffffff;
}

.article-summary,
.article-depth-grid,
.article-checklist,
.article-list,
.source-links,
.article-steps,
.faq-list,
.related-grid {
  display: grid;
  gap: 10px;
}

.article-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-summary div,
.article-depth-grid div,
.article-note,
.article-example,
.article-final-check,
.article-checklist li,
.article-list li,
.source-links li,
.article-steps li,
.faq-list details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
}

.article-summary div {
  min-height: 122px;
  padding: 18px;
}

.article-summary span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
}

.article-summary strong {
  display: block;
  margin-top: 22px;
  color: #111722;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.34;
}

.article-depth-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-depth-grid div {
  min-height: 258px;
  padding: 20px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.article-depth-grid div:hover {
  border-color: rgba(49, 95, 220, 0.22);
  box-shadow: 0 28px 80px rgba(20, 28, 40, 0.085);
  transform: translateY(-3px);
}

.article-depth-grid h3 {
  margin: 0;
  color: #111722;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.42;
}

.article-depth-grid p {
  margin: 14px 0 0;
  font-size: 0.97rem;
  line-height: 1.82;
}

.article-example {
  border-color: rgba(24, 184, 131, 0.18);
  background:
    radial-gradient(circle at 8% 0%, rgba(24, 184, 131, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
  padding: 24px;
}

.article-example p {
  margin: 0;
}

.article-example p + p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(17, 23, 34, 0.08);
}

.article-final-check {
  background:
    radial-gradient(circle at 0% 0%, rgba(49, 95, 220, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  padding: 26px;
}

.article-final-check p,
.article-final-check li {
  color: #384357;
}

.article-final-check p {
  margin: 0;
}

.article-final-check ul {
  display: grid;
  gap: 13px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.article-final-check li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  padding-left: 0;
  font-weight: 650;
}

.article-final-check li::before {
  content: "";
  position: static;
  width: 10px;
  height: 10px;
  margin-top: 0.72em;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(24, 184, 131, 0.1);
  justify-self: center;
}

.article-note {
  background: linear-gradient(135deg, rgba(49, 95, 220, 0.075), rgba(35, 159, 121, 0.06));
  padding: 22px;
}

.article-note strong {
  display: block;
  color: #111722;
  font-size: 1.02rem;
  font-weight: 700;
}

.article-note p {
  margin-top: 10px;
}

.article-checklist,
.article-list,
.source-links,
.article-steps {
  padding-left: 0;
  list-style: none;
}

.article-checklist li,
.article-list li,
.source-links li {
  padding: 15px 16px 15px 42px;
}

.article-checklist li::before,
.article-list li::before,
.source-links li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.article-steps {
  counter-reset: article-step;
}

.article-steps li {
  counter-increment: article-step;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
}

.article-steps li::before {
  content: counter(article-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 44px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(145deg, #111722, #263449);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}

.article-steps strong {
  display: block;
  color: #111722;
  font-weight: 700;
}

.article-steps span {
  display: block;
  margin-top: 4px;
  color: #465062;
  line-height: 1.74;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
}

.article-content table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  border-bottom: 1px solid rgba(17, 23, 34, 0.08);
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
}

.article-content th {
  color: #111722;
  font-size: 0.9rem;
  font-weight: 700;
}

.article-content td {
  color: #465062;
  font-size: 0.95rem;
  line-height: 1.68;
}

.article-content tr:last-child td {
  border-bottom: 0;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  color: #111722;
  padding: 17px 18px;
  font-weight: 700;
}

.faq-list details p {
  border-top: 1px solid rgba(17, 23, 34, 0.08);
  padding: 16px 18px 18px;
}

.premium-author-box {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  max-width: 760px;
  margin: 44px auto 0;
}

.author-mark {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(47, 111, 237, 0.12);
  border-radius: 8px;
  background: linear-gradient(145deg, #ffffff, #edf4ff);
  box-shadow: 0 18px 42px rgba(47, 111, 237, 0.16);
  padding: 3px;
}

.author-mark img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: contain;
}

.premium-author-box h2 {
  margin: 0;
  color: #111722;
  font-size: 1.16rem;
  font-weight: 800;
}

.premium-author-box p {
  margin: 8px 0 0;
  color: #465062;
  font-weight: 500;
  line-height: 1.78;
}

.premium-author-box a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.related-section {
  max-width: 920px;
  margin: 32px auto 0;
}

.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
  padding: 20px;
  text-decoration: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.related-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(118deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.78) 50%, rgba(47, 111, 237, 0.06) 61%, transparent 75%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-130%);
  transition: opacity 0.28s ease, transform 0.82s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.related-card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  opacity: 0.36;
  transform: scaleX(0.46);
  transform-origin: right center;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.related-card > * {
  position: relative;
  z-index: 1;
}

.related-card:hover,
.related-card:focus-visible {
  border-color: rgba(49, 95, 220, 0.24);
  box-shadow: 0 28px 86px rgba(20, 28, 40, 0.09);
  outline: none;
  transform: translateY(-4px);
}

.related-card:hover::before,
.related-card:focus-visible::before {
  opacity: 0.68;
  transform: translateX(130%);
}

.related-card:hover::after,
.related-card:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.related-card span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
}

.related-card strong {
  display: block;
  margin-top: 28px;
  color: #111722;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.42;
}

.related-card p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.7;
}

.category-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.32fr);
  gap: 26px;
  align-items: start;
  margin-top: 18px;
}

.category-aside {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid rgba(17, 23, 34, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.9)),
    rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 54px rgba(20, 28, 40, 0.045);
  padding: 22px;
}

.category-aside h2 {
  margin: 0;
  color: #111722;
  font-size: 1rem;
  font-weight: 800;
}

.category-aside ol {
  display: grid;
  counter-reset: category-link;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 0;
}

.category-aside li {
  counter-increment: category-link;
  display: grid;
  list-style: none;
}

.category-aside a {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 10px 0 0;
  color: #384357;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.category-aside a::before {
  content: counter(category-link, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(47, 111, 237, 0.08);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
}

.category-aside a:hover,
.category-aside a:focus-visible {
  border-color: rgba(47, 111, 237, 0.14);
  background: #ffffff;
  color: var(--blue);
  outline: none;
  transform: translateX(3px);
}

.category-aside p {
  margin: 16px 0 0;
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .article-hero-premium,
  .article-body-layout,
  .category-layout {
    grid-template-columns: 1fr;
  }

  .article-rail,
  .category-aside {
    position: relative;
    top: auto;
  }

  .article-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .premium-article-main {
    padding-bottom: 62px;
  }

  .article-view {
    padding-top: 22px;
  }

  .article-hero-premium {
    gap: 24px;
    padding: 24px 18px;
  }

  .article-quick-panel {
    align-content: stretch;
    flex: none;
    min-height: 0;
    margin-top: 26px;
    gap: 16px;
    padding: 18px;
  }

  .article-quick-head {
    display: grid;
    gap: 6px;
  }

  .article-quick-head strong {
    text-align: left;
  }

  .article-quick-grid {
    grid-template-columns: 1fr;
  }

  .article-visual-card {
    min-height: 230px;
  }

  .article-visual-card img {
    width: min(82%, 280px);
  }

  .article-hero-copy h1 {
    font-size: 2.14rem;
    line-height: 1.14;
  }

  .article-hero-premium .article-lead {
    margin-top: 16px;
    font-size: 0.98rem;
    line-height: 1.84;
  }

  .article-meta {
    margin-top: 20px;
  }

  .article-meta span {
    width: 100%;
  }

  .article-body-layout {
    gap: 28px;
    margin-top: 30px;
  }

  .article-toc nav,
  .article-summary,
  .article-depth-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .article-content {
    gap: 20px;
  }

  .article-content h2 {
    font-size: 1.32rem;
  }

  .article-content p,
  .article-content li {
    font-size: 0.98rem;
    line-height: 1.86;
  }

  .article-steps li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .article-steps li::before {
    width: 38px;
    height: 34px;
  }

  .premium-author-box {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .category-post-media {
    min-height: 164px;
  }

  .category-post-media img {
    width: min(72%, 210px);
  }
}
