:root {
  --npsk-navy: #0b2b52;
  --npsk-blue: #1266d3;
  --npsk-blue-dark: #0b53b3;
  --npsk-line: #dbe5f0;
  --npsk-text: #16263b;
  --npsk-muted: #586a7f;
  --npsk-white: #fff;
}

.npsk-homepage,
.npsk-homepage * { box-sizing: border-box; }
.npsk-homepage { margin: 0; background: #fff; color: var(--npsk-text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; word-break: keep-all; }
.npsk-homepage a { color: inherit; text-decoration: none; }
.npsk-homepage img { display: block; max-width: 100%; height: auto; }
.npsk-skip-link { position: fixed; z-index: 99999; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); border-radius: 6px; background: #fff; color: var(--npsk-navy); font-weight: 700; }
.npsk-skip-link:focus { transform: translateY(0); }

.npsk-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(219,229,240,.9); background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
.admin-bar .npsk-header { top: 32px; }
.npsk-header-inner { display: flex; width: min(1180px, calc(100% - 40px)); min-height: 74px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 28px; }
.npsk-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--npsk-navy); font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.npsk-brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: var(--npsk-blue); color: #fff; font-size: 18px; letter-spacing: 0; }
.npsk-primary-nav { display: flex; align-items: center; gap: 27px; color: #34465b; font-size: 14px; font-weight: 650; }
.npsk-primary-nav a,
.npsk-header-link { transition: color .16s ease; }
.npsk-primary-nav a:hover,
.npsk-primary-nav a:focus-visible,
.npsk-header-link:hover,
.npsk-header-link:focus-visible { color: var(--npsk-blue); }
.npsk-header-link { padding: 10px 16px; border: 1px solid var(--npsk-line); border-radius: 999px; color: var(--npsk-navy); font-size: 13px; font-weight: 750; }

.npsk-hero { overflow: hidden; border-bottom: 1px solid #eaf0f6; background: radial-gradient(circle at 78% 30%, rgba(18,102,211,.12), transparent 31%), linear-gradient(135deg,#fff 0%,#f4f8fd 100%); }
.npsk-hero-inner { display: grid; width: min(1180px, calc(100% - 40px)); min-height: 650px; margin: 0 auto; padding: 72px 0 78px; align-items: center; grid-template-columns: 1.04fr .96fr; gap: 70px; }
.npsk-eyebrow { margin: 0 0 16px; color: var(--npsk-blue); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.npsk-hero h1 { margin: 0; color: var(--npsk-navy); font-size: clamp(42px,5vw,64px); font-weight: 850; letter-spacing: -.055em; line-height: 1.18; }
.npsk-hero h1 span { color: var(--npsk-blue); }
.npsk-hero-description { max-width: 610px; margin: 26px 0 0; color: var(--npsk-muted); font-size: 18px; line-height: 1.85; }
.npsk-hero-actions { display: flex; margin-top: 34px; flex-wrap: wrap; gap: 12px; }
.npsk-button { display: inline-flex; min-height: 52px; padding: 0 23px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 10px; font-size: 15px; font-weight: 800; transition: transform .15s ease, background .15s ease; }
.npsk-button:hover { transform: translateY(-2px); }
.npsk-button-primary { background: var(--npsk-blue); color: #fff !important; box-shadow: 0 12px 30px rgba(18,102,211,.2); }
.npsk-button-primary:hover { background: var(--npsk-blue-dark); }
.npsk-button-secondary { border-color: var(--npsk-line); background: #fff; color: var(--npsk-navy); }
.npsk-hero-points { display: flex; margin: 26px 0 0; padding: 0; flex-wrap: wrap; gap: 11px 20px; color: #51657a; font-size: 13px; font-weight: 650; list-style: none; }
.npsk-hero-points li::before { margin-right: 7px; color: #2a9a6b; content: "✓"; font-weight: 900; }

.npsk-hero-visual { position: relative; min-height: 480px; }
.npsk-hero-visual::before { position: absolute; inset: 43px 18px 20px 74px; border: 1px solid #dbe9fb; border-radius: 54px; background: rgba(255,255,255,.72); box-shadow: 0 32px 80px rgba(42,74,112,.13); content: ""; }
.npsk-phone { position: absolute; z-index: 2; top: 10px; left: 50%; width: 242px; height: 462px; padding: 12px; transform: translateX(-50%) rotate(-2.2deg); border: 3px solid #0b2747; border-radius: 38px; background: #0b2747; box-shadow: 0 26px 70px rgba(11,43,82,.25); }
.npsk-phone-speaker { position: absolute; z-index: 3; top: 17px; left: 50%; width: 68px; height: 17px; transform: translateX(-50%); border-radius: 999px; background: #0b2747; }
.npsk-phone-screen { display: flex; height: 100%; padding: 62px 25px 28px; align-items: center; border-radius: 27px; background: linear-gradient(160deg,#eef6ff 0%,#fff 75%); flex-direction: column; text-align: center; }
.npsk-screen-logo { display: grid; width: 50px; height: 50px; margin-bottom: 18px; place-items: center; border-radius: 15px; background: var(--npsk-blue); color: #fff; font-size: 25px; font-weight: 900; }
.npsk-phone-screen strong { color: var(--npsk-navy); font-size: 19px; }
.npsk-phone-screen > span { margin-top: 8px; color: #708299; font-size: 12px; }
.npsk-screen-list { display: grid; width: 100%; margin-top: 28px; gap: 12px; }
.npsk-screen-list i { display: block; height: 30px; border: 1px solid #d7e6f8; border-radius: 8px; background: #fff; }
.npsk-screen-button { width: 100%; margin-top: auto; padding: 13px 10px; border-radius: 9px; background: var(--npsk-blue); color: #fff; font-size: 12px; font-weight: 800; }
.npsk-sim-card { position: absolute; z-index: 4; right: 11px; bottom: 47px; width: 142px; height: 164px; padding: 22px; transform: rotate(8deg); border-radius: 22px 22px 44px 22px; background: #fff; box-shadow: 0 24px 60px rgba(11,43,82,.2); color: var(--npsk-navy); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.npsk-sim-chip { width: 72px; height: 64px; margin-top: 14px; border: 4px solid #c89c31; border-radius: 9px; background: linear-gradient(90deg,transparent 46%,#c89c31 47%,#c89c31 53%,transparent 54%),linear-gradient(transparent 46%,#c89c31 47%,#c89c31 53%,transparent 54%),#f4d47d; }
.npsk-mini-card { position: absolute; z-index: 5; display: flex; padding: 13px 15px; align-items: center; gap: 9px; border: 1px solid #deebf8; border-radius: 12px; background: #fff; box-shadow: 0 15px 38px rgba(42,74,112,.14); color: #354b63; font-size: 12px; font-weight: 750; }
.npsk-mini-card span { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 999px; background: #e8f8f1; color: #19875c; }
.npsk-mini-card-top { top: 83px; left: 5px; }
.npsk-mini-card-bottom { bottom: 80px; left: 18px; }
.npsk-signal { position: absolute; border: 2px solid rgba(18,102,211,.18); border-radius: 999px; }
.npsk-signal-one { top: 13px; right: 42px; width: 48px; height: 48px; }
.npsk-signal-two { right: 84px; bottom: 18px; width: 25px; height: 25px; background: rgba(18,102,211,.12); }
.npsk-hero-visual-custom { display: flex; min-width: 0; align-items: center; justify-content: center; }
.npsk-hero-visual-custom::before { display: none; }
.npsk-custom-hero-image { width: 100%; max-height: 520px; object-fit: contain; border-radius: 24px; box-shadow: 0 28px 70px rgba(11,43,82,.16); }

.npsk-category-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 96px 0 108px; }
.npsk-section-heading { display: grid; align-items: end; grid-template-columns: 1fr 1fr; gap: 80px; }
.npsk-section-heading h2,
.npsk-section-title-row h2,
.npsk-latest-heading h2,
.npsk-trust-copy h2 { margin: 0; color: var(--npsk-navy); font-size: clamp(30px,3vw,42px); letter-spacing: -.045em; line-height: 1.3; }
.npsk-section-heading > p { margin: 0; color: var(--npsk-muted); font-size: 16px; line-height: 1.8; }
.npsk-category-grid { display: grid; margin-top: 46px; grid-template-columns: repeat(4,1fr); gap: 16px; }
.npsk-category-card { position: relative; min-height: 270px; padding: 27px; overflow: hidden; border: 1px solid var(--npsk-line); border-radius: 17px; background: #fff; transition: transform .16s ease,border-color .16s ease,box-shadow .16s ease; }
.npsk-category-card:hover,
.npsk-category-card:focus-visible { transform: translateY(-5px); border-color: #a9c9ec; box-shadow: 0 18px 42px rgba(48,80,116,.1); }
.npsk-category-number { color: var(--npsk-blue); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.npsk-category-card h3 { margin: 29px 0 12px; color: var(--npsk-navy); font-size: 20px; letter-spacing: -.035em; }
.npsk-category-card p { margin: 0; color: var(--npsk-muted); font-size: 14px; line-height: 1.75; }
.npsk-card-link { position: absolute; bottom: 25px; left: 27px; color: var(--npsk-blue); font-size: 13px; font-weight: 800; }

.npsk-recommended-section { padding: 100px 0 112px; background: #f5f8fc; }
.npsk-recommended-inner,
.npsk-latest-inner,
.npsk-trust-inner,
.npsk-footer-inner,
.npsk-footer-bottom { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.npsk-section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.npsk-section-title-row > p { max-width: 490px; margin: 0; color: var(--npsk-muted); font-size: 15px; line-height: 1.75; }
.npsk-featured-grid { display: grid; margin-top: 42px; grid-template-columns: repeat(2,1fr); gap: 20px; }
.npsk-featured-card { display: grid; min-height: 240px; overflow: hidden; border: 1px solid #dfe8f2; border-radius: 18px; background: #fff; grid-template-columns: 39% 61%; transition: transform .16s ease,box-shadow .16s ease; }
.npsk-featured-card:hover,
.npsk-featured-card:focus-visible { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(48,80,116,.1); }
.npsk-article-visual { position: relative; display: grid; min-width: 0; overflow: hidden; place-items: center; background: #e4effc; }
.npsk-article-visual img { width: 100%; height: 100%; object-fit: cover; }
.npsk-article-visual::before,
.npsk-article-visual::after { position: absolute; border-radius: 999px; content: ""; }
.npsk-article-visual::before { top: -35px; right: -22px; width: 120px; height: 120px; border: 22px solid rgba(255,255,255,.5); }
.npsk-article-visual::after { bottom: -42px; left: -42px; width: 120px; height: 120px; background: rgba(18,102,211,.12); }
.npsk-article-visual:has(img)::before,
.npsk-article-visual:has(img)::after { display: none; }
.npsk-article-visual > span { position: relative; z-index: 2; color: var(--npsk-blue); font-size: 42px; font-weight: 900; letter-spacing: -.06em; }
.npsk-visual-2 { background: #e9f6f1; }.npsk-visual-2 > span { color: #16805a; }
.npsk-visual-3 { background: #fff2e6; }.npsk-visual-3 > span { color: #c56e21; }
.npsk-visual-4 { background: #f0ecfc; }.npsk-visual-4 > span { color: #6e56bb; }
.npsk-visual-lines { position: absolute; z-index: 2; right: 20px; bottom: 24px; display: grid; width: 62px; gap: 6px; }
.npsk-visual-lines i { display: block; height: 4px; border-radius: 99px; background: rgba(11,43,82,.18); }
.npsk-featured-copy { display: flex; min-width: 0; padding: 27px 28px; flex-direction: column; }
.npsk-article-tag { color: var(--npsk-blue); font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.npsk-featured-copy h3 { margin: 10px 0; color: var(--npsk-navy); font-size: 19px; letter-spacing: -.03em; line-height: 1.45; }
.npsk-featured-copy p { margin: 0; color: var(--npsk-muted); font-size: 13px; line-height: 1.7; }
.npsk-reading-time { margin-top: auto; padding-top: 18px; color: #68809b; font-size: 11px; font-weight: 700; }

.npsk-latest-section { padding: 108px 0 116px; }
.npsk-latest-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; }
.npsk-latest-heading { position: sticky; top: 116px; align-self: start; }
.admin-bar .npsk-latest-heading { top: 148px; }
.npsk-latest-heading > p:last-child { max-width: 360px; margin: 23px 0 0; color: var(--npsk-muted); font-size: 15px; line-height: 1.8; }
.npsk-latest-list { border-top: 2px solid var(--npsk-navy); }
.npsk-latest-item { display: grid; min-height: 118px; padding: 24px 2px; align-items: center; border-bottom: 1px solid var(--npsk-line); grid-template-columns: 52px 1fr auto 44px; gap: 17px; }
.npsk-latest-item:hover h3,
.npsk-latest-item:focus-visible h3 { color: var(--npsk-blue); }
.npsk-latest-number { color: #a5b3c2; font-size: 12px; font-weight: 800; }
.npsk-latest-item h3 { margin: 7px 0 0; color: var(--npsk-navy); font-size: 18px; letter-spacing: -.025em; transition: color .16s ease; }
.npsk-latest-item time { color: #8290a0; font-size: 12px; }
.npsk-round-arrow { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--npsk-line); border-radius: 999px; color: var(--npsk-blue); font-size: 18px; }

.npsk-trust-section { padding: 104px 0; background: var(--npsk-navy); color: #fff; }
.npsk-trust-inner { display: grid; align-items: start; grid-template-columns: 120px 1fr 1.2fr; gap: 56px; }
.npsk-trust-mark { display: grid; width: 96px; height: 96px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 28px; background: rgba(255,255,255,.08); color: #fff; font-size: 48px; font-weight: 900; }
.npsk-trust-copy .npsk-eyebrow { color: #83baff; }
.npsk-trust-copy h2 { color: #fff; }
.npsk-trust-copy > p:last-child { margin: 24px 0 0; color: #c5d3e3; font-size: 14px; line-height: 1.9; }
.npsk-trust-list { margin: 0; border-top: 1px solid rgba(255,255,255,.24); }
.npsk-trust-link { display: grid; padding: 20px 10px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 8px; color: #fff !important; grid-template-columns: 42px 1fr 28px; gap: 16px; transition: background .16s ease; }
.npsk-trust-link:hover,
.npsk-trust-link:focus-visible { background: rgba(255,255,255,.08); }
.npsk-trust-number { color: #75aff8; font-size: 12px; font-weight: 850; }
.npsk-trust-item-copy { display: flex; flex-direction: column; gap: 6px; }
.npsk-trust-item-copy strong { color: #fff; font-size: 15px; }
.npsk-trust-item-copy > span { color: #b9c9dc; font-size: 12px; line-height: 1.6; }
.npsk-trust-arrow { color: #83baff; font-size: 20px; transition: transform .16s ease; }
.npsk-trust-link:hover .npsk-trust-arrow,
.npsk-trust-link:focus-visible .npsk-trust-arrow { transform: translateX(4px); }

.npsk-footer { padding: 62px 0 24px; background: #f7f9fc; }
.npsk-footer-inner { display: flex; padding-bottom: 44px; align-items: start; justify-content: space-between; gap: 50px; }
.npsk-footer-brand { width: fit-content; }
.npsk-footer-inner > div > p { margin: 16px 0 0; color: #6d7d8f; font-size: 13px; }
.npsk-footer-nav { display: grid; color: #52657b; font-size: 13px; font-weight: 650; grid-template-columns: repeat(3,auto); gap: 17px 35px; }
.npsk-footer-nav a:hover,
.npsk-footer-nav a:focus-visible { color: var(--npsk-blue); }
.npsk-footer-bottom { display: flex; padding-top: 22px; justify-content: space-between; border-top: 1px solid var(--npsk-line); color: #8b98a6; font-size: 11px; }

.npsk-homepage a:focus-visible { outline: 3px solid #f2b63f; outline-offset: 3px; }

@media (max-width: 1050px) {
  .npsk-primary-nav { gap: 17px; font-size: 13px; }
  .npsk-hero-inner { grid-template-columns: 1fr .85fr; gap: 24px; }
  .npsk-category-grid { grid-template-columns: repeat(2,1fr); }
  .npsk-latest-inner { grid-template-columns: 1fr; gap: 42px; }
  .npsk-latest-heading { position: static; }
  .npsk-trust-inner { grid-template-columns: 90px 1fr; }
  .npsk-trust-list { grid-column: 2; }
}

@media (max-width: 782px) {
  .admin-bar .npsk-header { top: 46px; }
}

@media (max-width: 760px) {
  .npsk-header-inner { width: min(100% - 28px,1180px); min-height: 64px; }
  .npsk-primary-nav { display: none; }
  .npsk-header-link { padding: 8px 12px; font-size: 12px; }
  .npsk-hero-inner { width: min(100% - 32px,1180px); min-height: auto; padding: 55px 0 64px; grid-template-columns: 1fr; }
  .npsk-hero h1 { font-size: 40px; }
  .npsk-hero-description { font-size: 16px; }
  .npsk-hero-visual { min-height: 415px; margin-top: 12px; }
	.npsk-hero-visual-custom { min-height: 0; margin-top: 28px; }
	.npsk-custom-hero-image { max-height: 420px; border-radius: 18px; }
  .npsk-hero-visual::before { inset: 36px 5px 15px 32px; }
  .npsk-phone { width: 205px; height: 390px; }
  .npsk-sim-card { right: 0; width: 116px; height: 140px; }
  .npsk-sim-chip { width: 58px; height: 54px; }
  .npsk-mini-card { padding: 10px 11px; font-size: 11px; }
  .npsk-category-section { width: min(100% - 32px,1180px); padding: 72px 0 80px; }
  .npsk-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .npsk-category-grid { margin-top: 34px; grid-template-columns: 1fr; }
  .npsk-category-card { min-height: 235px; }
  .npsk-recommended-section { padding: 74px 0 82px; }
  .npsk-recommended-inner,
  .npsk-latest-inner,
  .npsk-trust-inner,
  .npsk-footer-inner,
  .npsk-footer-bottom { width: min(100% - 32px,1180px); }
  .npsk-section-title-row { display: block; }
  .npsk-section-title-row > p { margin-top: 17px; }
  .npsk-featured-grid { grid-template-columns: 1fr; }
  .npsk-featured-card { min-height: 230px; grid-template-columns: 34% 66%; }
  .npsk-featured-copy { padding: 23px 20px; }
  .npsk-latest-section { padding: 80px 0 86px; }
  .npsk-latest-item { grid-template-columns: 38px 1fr 36px; }
  .npsk-latest-item time { display: none; }
  .npsk-latest-item h3 { font-size: 16px; }
  .npsk-trust-section { padding: 76px 0; }
  .npsk-trust-inner { grid-template-columns: 1fr; gap: 30px; }
  .npsk-trust-mark { width: 72px; height: 72px; border-radius: 21px; font-size: 34px; }
  .npsk-trust-list { grid-column: 1; }
  .npsk-footer-inner,
  .npsk-footer-bottom { flex-direction: column; }
  .npsk-footer-nav { grid-template-columns: repeat(2,auto); gap: 16px 28px; }
  .npsk-footer-bottom { gap: 9px; }
}

@media (max-width: 430px) {
  .npsk-brand { font-size: 18px; }
  .npsk-hero h1 { font-size: 35px; }
  .npsk-button { width: 100%; }
  .npsk-mini-card-top { left: 0; }
  .npsk-mini-card-bottom { left: 4px; }
  .npsk-featured-card { display: block; }
	.npsk-custom-hero-image { max-height: 360px; }
  .npsk-article-visual { min-height: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .npsk-homepage *,
  .npsk-homepage *::before,
  .npsk-homepage *::after { scroll-behavior: auto !important; transition: none !important; }
}
