:root {
  --v11-bg: #050608;
  --v11-bg-soft: #090b0f;
  --v11-panel: #10141a;
  --v11-panel-2: #151a22;
  --v11-paper: #f3f4f6;
  --v11-paper-warm: #f7f3ea;
  --v11-navy: #0d1d3b;
  --v11-navy-2: #15294d;
  --v11-red: #ad342f;
  --v11-red-bright: #c7423b;
  --v11-gold: #c7a66b;
  --v11-gold-light: #e6ce97;
  --v11-text: #f3efe7;
  --v11-muted: #9ba0a9;
  --v11-line: rgba(255, 255, 255, .1);
  --v11-gold-line: rgba(230, 206, 151, .2);
  --v11-sans: "Noto Sans KR", sans-serif;
  --v11-serif: "Noto Serif KR", "Batang", serif;
  --v11-shadow: 0 28px 72px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body.home-v11 {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--v11-text);
  background:
    radial-gradient(circle at 82% 4%, rgba(37, 54, 89, .23), transparent 28%),
    radial-gradient(circle at 7% 30%, rgba(173, 52, 47, .08), transparent 23%),
    var(--v11-bg);
  font-family: var(--v11-sans);
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
body.home-v11::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .09;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.v11-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.v11-skip { position: fixed; top: -60px; left: 14px; z-index: 120; padding: 11px 15px; color: #080808; background: #fff; }
.v11-skip:focus { top: 12px; }

.v11-header {
  position: sticky;
  top: 0;
  z-index: 70;
  height: 66px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--v11-line);
  background: rgba(5, 6, 8, .95);
  backdrop-filter: blur(18px);
}
.v11-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.v11-brand { min-width: 0; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.v11-brand img { width: 42px; height: 42px; flex: none; }
.v11-brand strong { display: block; font: 700 16px/1.2 var(--v11-serif); letter-spacing: -.035em; }
.v11-brand small { display: block; margin-top: 4px; color: var(--v11-gold); font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.v11-header-cta { min-height: 38px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 11px; color: #fff; background: var(--v11-red); text-decoration: none; font-size: 11px; font-weight: 900; }
.v11-nav { position: sticky; top: 66px; z-index: 65; border-bottom: 1px solid var(--v11-line); background: rgba(8, 10, 13, .97); backdrop-filter: blur(15px); }
.v11-nav-inner { min-height: 50px; display: flex; align-items: stretch; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.v11-nav-inner::-webkit-scrollbar { display: none; }
.v11-nav a { position: relative; min-width: max-content; display: inline-flex; align-items: center; color: #898e97; text-decoration: none; font-size: 12px; font-weight: 800; }
.v11-nav a.active { color: #fff; }
.v11-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--v11-red-bright); }

.v11-hero { padding: 24px 0 44px; }
.v11-hero-card { position: relative; min-height: 610px; overflow: hidden; border: 1px solid var(--v11-gold-line); border-radius: 29px; background: #090b0d; box-shadow: var(--v11-shadow); isolation: isolate; }
.v11-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 68% 50%; filter: saturate(.74) contrast(1.08) brightness(.83); animation: v11SlowZoom 18s ease-out 1 forwards; }
@keyframes v11SlowZoom { from { transform: scale(1); } to { transform: scale(1.055); } }
.v11-hero-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4, 5, 7, .98), rgba(4, 5, 7, .84) 42%, rgba(4, 5, 7, .08) 78%), linear-gradient(180deg, transparent 55%, rgba(4, 5, 7, .58)); }
.v11-hero-copy { width: min(650px, 63%); min-height: 610px; display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.v11-kicker, .v11-label { margin: 0; color: var(--v11-gold-light); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.v11-label { color: #688ee0; }
.v11-hero h1 { margin: 17px 0 18px; font: 700 clamp(43px, 5vw, 68px)/1.21 var(--v11-serif); letter-spacing: -.065em; }
.v11-hero h1 em { display: block; color: var(--v11-gold-light); font-style: normal; }
.v11-hero-quote { margin: 0; color: #d4d0c8; font: 600 15px/1.75 var(--v11-serif); }
.v11-hero-desc { margin: 9px 0 0; color: #9ca0a7; font-size: 12px; line-height: 1.7; }
.v11-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.v11-button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 1px solid var(--v11-gold-line); border-radius: 999px; color: var(--v11-text); background: rgba(12, 15, 19, .86); text-decoration: none; font-size: 12px; font-weight: 900; }
.v11-button.primary { border-color: var(--v11-red); color: #fff; background: var(--v11-red); }
.v11-button:hover, .v11-button:focus-visible { border-color: var(--v11-gold); outline: none; }
.v11-button.primary:hover, .v11-button.primary:focus-visible { border-color: var(--v11-red-bright); background: var(--v11-red-bright); }
.v11-hero-mark { position: absolute; right: 28px; top: 28px; width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(230, 206, 151, .5); border-radius: 50%; color: var(--v11-gold-light); background: rgba(5, 6, 8, .38); font: 700 23px/1 var(--v11-serif); backdrop-filter: blur(8px); }

.v11-section { padding: 98px 0; }
.v11-section.alt { border-block: 1px solid var(--v11-line); background: #080a0d; }
.v11-section-head { max-width: 800px; margin-bottom: 34px; }
.v11-section-head.center { margin-inline: auto; text-align: center; }
.v11-section-head h2 { margin: 12px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.28; letter-spacing: -.055em; font-weight: 900; }
.v11-section-head > p:last-child { max-width: 630px; margin: 14px 0 0; color: var(--v11-muted); font-size: 13px; line-height: 1.75; }
.v11-section-head.center > p:last-child { margin-inline: auto; }

.v11-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.v11-story-card { min-height: 150px; display: grid; grid-template-columns: 88px 1fr; gap: 18px; align-items: center; padding: 21px; border: 1px solid var(--v11-line); border-radius: 21px; background: linear-gradient(145deg, #12161c, #0d1014); box-shadow: 0 16px 38px rgba(0, 0, 0, .19); }
.v11-story-card img { width: 88px; height: 88px; border-radius: 20px; object-fit: cover; box-shadow: 0 12px 28px rgba(0, 0, 0, .26); }
.v11-story-card h3 { margin: 0; font-size: 16px; line-height: 1.45; letter-spacing: -.035em; }
.v11-story-card p { margin: 7px 0 0; color: var(--v11-muted); font-size: 11px; line-height: 1.65; }

.v11-service-wrap { padding: 0 0 98px; }
.v11-service-panel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; padding: 22px; border: 1px solid var(--v11-gold-line); border-radius: 27px; background: linear-gradient(145deg, #101319, #090b0f); box-shadow: var(--v11-shadow); }
.v11-service-item { min-width: 0; display: grid; justify-items: center; gap: 10px; padding: 15px 8px 13px; border: 1px solid transparent; border-radius: 18px; color: #d9d7d2; text-decoration: none; font-size: 11px; font-weight: 800; }
.v11-service-item:hover, .v11-service-item:focus-visible { border-color: var(--v11-gold-line); background: rgba(255, 255, 255, .03); outline: none; }
.v11-service-item img { width: 78px; height: 78px; border-radius: 20px; object-fit: cover; box-shadow: 0 14px 30px rgba(0, 0, 0, .3); }
.v11-resume { margin-top: 12px; padding: 15px 18px; display: flex; justify-content: space-between; gap: 18px; border: 1px solid var(--v11-line); border-radius: 14px; color: var(--v11-muted); background: #0b0e12; font-size: 11px; }
.v11-resume[hidden] { display: none; }
.v11-resume a { color: var(--v11-gold-light); text-decoration: none; font-weight: 800; }

.v11-process { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--v11-line); border-radius: 22px; overflow: hidden; background: var(--v11-panel); }
.v11-step { min-height: 156px; display: grid; grid-template-columns: 54px 1fr; gap: 17px; align-items: center; padding: 24px; border-right: 1px solid var(--v11-line); }
.v11-step:last-child { border-right: 0; }
.v11-step-no { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(104, 142, 224, .34); border-radius: 50%; color: #87a9ef; background: #10182a; font-size: 13px; font-weight: 900; }
.v11-step b { display: block; font-size: 15px; }
.v11-step span:last-child { display: block; margin-top: 7px; color: var(--v11-muted); font-size: 10px; line-height: 1.6; }

.v11-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.v11-benefit { min-height: 250px; padding: 25px; border: 1px solid var(--v11-line); border-radius: 22px; background: linear-gradient(150deg, #151a22, #0c0f13); }
.v11-benefit img { width: 70px; height: 70px; border-radius: 18px; object-fit: cover; }
.v11-benefit h3 { margin: 25px 0 9px; font-size: 18px; line-height: 1.42; letter-spacing: -.04em; }
.v11-benefit p { margin: 0; color: var(--v11-muted); font-size: 11px; line-height: 1.68; }

.v11-preview { overflow: hidden; background: radial-gradient(circle at 50% 0, rgba(173, 52, 47, .08), transparent 28%), #07090c; }
.v11-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.v11-preview-card { min-height: 275px; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--v11-line); border-radius: 22px; background: #11151a; box-shadow: 0 18px 42px rgba(0, 0, 0, .22); }
.v11-preview-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.v11-preview-chip { display: inline-flex; align-items: center; min-height: 26px; padding: 0 9px; border-radius: 999px; color: var(--v11-gold-light); background: rgba(199, 166, 107, .1); font-size: 9px; font-weight: 900; }
.v11-preview-card h3 { margin: 27px 0 11px; font: 700 19px/1.5 var(--v11-serif); letter-spacing: -.035em; }
.v11-preview-card p { margin: 0; color: var(--v11-muted); font-size: 11px; line-height: 1.72; }
.v11-preview-foot { margin-top: auto; padding-top: 20px; color: #71767e; font-size: 9px; }

.v11-products-section { padding: 98px 0 106px; color: #111827; background: var(--v11-paper); }
.v11-products-section .v11-label { color: #255cb5; }
.v11-products-section .v11-section-head > p:last-child { color: #6c7480; }
.v11-products-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 31px; }
.v11-products-head > span { display: inline-flex; min-height: 29px; align-items: center; padding: 0 11px; border-radius: 999px; color: #2156aa; background: #e8f0ff; font-size: 10px; font-weight: 900; }
.v11-arrows { display: flex; gap: 7px; }
.v11-arrow { width: 40px; height: 40px; border: 1px solid #dce1e9; border-radius: 12px; color: var(--v11-navy); background: #fff; cursor: pointer; font-size: 18px; font-weight: 900; }
.v11-product-track { display: flex; gap: 12px; overflow-x: auto; margin-top: 14px; padding: 2px 2px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.v11-product-track::-webkit-scrollbar { display: none; }
.v11-product-card { position: relative; flex: 0 0 272px; min-height: 255px; padding: 23px; border: 1px solid #dce1e9; border-radius: 21px; color: #172033; background: #fff; text-decoration: none; scroll-snap-align: start; box-shadow: 0 14px 34px rgba(13, 29, 59, .06); }
.v11-product-card.best { border-color: #8ab3f4; box-shadow: 0 16px 38px rgba(37, 92, 181, .12); }
.v11-product-card.best::after { content: "추천"; position: absolute; right: 17px; top: 17px; color: var(--v11-red); font-size: 9px; font-weight: 900; }
.v11-product-badge { display: inline-flex; min-height: 25px; align-items: center; padding: 0 9px; border-radius: 999px; color: #235bb6; background: #edf3ff; font-size: 9px; font-weight: 900; }
.v11-product-card h3 { margin: 17px 0 8px; font-size: 19px; letter-spacing: -.04em; }
.v11-product-card p { min-height: 42px; margin: 0; color: #697180; font-size: 11px; line-height: 1.6; }
.v11-product-card del { display: block; margin-top: 20px; color: #a2a8b1; font-size: 10px; }
.v11-product-card strong { display: block; margin-top: 4px; color: var(--v11-red-bright); font-size: 24px; letter-spacing: -.045em; }
.v11-product-card small { display: block; margin-top: 4px; color: #9097a2; font-size: 9px; }

.v11-access-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.v11-access-card { min-height: 315px; padding: 28px; border: 1px solid var(--v11-line); border-radius: 23px; background: var(--v11-panel); }
.v11-access-card.featured { border-color: rgba(173, 52, 47, .75); background: linear-gradient(145deg, #1b1618, #111318); }
.v11-access-card > span { color: var(--v11-gold); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.v11-access-card h3 { margin: 17px 0 4px; font-size: 23px; }
.v11-access-card strong { color: var(--v11-gold-light); font-size: 30px; letter-spacing: -.04em; }
.v11-access-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; color: #b1b4bb; font-size: 11px; }
.v11-access-card li::before { content: "✓"; margin-right: 8px; color: var(--v11-gold-light); font-weight: 900; }
.v11-access-card .v11-button { width: 100%; margin-top: 24px; }

.v11-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.v11-faq-intro { position: sticky; top: 140px; }
.v11-faq-intro h2 { margin: 12px 0 14px; font-size: clamp(33px, 4vw, 46px); line-height: 1.3; letter-spacing: -.05em; }
.v11-faq-intro p { margin: 0; color: var(--v11-muted); font-size: 12px; line-height: 1.7; }
.v11-faq-list { border-top: 1px solid var(--v11-gold-line); }
.v11-faq-list details { border-bottom: 1px solid var(--v11-line); }
.v11-faq-list summary { position: relative; padding: 22px 45px 22px 0; list-style: none; cursor: pointer; font-size: 15px; font-weight: 800; }
.v11-faq-list summary::-webkit-details-marker { display: none; }
.v11-faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 19px; color: var(--v11-gold-light); font-size: 20px; }
.v11-faq-list details[open] summary::after { content: "−"; }
.v11-faq-list p { margin: -2px 0 22px; color: var(--v11-muted); font-size: 11px; line-height: 1.8; }

.v11-final-visual { height: 300px; overflow: hidden; border-top: 1px solid var(--v11-line); }
.v11-final-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; filter: saturate(.75) contrast(1.1) brightness(.7); }
.v11-final { padding: 74px 0; text-align: center; background: #090b0f; }
.v11-final h2 { margin: 0; font: 700 clamp(34px, 4.2vw, 52px)/1.35 var(--v11-serif); letter-spacing: -.055em; }
.v11-final p { margin: 13px 0 0; color: var(--v11-muted); font-size: 12px; }
.v11-final .v11-button { margin-top: 25px; min-width: 240px; }
.v11-footer { padding: 37px 0 104px; border-top: 1px solid var(--v11-line); color: #747982; background: #020304; font-size: 10px; line-height: 1.8; }
.v11-footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.v11-footer strong { display: block; margin-bottom: 7px; color: #e8e4dc; font: 700 15px/1.3 var(--v11-serif); }
.v11-footer nav { display: flex; align-items: flex-start; gap: 15px; flex-wrap: wrap; }
.v11-footer a, .v11-footer button { padding: 0; border: 0; color: #9499a1; background: none; text-decoration: none; font: inherit; cursor: pointer; }
.v11-bottom-bar { display: none; }

@media (max-width: 1000px) {
  .v11-shell { width: min(800px, calc(100% - 36px)); }
  .v11-story-grid { grid-template-columns: 1fr; }
  .v11-benefit-grid { grid-template-columns: 1fr; }
  .v11-benefit { min-height: 0; display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: center; }
  .v11-benefit h3 { margin-top: 0; }
  .v11-preview-grid { grid-template-columns: 1fr; }
  .v11-preview-card { min-height: 220px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 106px; }
  .v11-shell { width: calc(100% - 28px); }
  .v11-header { height: 60px; }
  .v11-brand img { width: 37px; height: 37px; }
  .v11-brand strong { font-size: 14px; }
  .v11-brand small { display: none; }
  .v11-header-cta { min-height: 36px; padding-inline: 12px; font-size: 10px; }
  .v11-nav { top: 60px; }
  .v11-nav-inner { min-height: 46px; gap: 25px; }
  .v11-nav a { font-size: 11px; }
  .v11-hero { padding: 13px 0 38px; }
  .v11-hero-card { min-height: 650px; border-radius: 22px; }
  .v11-hero-image { object-position: 78% 50%; }
  .v11-hero-card::before { background: linear-gradient(180deg, rgba(4, 5, 7, .08) 0%, rgba(4, 5, 7, .24) 36%, rgba(4, 5, 7, .94) 66%, rgba(4, 5, 7, .99) 100%); }
  .v11-hero-copy { width: 100%; min-height: 650px; justify-content: flex-end; padding: 31px 23px; }
  .v11-hero h1 { font-size: clamp(37px, 11.5vw, 52px); }
  .v11-hero-quote { font-size: 13px; }
  .v11-hero-actions { display: grid; grid-template-columns: 1fr; }
  .v11-button { width: 100%; }
  .v11-hero-mark { width: 61px; height: 61px; right: 17px; top: 17px; font-size: 20px; }
  .v11-section { padding: 72px 0; }
  .v11-section-head { margin-bottom: 27px; }
  .v11-section-head h2 { font-size: 32px; }
  .v11-story-grid { gap: 11px; }
  .v11-story-card { min-height: 130px; grid-template-columns: 76px 1fr; gap: 15px; padding: 17px; border-radius: 19px; }
  .v11-story-card img { width: 76px; height: 76px; border-radius: 18px; }
  .v11-story-card h3 { font-size: 14px; }
  .v11-story-card p { font-size: 10px; }
  .v11-service-wrap { padding-bottom: 72px; }
  .v11-service-panel { gap: 7px; padding: 14px 9px; border-radius: 22px; }
  .v11-service-item { gap: 8px; padding: 10px 2px; font-size: 9px; }
  .v11-service-item img { width: 62px; height: 62px; border-radius: 17px; }
  .v11-resume { flex-direction: column; }
  .v11-process { grid-template-columns: 1fr; }
  .v11-step { min-height: 118px; border-right: 0; border-bottom: 1px solid var(--v11-line); }
  .v11-step:last-child { border-bottom: 0; }
  .v11-benefit { grid-template-columns: 62px 1fr; padding: 21px; }
  .v11-benefit img { width: 62px; height: 62px; }
  .v11-benefit h3 { font-size: 16px; }
  .v11-products-section { padding: 72px 0 82px; }
  .v11-product-card { flex-basis: 82vw; max-width: 292px; }
  .v11-access-grid { grid-template-columns: 1fr; }
  .v11-access-card { min-height: 0; }
  .v11-faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .v11-faq-intro { position: static; }
  .v11-final-visual { height: 230px; }
  .v11-final { padding: 58px 0 72px; }
  .v11-footer-inner { flex-direction: column; }
  .v11-bottom-bar {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    height: 72px;
    display: grid;
    grid-template-columns: repeat(4, 1fr) 1.18fr;
    padding: 5px 6px calc(5px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--v11-line);
    background: rgba(7, 9, 12, .97);
    box-shadow: 0 -14px 35px rgba(0, 0, 0, .35);
    backdrop-filter: blur(18px);
  }
  .v11-bottom-bar a { min-width: 0; display: grid; place-items: center; align-content: center; gap: 2px; border-radius: 12px; color: #8d929b; text-decoration: none; font-size: 8px; font-weight: 800; }
  .v11-bottom-bar img { width: 25px; height: 25px; border-radius: 8px; object-fit: cover; }
  .v11-bottom-bar a.active { color: var(--v11-gold-light); }
  .v11-bottom-bar a.start { color: #fff; background: var(--v11-navy-2); font-size: 9px; }
  .v11-bottom-bar a.start img { width: 29px; height: 29px; }
}

@media (max-width: 390px) {
  .v11-brand strong { font-size: 13px; }
  .v11-header-cta { padding-inline: 9px; }
  .v11-hero h1 { font-size: 37px; }
  .v11-hero-copy { padding-inline: 20px; }
  .v11-service-item img { width: 58px; height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .v11-hero-image { animation: none !important; transform: none !important; }
}
