:root {
    --ap-ink: #151b20;
    --ap-ink-soft: #38434a;
    --ap-muted: #667077;
    --ap-line: #dce0dc;
    --ap-line-dark: #343c3c;
    --ap-paper: #ffffff;
    --ap-canvas: #f4f3ed;
    --ap-cream: #ece9df;
    --ap-orange: #ed5b2b;
    --ap-orange-dark: #b93f1c;
    --ap-orange-soft: #fff0e7;
    --ap-teal: #0d746f;
    --ap-teal-soft: #dcecea;
    --ap-dark: #172120;
    --ap-black: #101615;
    --ap-yellow: #f2c94c;
    --ap-shadow: 0 24px 60px rgba(20, 29, 31, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ap-paper); color: var(--ap-ink); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, summary { font: inherit; }
.ap-page { min-width: 320px; overflow-x: clip; word-break: keep-all; overflow-wrap: normal; }
.ap-shell { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.ap-skip { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--ap-ink); color: #fff; transform: translateY(-160%); }
.ap-skip:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--ap-yellow); outline-offset: 4px; }

.ap-notice { display: flex; align-items: center; justify-content: center; min-height: 34px; padding: 7px 20px; background: var(--ap-dark); color: #dce7e4; }
.ap-notice p { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0; font-size: 12px; letter-spacing: .08em; }
.ap-notice strong { font-weight: 600; }
.ap-notice span { color: #71807d; }

.ap-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--ap-line); }
.ap-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 18px; }
.ap-brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.ap-brand-mark { position: relative; display: grid; grid-template-columns: repeat(2, 10px); grid-template-rows: repeat(2, 10px); width: 24px; height: 24px; gap: 3px; transform: rotate(0deg); }
.ap-brand-mark i { display: block; background: var(--ap-orange); }
.ap-brand-mark i:nth-child(1) { grid-row: 1 / 3; border-radius: 2px 2px 2px 7px; }
.ap-brand-mark i:nth-child(2) { border-radius: 2px 7px 2px 2px; }
.ap-brand-mark i:nth-child(3) { background: var(--ap-teal); border-radius: 2px 2px 7px 2px; }
.ap-brand-copy { display: flex; align-items: baseline; gap: 7px; }
.ap-brand-copy b { font-size: 22px; line-height: 1; letter-spacing: -.035em; }
.ap-brand-copy small { color: var(--ap-muted); font-size: 10px; font-weight: 600; letter-spacing: .06em; }
.ap-nav { display: flex; align-items: center; justify-content: center; gap: clamp(11px, 1.35vw, 19px); margin-left: auto; }
.ap-nav a, .ap-login { position: relative; padding: 11px 0; color: var(--ap-ink-soft); font-size: 13px; font-weight: 600; white-space: nowrap; }
.ap-nav a:not(.ap-nav-cmshom)::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--ap-orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.ap-nav a:not(.ap-nav-cmshom):hover::after, .ap-nav a.is-current::after { transform: scaleX(1); }
.ap-nav a.is-current { color: var(--ap-ink); }
.ap-nav .ap-nav-cmshom { display: inline-flex; align-items: center; gap: 6px; padding: 9px 12px; border: 1px solid var(--ap-ink); background: #fff; box-shadow: 3px 3px 0 var(--ap-yellow); color: var(--ap-ink); font-size: 12px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; }
.ap-nav .ap-nav-cmshom span { color: var(--ap-orange-dark); font-size: 10px; }
.ap-nav .ap-nav-cmshom:hover { background: var(--ap-ink); box-shadow: 3px 3px 0 var(--ap-orange); color: #fff; transform: translate(-1px, -1px); }
.ap-nav .ap-nav-cmshom:hover span { color: #fff; }
.ap-header-actions { display: flex; align-items: center; gap: 17px; }
.ap-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; padding: 15px 22px; font-size: 15px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
.ap-button:hover { transform: translateY(-2px); }
.ap-button-small { padding: 12px 17px; background: var(--ap-ink); color: #fff; font-size: 13px; }
.ap-button-primary { background: var(--ap-orange-dark); color: #fff; }
.ap-button-primary:hover { background: #983315; }
.ap-button-quiet { border-color: var(--ap-ink); background: transparent; color: var(--ap-ink); }
.ap-button-quiet:hover { background: var(--ap-ink); color: #fff; }
.ap-button-white { background: #fff; color: var(--ap-dark); }
.ap-button-white:hover { background: var(--ap-yellow); }
.ap-mobile-nav { display: none; position: relative; }
.ap-mobile-nav summary { display: grid; place-content: center; width: 44px; height: 44px; cursor: pointer; list-style: none; border: 1px solid var(--ap-line); }
.ap-mobile-nav summary::-webkit-details-marker { display: none; }
.ap-mobile-nav summary span { display: block; width: 19px; height: 2px; margin: 2px; background: var(--ap-ink); }
.ap-mobile-nav > div { position: absolute; top: 50px; right: 0; display: grid; width: min(300px, calc(100vw - 32px)); padding: 10px; background: #fff; border: 1px solid var(--ap-line); box-shadow: var(--ap-shadow); }
.ap-mobile-nav > div a { padding: 13px 14px; border-bottom: 1px solid var(--ap-line); font-size: 14px; font-weight: 600; }
.ap-mobile-nav > div .ap-mobile-cmshom { display: flex; align-items: center; justify-content: space-between; border-left: 3px solid var(--ap-orange); background: var(--ap-canvas); color: var(--ap-ink); font-weight: 700; }
.ap-mobile-nav > div a.is-current { border-left: 3px solid var(--ap-orange); background: var(--ap-orange-soft); color: var(--ap-ink); }
.ap-mobile-cmshom span { color: var(--ap-orange-dark); font-size: 10px; letter-spacing: .04em; }

.ap-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--ap-teal); font-size: 12px; font-weight: 700; letter-spacing: .13em; }
.ap-kicker span { display: inline-grid; place-items: center; width: 29px; height: 29px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; letter-spacing: 0; }
.ap-kicker-light { color: #a9d1cd; }
.ap-label { margin: 0 0 13px; color: var(--ap-orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; }

.ap-hero { position: relative; padding: clamp(74px, 8vw, 126px) 0 104px; background: var(--ap-canvas); border-bottom: 1px solid var(--ap-line); }
.ap-hero::before { position: absolute; top: 0; left: calc(50% + 230px); width: 1px; height: 100%; background: #d9d8d1; content: ""; }
.ap-hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: center; gap: clamp(48px, 7vw, 104px); }
.ap-hero-copy { position: relative; z-index: 2; }
.ap-hero h1 { max-width: 700px; margin: 0; font-size: clamp(47px, 5.2vw, 76px); font-weight: 700; line-height: 1.08; letter-spacing: -.065em; }
.ap-hero h1 em { color: var(--ap-orange-dark); font-style: normal; }
.ap-hero-lead { max-width: 620px; margin: 31px 0 0; color: var(--ap-ink-soft); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.75; letter-spacing: -.022em; }
.ap-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.ap-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 51px 0 0; padding-top: 23px; border-top: 1px solid #c8cbc7; }
.ap-hero-facts div { padding-right: 13px; }
.ap-hero-facts dt { color: var(--ap-teal); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.ap-hero-facts dd { margin: 8px 0 0; color: var(--ap-ink-soft); font-size: 13px; line-height: 1.45; }
.ap-hero-visual { position: relative; min-height: 550px; }
.ap-product-window { margin: 0; overflow: hidden; background: #fff; border: 1px solid #cdd1ce; box-shadow: var(--ap-shadow); }
.ap-product-window img { width: 100%; object-fit: cover; }
.ap-product-main { position: absolute; top: 30px; right: -54px; width: 94%; transform: rotate(1.1deg); }
.ap-product-main img { aspect-ratio: 1.853 / 1; }
.ap-window-bar { display: flex; align-items: center; gap: 6px; height: 33px; padding: 0 12px; background: #eef0ed; border-bottom: 1px solid #d7dbd8; }
.ap-window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #aeb7b3; }
.ap-window-bar span:first-child { background: var(--ap-orange); }
.ap-window-bar b { margin-left: 5px; color: #65706b; font-size: 9px; font-weight: 600; letter-spacing: .06em; }
.ap-product-float { position: absolute; bottom: 11px; left: -14px; width: 48%; transform: rotate(-2.2deg); }
.ap-product-float img { aspect-ratio: 1.769 / 1; object-fit: cover; }
.ap-product-float figcaption { display: flex; align-items: center; gap: 8px; padding: 12px 14px; color: var(--ap-ink-soft); font-size: 11px; font-weight: 600; }
.ap-product-float figcaption span { color: var(--ap-orange-dark); font-size: 9px; letter-spacing: .1em; }
.ap-ai-chip { position: absolute; right: -28px; bottom: 20px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; background: var(--ap-teal); color: #fff; box-shadow: 0 16px 32px rgba(4, 71, 68, .23); }
.ap-ai-chip > span { display: grid; place-items: center; width: 38px; height: 38px; background: #fff; color: var(--ap-teal); font-size: 12px; font-weight: 700; }
.ap-ai-chip p { display: grid; gap: 3px; margin: 0; }
.ap-ai-chip b { font-size: 12px; }
.ap-ai-chip small { color: #cbe5e2; font-size: 10px; }
.ap-visual-note { position: absolute; top: 0; right: 0; margin: 0; color: var(--ap-muted); font-size: 10px; letter-spacing: .06em; }

.ap-paths, .ap-workbench, .ap-workflow, .ap-cost { padding: clamp(96px, 10vw, 154px) 0; }
.ap-section-head-row { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .65fr); align-items: end; gap: 70px; margin-bottom: 61px; }
.ap-section-head h2, .ap-free-intro h2, .ap-cost-intro h2, .ap-expert h2, .ap-final h2 { margin: 0; font-size: clamp(38px, 4.4vw, 60px); font-weight: 700; line-height: 1.13; letter-spacing: -.055em; }
.ap-section-head-row > p, .ap-free-intro > p, .ap-cost-intro > p { margin: 0 0 3px; color: var(--ap-muted); font-size: 17px; line-height: 1.7; }

.ap-method-board { border-top: 2px solid var(--ap-ink); }
.ap-method-row { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); border-bottom: 1px solid var(--ap-line); }
.ap-method-row > * { display: flex; flex-direction: column; justify-content: center; min-height: 124px; padding: 24px 27px; border-left: 1px solid var(--ap-line); }
.ap-method-row > *:first-child { border-left: 0; }
.ap-method-row > a { transition: background-color .2s ease; }
.ap-method-row > a:hover { background: var(--ap-orange-soft); }
.ap-method-row b { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.ap-method-row small { margin-top: 8px; color: var(--ap-muted); font-size: 12px; line-height: 1.45; }
.ap-method-head { background: var(--ap-ink); color: #fff; }
.ap-method-head > * { min-height: 57px; padding-top: 16px; padding-bottom: 16px; border-color: #3a4146; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.ap-method-head span { margin-bottom: 4px; color: #77bab5; font-size: 9px; letter-spacing: .12em; }
.ap-method-row > div:first-child small { color: var(--ap-teal); }

.ap-free-system { padding: clamp(96px, 10vw, 154px) 0; background: var(--ap-dark); color: #fff; }
.ap-free-intro { display: grid; grid-template-columns: minmax(0, 1.23fr) minmax(290px, .66fr); align-items: end; gap: 70px; }
.ap-free-intro h2 em, .ap-expert h2 em { color: #78bdb7; font-style: normal; }
.ap-free-intro > p { color: #aebbb8; }
.ap-free-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr); gap: clamp(60px, 8vw, 110px); margin-top: 75px; }
.ap-production-steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.ap-production-steps li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 0 0 32px; }
.ap-production-steps li:not(:last-child)::after { position: absolute; top: 42px; bottom: 0; left: 20px; width: 1px; background: #44514f; content: ""; }
.ap-production-steps li > span { position: relative; z-index: 1; display: grid; place-items: center; align-self: start; width: 41px; height: 41px; border: 1px solid #6a7a77; border-radius: 50%; background: var(--ap-dark); color: #8ec6c1; font-size: 10px; font-weight: 700; }
.ap-production-steps h3 { margin: 5px 0 8px; font-size: 20px; font-weight: 700; }
.ap-production-steps p { margin: 0; color: #aebbb8; font-size: 14px; line-height: 1.65; }
.ap-trial-panel { align-self: start; background: #222e2d; border: 1px solid #40504d; box-shadow: 18px 18px 0 #0d5753; }
.ap-trial-screen { padding: 12px; border-bottom: 1px solid #40504d; }
.ap-trial-screen > p { display: flex; align-items: center; gap: 6px; margin: 0 0 11px; color: #96aaa6; font-size: 9px; letter-spacing: .1em; }
.ap-trial-screen > p span { width: 6px; height: 6px; border-radius: 50%; background: #62716e; }
.ap-trial-screen > p span:first-child { background: var(--ap-orange); }
.ap-trial-screen img { aspect-ratio: 16 / 9; object-fit: cover; }
.ap-trial-copy { padding: 28px 30px 30px; }
.ap-trial-copy .ap-label { color: #93cbc7; }
.ap-trial-copy ul { display: grid; gap: 0; margin: 0 0 26px; padding: 0; list-style: none; }
.ap-trial-copy li { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid #42504e; font-size: 12px; }
.ap-trial-copy li b { font-weight: 600; }
.ap-trial-copy li span { color: #aebbb8; text-align: right; }
.ap-trial-copy .ap-button { width: 100%; }
.ap-trial-copy > small { display: block; margin-top: 13px; color: #879792; font-size: 10px; text-align: center; }

.ap-workbench { background: var(--ap-canvas); }
.ap-tool-list { border-top: 2px solid var(--ap-ink); }
.ap-tool-row { display: grid; grid-template-columns: 68px minmax(300px, .72fr) minmax(420px, 1fr); align-items: center; gap: 38px; padding: 48px 0; border-bottom: 1px solid #cfd2ce; }
.ap-tool-index { align-self: start; padding-top: 3px; color: var(--ap-teal); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.ap-tool-copy h3 { margin: 0; font-size: clamp(27px, 3vw, 39px); font-weight: 700; letter-spacing: -.045em; }
.ap-tool-copy > p:not(.ap-label) { margin: 17px 0; color: var(--ap-ink-soft); font-size: 15px; line-height: 1.7; }
.ap-tool-copy ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 22px; padding: 0; list-style: none; }
.ap-tool-copy li { padding: 6px 9px; border: 1px solid #c6cac6; background: #fff; color: var(--ap-muted); font-size: 10px; }
.ap-tool-copy > a, .ap-ai-service a, .ap-cost-intro > a { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ap-orange-dark); font-size: 14px; font-weight: 700; }
.ap-tool-copy > a span, .ap-ai-service a span { color: var(--ap-muted); font-size: 10px; font-weight: 600; }
.ap-tool-row figure { position: relative; margin: 0; overflow: hidden; border: 1px solid #bec4c0; background: #fff; box-shadow: 13px 13px 0 #dfe1dc; }
.ap-tool-row figure::before { display: block; height: 22px; border-bottom: 1px solid #d7dbd8; background: #ecefeb; content: ""; }
.ap-tool-row figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }

.ap-ai { padding: clamp(96px, 10vw, 154px) 0; background: var(--ap-black); color: #fff; }
.ap-section-head-dark > p { color: #9faeaa; }
.ap-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ap-ai-service { display: flex; flex-direction: column; min-width: 0; background: #1a2423; border: 1px solid #303c3a; }
.ap-ai-service figure { margin: 0; overflow: hidden; border-bottom: 1px solid #303c3a; }
.ap-ai-service figure img { width: 100%; aspect-ratio: 1.32 / 1; object-fit: cover; transition: transform .45s ease; }
.ap-ai-service:first-child figure img { object-position: center 52%; }
.ap-ai-service:hover figure img { transform: scale(1.025); }
.ap-ai-service > div { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.ap-ai-service .ap-label { color: #86c8c3; }
.ap-ai-service h3 { margin: 0; font-size: 29px; font-weight: 700; letter-spacing: -.035em; }
.ap-ai-service p:not(.ap-label) { margin: 15px 0; color: #aebbb8; font-size: 14px; line-height: 1.7; }
.ap-output { display: block; margin: auto 0 22px; padding-top: 16px; border-top: 1px solid #34413f; color: #d5dddb; font-size: 11px; }
.ap-ai-service a { align-self: flex-start; color: #fff; }
.ap-ai-service a span { color: #8ba09c; }
.ap-ai-note { margin: 22px 0 0; color: #788a86; font-size: 11px; text-align: right; }

.ap-flow { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 2px solid var(--ap-ink); border-bottom: 1px solid var(--ap-line); list-style: none; }
.ap-flow li { position: relative; display: flex; flex-direction: column; min-height: 183px; padding: 26px 22px; border-left: 1px solid var(--ap-line); }
.ap-flow li:first-child { border-left: 0; }
.ap-flow li:not(:last-child)::after { position: absolute; z-index: 1; top: 50%; right: -12px; display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid var(--ap-line); border-radius: 50%; background: #fff; color: var(--ap-orange-dark); content: "→"; font-size: 11px; }
.ap-flow span { color: var(--ap-teal); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.ap-flow b { margin-top: auto; font-size: 17px; font-weight: 700; }
.ap-flow small { margin-top: 7px; color: var(--ap-muted); font-size: 11px; line-height: 1.45; }
.ap-template-proof { display: grid; grid-template-columns: 1.15fr 1fr 1fr; margin-top: 82px; border: 1px solid var(--ap-line); }
.ap-template-proof > * { min-height: 210px; padding: 30px; border-left: 1px solid var(--ap-line); }
.ap-template-proof > *:first-child { border-left: 0; background: var(--ap-canvas); }
.ap-template-proof h3 { margin: 33px 0 0; font-size: 24px; line-height: 1.4; letter-spacing: -.03em; }
.ap-template-proof > a { display: flex; flex-direction: column; justify-content: flex-end; transition: background-color .2s ease; }
.ap-template-proof > a:hover { background: var(--ap-orange-soft); }
.ap-template-proof > a span { margin-bottom: auto; color: var(--ap-teal); font-size: 11px; font-weight: 700; letter-spacing: .07em; }
.ap-template-proof > a b { font-size: 17px; font-weight: 700; }
.ap-template-proof > a small { margin-top: 9px; color: var(--ap-muted); font-size: 10px; }

.ap-cost { background: var(--ap-cream); }
.ap-cost-grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(500px, 1.22fr); gap: clamp(70px, 10vw, 140px); }
.ap-cost-intro { position: sticky; top: 120px; align-self: start; }
.ap-cost-intro > p { margin: 25px 0 30px; }
.ap-cost-list { margin: 0; border-top: 2px solid var(--ap-ink); }
.ap-cost-list div { display: grid; grid-template-columns: 1.25fr .75fr; gap: 30px; align-items: center; min-height: 104px; padding: 22px 4px; border-bottom: 1px solid #c9c8c0; }
.ap-cost-list dt { display: flex; align-items: center; gap: 15px; font-size: 17px; font-weight: 700; }
.ap-cost-list dt span { display: inline-grid; place-items: center; flex: 0 0 62px; height: 28px; border: 1px solid var(--ap-teal); color: var(--ap-teal); font-size: 8px; letter-spacing: .08em; }
.ap-cost-list dd { margin: 0; color: var(--ap-muted); font-size: 12px; line-height: 1.55; text-align: right; }
.ap-cost-list dd a { color: var(--ap-orange-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.ap-expert { padding: clamp(96px, 10vw, 145px) 0; background: var(--ap-teal); color: #fff; }
.ap-expert-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr); gap: clamp(70px, 10vw, 140px); }
.ap-expert .ap-kicker-light { color: #c7e1de; }
.ap-expert h2 em { color: #fff0bd; }
.ap-expert-copy > p { margin: 44px 0 29px; color: #d1e5e2; font-size: 16px; line-height: 1.75; }
.ap-expert-copy ul { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.35); list-style: none; }
.ap-expert-copy li { display: grid; grid-template-columns: 76px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 13px; }
.ap-expert-copy li b { font-weight: 700; }
.ap-expert-copy li span { color: #c3dfdc; }
.ap-expert-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 31px; }
.ap-text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }

.ap-final { padding: clamp(94px, 10vw, 145px) 0; text-align: center; }
.ap-final-inner { display: flex; flex-direction: column; align-items: center; }
.ap-final .ap-kicker { justify-content: center; }
.ap-final h2 { max-width: 760px; }
.ap-final > .ap-shell > p:not(.ap-kicker) { max-width: 620px; margin: 26px 0 31px; color: var(--ap-muted); font-size: 17px; line-height: 1.7; }
.ap-final-inner > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ap-final-inner > small { margin-top: 17px; color: var(--ap-muted); font-size: 11px; }

.ap-footer { background: var(--ap-dark); color: #dbe3e1; }
.ap-footer-top { display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px; padding-top: 64px; padding-bottom: 56px; }
.ap-brand-footer .ap-brand-copy b { color: #fff; }
.ap-brand-footer .ap-brand-copy small { color: #93a29f; }
.ap-footer-brand > p { margin: 22px 0 0; color: #8fa09c; font-size: 13px; line-height: 1.7; }
.ap-footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.ap-footer-links div { display: flex; flex-direction: column; gap: 11px; }
.ap-footer-links b { margin-bottom: 4px; color: #fff; font-size: 12px; }
.ap-footer-links a { color: #95a6a2; font-size: 12px; }
.ap-footer-links a:hover { color: #fff; }
.ap-company { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid #34413f; color: #788a86; }
.ap-company p { margin: 5px 0; font-size: 10px; line-height: 1.55; }
.ap-company b { font-weight: 600; }
.ap-company a { color: #a7b4b1; }
.ap-copyright { padding-top: 19px; padding-bottom: 24px; border-top: 1px solid #34413f; color: #667975; font-size: 9px; letter-spacing: .05em; }

@media (max-width: 1080px) {
    .ap-nav { display: none; }
    .ap-mobile-nav { display: block; }
    .ap-hero-grid { grid-template-columns: 1fr; }
    .ap-hero-copy { max-width: 780px; }
    .ap-hero::before { display: none; }
    .ap-hero-visual { width: min(820px, 100%); min-height: 570px; margin-inline: auto; }
    .ap-product-main { right: 0; width: 89%; }
    .ap-ai-chip { right: 0; }
    .ap-method-row > * { padding: 20px 18px; }
    .ap-tool-row { grid-template-columns: 50px minmax(260px, .75fr) minmax(350px, 1fr); gap: 24px; }
}

@media (max-width: 900px) {
    .ap-section-head-row, .ap-free-intro, .ap-cost-grid, .ap-expert-grid { grid-template-columns: 1fr; gap: 28px; }
    .ap-section-head-row > p, .ap-free-intro > p { max-width: 680px; }
    .ap-method-head { display: none; }
    .ap-method-row { grid-template-columns: 1fr; padding: 24px 0; }
    .ap-method-row > * { min-height: auto; border: 0; border-top: 1px solid var(--ap-line); padding: 16px 18px 16px 132px; }
    .ap-method-row > *::before { position: absolute; left: 18px; color: var(--ap-muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; }
    .ap-method-row > * { position: relative; }
    .ap-method-row > *:first-child { padding: 0 0 17px; border: 0; }
    .ap-method-row > *:nth-child(2)::before { content: "직접 무료"; }
    .ap-method-row > *:nth-child(3)::before { content: "AI 제작"; }
    .ap-method-row > *:nth-child(4)::before { content: "전문가 완성"; }
    .ap-free-layout { grid-template-columns: 1fr; }
    .ap-trial-panel { width: min(620px, calc(100% - 18px)); margin-left: auto; }
    .ap-tool-row { grid-template-columns: 44px 1fr; }
    .ap-tool-row figure { grid-column: 2; }
    .ap-ai-grid { grid-template-columns: 1fr; }
    .ap-ai-service { display: grid; grid-template-columns: minmax(260px, .72fr) 1fr; }
    .ap-ai-service figure { border-right: 1px solid #303c3a; border-bottom: 0; }
    .ap-ai-service figure img { height: 100%; }
    .ap-flow { grid-template-columns: 1fr 1fr; }
    .ap-flow li { min-height: 145px; border-top: 1px solid var(--ap-line); }
    .ap-flow li:not(:last-child)::after { display: none; }
    .ap-template-proof { grid-template-columns: 1fr 1fr; }
    .ap-template-proof > div { grid-column: 1 / -1; }
    .ap-template-proof > a:nth-child(2) { border-left: 0; }
    .ap-cost-intro { position: static; }
    .ap-footer-top { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 760px) {
    html { scroll-behavior: auto; }
    .ap-shell { width: min(100% - 32px, 620px); }
    .ap-notice { min-height: 31px; }
    .ap-notice p { gap: 7px; font-size: 10px; letter-spacing: .04em; }
    .ap-header-inner { min-height: 66px; }
    .ap-brand-copy b { font-size: 20px; }
    .ap-brand-copy small { display: none; }
    .ap-login, .ap-header-actions > .ap-button { display: none; }
    .ap-hero { padding: 66px 0 73px; }
    .ap-hero-grid { gap: 54px; }
    .ap-hero h1 { font-size: clamp(40px, 12.2vw, 58px); line-height: 1.09; letter-spacing: -.058em; }
    .ap-hero h1 br { display: none; }
    .ap-hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.72; }
    .ap-hero-actions { display: grid; margin-top: 29px; }
    .ap-hero-actions .ap-button { width: 100%; }
    .ap-hero-facts { grid-template-columns: 1fr; margin-top: 36px; }
    .ap-hero-facts div { display: grid; grid-template-columns: 72px 1fr; align-items: center; padding: 10px 0; border-bottom: 1px solid #d7d8d2; }
    .ap-hero-facts dd { margin: 0; }
    .ap-hero-visual { min-height: 360px; }
    .ap-product-main { top: 10px; right: -20px; width: 96%; }
    .ap-product-float { bottom: 15px; left: -9px; width: 55%; }
    .ap-product-float figcaption { padding: 8px; font-size: 9px; }
    .ap-ai-chip { right: -8px; bottom: 4px; padding: 9px 10px; }
    .ap-ai-chip > span { width: 30px; height: 30px; font-size: 10px; }
    .ap-ai-chip b { font-size: 10px; }
    .ap-visual-note { right: 0; top: -12px; }
    .ap-paths, .ap-workbench, .ap-workflow, .ap-cost, .ap-free-system, .ap-ai, .ap-expert { padding: 82px 0; }
    .ap-section-head-row { margin-bottom: 39px; }
    .ap-section-head h2, .ap-free-intro h2, .ap-cost-intro h2, .ap-expert h2, .ap-final h2 { font-size: clamp(34px, 10vw, 46px); }
    .ap-section-head-row > p, .ap-free-intro > p, .ap-cost-intro > p { font-size: 15px; }
    .ap-method-row { padding: 21px 0; }
    .ap-method-row > * { padding-left: 104px; }
    .ap-free-layout { gap: 45px; margin-top: 48px; }
    .ap-production-steps li { grid-template-columns: 46px 1fr; gap: 14px; }
    .ap-production-steps li:not(:last-child)::after { left: 17px; }
    .ap-production-steps li > span { width: 35px; height: 35px; }
    .ap-production-steps h3 { margin-top: 3px; font-size: 17px; }
    .ap-production-steps p { font-size: 13px; }
    .ap-trial-copy { padding: 24px 20px 25px; }
    .ap-trial-copy li { display: grid; gap: 6px; }
    .ap-trial-copy li span { text-align: left; }
    .ap-tool-row { grid-template-columns: 1fr; gap: 19px; padding: 38px 0; }
    .ap-tool-index { display: none; }
    .ap-tool-row figure { grid-column: 1; grid-row: 1; }
    .ap-tool-copy { grid-row: 2; }
    .ap-tool-copy h3 { font-size: 30px; }
    .ap-tool-copy ul { margin-bottom: 19px; }
    .ap-ai-service { display: flex; }
    .ap-ai-service figure { border-right: 0; border-bottom: 1px solid #303c3a; }
    .ap-ai-service figure img { aspect-ratio: 1.45 / 1; }
    .ap-ai-service > div { padding: 25px 22px 27px; }
    .ap-ai-note { text-align: left; line-height: 1.55; }
    .ap-flow { grid-template-columns: 1fr; }
    .ap-flow li { min-height: 110px; border-left: 0; }
    .ap-template-proof { grid-template-columns: 1fr; margin-top: 53px; }
    .ap-template-proof > div, .ap-template-proof > a { grid-column: auto; min-height: 170px; border-top: 1px solid var(--ap-line); border-left: 0; }
    .ap-template-proof > div { border-top: 0; }
    .ap-cost-list div { grid-template-columns: 1fr; gap: 9px; min-height: 0; padding: 22px 0; }
    .ap-cost-list dt { align-items: flex-start; font-size: 15px; }
    .ap-cost-list dd { padding-left: 77px; text-align: left; }
    .ap-expert-grid { gap: 5px; }
    .ap-expert-copy > p { margin-top: 26px; }
    .ap-expert-copy li { grid-template-columns: 62px 1fr; }
    .ap-expert-actions { display: grid; align-items: stretch; }
    .ap-final { padding: 82px 0; }
    .ap-final-inner > div { display: grid; width: 100%; }
    .ap-final-inner .ap-button { width: 100%; }
    .ap-footer-top { padding-top: 48px; }
    .ap-footer-links { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
    .ap-company { grid-template-columns: 1fr; gap: 9px; }
}

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