.ap-subpage {
    word-break: keep-all;
    overflow-wrap: normal;
}

.app-hero {
    position: relative;
    padding: clamp(78px, 8vw, 126px) 0 clamp(82px, 9vw, 138px);
    overflow: hidden;
    border-bottom: 1px solid var(--ap-line);
    background: var(--ap-canvas);
}
.app-hero::after {
    position: absolute;
    top: 0;
    right: calc(50% - 610px);
    width: 1px;
    height: 100%;
    background: rgba(21, 27, 32, .12);
    content: "";
}
.app-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .48fr);
    align-items: end;
    gap: clamp(54px, 8vw, 116px);
}
.app-hero-copy { max-width: 800px; }
.app-crumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 45px;
    color: var(--ap-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
}
.app-crumb a { color: var(--ap-ink); }
.app-crumb a:hover { color: var(--ap-orange-dark); }
.app-kicker {
    margin: 0 0 20px;
    color: var(--ap-teal);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
}
.app-hero h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(48px, 5.4vw, 76px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.065em;
}
.app-hero h1 em { color: var(--ap-orange-dark); font-style: normal; }
.app-hero-lead {
    max-width: 690px;
    margin: 31px 0 0;
    color: var(--ap-ink-soft);
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.75;
    letter-spacing: -.02em;
}
.app-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

.app-section { padding: clamp(92px, 10vw, 150px) 0; }
.app-section-paper { background: var(--ap-paper); }
.app-section h2,
.app-proof-band h2,
.app-ai-boundary h2,
.app-page-next h2,
.app-faq-nav h2 {
    margin: 0;
    font-size: clamp(36px, 4.2vw, 58px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -.055em;
}
.app-inline-link {
    display: inline-flex;
    gap: 13px;
    margin-top: 29px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: var(--ap-orange-dark);
    font-size: 14px;
    font-weight: 700;
}
.app-page-next {
    padding: clamp(86px, 9vw, 132px) 0;
    border-top: 1px solid var(--ap-line);
    background: var(--ap-canvas);
    text-align: center;
}
.app-page-next p { margin: 0 0 15px; color: var(--ap-teal); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.app-page-next h2 { max-width: 760px; margin-inline: auto; }
.app-page-next .ap-button { margin-top: 31px; }

/* 무료 사이트 제작 */
.app-hero-site { background: #f3f1e8; }
.app-result-panel {
    position: relative;
    padding: 32px;
    border: 1px solid #303c3a;
    background: var(--ap-dark);
    box-shadow: 15px 15px 0 var(--ap-teal);
    color: #fff;
}
.app-result-panel::before { position: absolute; top: 0; right: 0; width: 72px; height: 8px; background: var(--ap-orange); content: ""; }
.app-result-panel > p { margin: 0 0 39px; color: #8dbdb8; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.app-result-panel > strong { font-size: clamp(27px, 2.8vw, 38px); line-height: 1.28; letter-spacing: -.04em; }
.app-result-panel dl { margin: 38px 0 0; border-top: 1px solid #44514f; }
.app-result-panel dl div { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid #35423f; }
.app-result-panel dt { color: #82b9b4; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.app-result-panel dd { margin: 0; color: #d9e3e1; font-size: 12px; text-align: right; }
.app-production-layout { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(520px, 1.1fr); gap: clamp(70px, 10vw, 142px); }
.app-sticky-intro { position: sticky; top: 128px; align-self: start; }
.app-sticky-intro > p:last-child { max-width: 410px; margin: 26px 0 0; color: var(--ap-muted); font-size: 16px; line-height: 1.72; }
.app-production-steps { margin: 0; padding: 0; border-top: 2px solid var(--ap-ink); list-style: none; }
.app-production-steps li { display: grid; grid-template-columns: 62px 1fr; gap: 26px; padding: 31px 0 33px; border-bottom: 1px solid var(--ap-line); }
.app-production-steps li > span { color: var(--ap-teal); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.app-production-steps h3 { margin: 0; font-size: 23px; font-weight: 700; letter-spacing: -.035em; }
.app-production-steps p { margin: 11px 0 0; color: var(--ap-muted); font-size: 14px; line-height: 1.7; }
.app-proof-band { padding: clamp(88px, 9vw, 135px) 0; background: var(--ap-dark); color: #fff; }
.app-proof-grid { display: grid; grid-template-columns: minmax(480px, 1.1fr) minmax(300px, .7fr); align-items: center; gap: clamp(55px, 9vw, 126px); }
.app-proof-grid figure { margin: 0; border: 1px solid #42504e; box-shadow: 14px 14px 0 #0a5f5a; }
.app-proof-grid figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.app-proof-grid .app-kicker { color: #8bc6c0; }
.app-check-list { margin: 29px 0 0; padding: 0; border-top: 1px solid #42504e; list-style: none; }
.app-check-list li { padding: 13px 0; border-bottom: 1px solid #35413f; color: #c7d3d0; font-size: 13px; }
.app-proof-band .app-inline-link { color: #fff; }

/* 무료 도구 */
.app-hero-tools { background: #fff; }
.app-tool-index-panel { padding: 29px 30px; border-top: 3px solid var(--ap-orange); border-bottom: 1px solid var(--ap-ink); background: var(--ap-canvas); }
.app-tool-index-panel > span { color: var(--ap-orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.app-tool-index-panel ol { margin: 25px 0 0; padding: 0; list-style: none; }
.app-tool-index-panel li { display: grid; grid-template-columns: 38px 1fr; padding: 11px 0; border-top: 1px solid #d2d4cf; font-size: 13px; }
.app-tool-index-panel b { color: var(--ap-teal); font-size: 10px; }
.app-tool-directory { border-top: 2px solid var(--ap-ink); }
.app-directory-row { display: grid; grid-template-columns: 60px minmax(290px, .72fr) minmax(420px, 1fr); align-items: center; gap: clamp(28px, 5vw, 68px); padding: 56px 0; border-bottom: 1px solid var(--ap-line); }
.app-directory-number { align-self: start; padding-top: 4px; color: var(--ap-teal); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.app-directory-copy h2 { margin: 0; font-size: clamp(32px, 3.6vw, 49px); font-weight: 700; line-height: 1.12; letter-spacing: -.05em; }
.app-directory-copy > p:not(.app-kicker) { margin: 18px 0; color: var(--ap-ink-soft); font-size: 15px; line-height: 1.72; }
.app-directory-copy ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 24px; padding: 0; list-style: none; }
.app-directory-copy li { padding: 6px 9px; border: 1px solid #c8ccc8; color: var(--ap-muted); font-size: 10px; }
.app-directory-copy > a,
.app-ai-track > div:last-child > a,
.app-workflow-line a { display: inline-flex; gap: 13px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ap-orange-dark); font-size: 14px; font-weight: 700; }
.app-directory-copy > a span,
.app-ai-track > div:last-child > a span { color: var(--ap-muted); font-size: 10px; }
.app-directory-row figure { margin: 0; overflow: hidden; border: 1px solid #bfc5c1; background: #fff; box-shadow: 12px 12px 0 #e1e3de; }
.app-directory-row figure::before { display: block; height: 23px; border-bottom: 1px solid #d7dbd8; background: #edf0ec; content: ""; }
.app-directory-row figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top; }
.app-directory-row:nth-child(even) { grid-template-columns: 60px minmax(420px, 1fr) minmax(290px, .72fr); }
.app-directory-row:nth-child(even) .app-directory-copy { grid-column: 3; grid-row: 1; }
.app-directory-row:nth-child(even) figure { grid-column: 2; grid-row: 1; }

/* AI 제작 */
.app-hero-ai { border-color: #303b39; background: var(--ap-black); color: #fff; }
.app-hero-ai::after { background: #303b39; }
.app-hero-ai .app-crumb, .app-hero-ai .app-hero-lead { color: #aab7b4; }
.app-hero-ai .app-crumb a { color: #fff; }
.app-hero-ai .app-kicker { color: #82c5bf; }
.app-hero-ai h1 em { color: #f7c34e; }
.app-ai-brief { display: grid; gap: 12px; padding: 31px; border: 1px solid #3a4744; background: #192321; }
.app-ai-brief span { color: #78bdb7; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.app-ai-brief b { font-size: 19px; letter-spacing: -.02em; }
.app-ai-brief i { color: var(--ap-orange); font-size: 24px; font-style: normal; }
.app-ai-ledger { padding: clamp(72px, 8vw, 118px) 0; background: var(--ap-black); color: #fff; }
.app-ai-track { display: grid; grid-template-columns: 100px minmax(360px, .85fr) minmax(360px, 1fr); align-items: stretch; border-top: 1px solid #35403e; }
.app-ai-track:last-child { border-bottom: 1px solid #35403e; }
.app-track-label { display: flex; flex-direction: column; justify-content: space-between; padding: 26px 20px 26px 0; }
.app-track-label span { color: #83c3bd; font-size: 11px; font-weight: 700; }
.app-track-label b { color: #788a86; font-size: 9px; letter-spacing: .14em; writing-mode: vertical-rl; }
.app-ai-track figure { margin: 0; overflow: hidden; border-right: 1px solid #35403e; border-left: 1px solid #35403e; }
.app-ai-track figure img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.app-ai-track > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 5vw, 70px); }
.app-ai-track h2 { margin: 0; font-size: clamp(34px, 4vw, 53px); font-weight: 700; letter-spacing: -.05em; }
.app-ai-track p { margin: 20px 0; color: #aebbb8; font-size: 15px; line-height: 1.72; }
.app-ai-track dl { display: grid; grid-template-columns: 80px 1fr; margin: 0 0 26px; padding-top: 15px; border-top: 1px solid #35403e; font-size: 11px; }
.app-ai-track dt { color: #78bdb7; font-weight: 700; }
.app-ai-track dd { margin: 0; color: #cbd5d2; }
.app-ai-track > div:last-child > a { align-self: flex-start; color: #fff; }
.app-ai-boundary { padding: clamp(84px, 9vw, 130px) 0; background: var(--ap-teal); color: #fff; }
.app-ai-boundary > .ap-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .7fr); align-items: end; gap: clamp(55px, 9vw, 128px); }
.app-ai-boundary .app-kicker { color: #c8e4e1; }
.app-ai-boundary > .ap-shell > p { margin: 0; color: #d2e8e5; font-size: 16px; line-height: 1.8; }
.app-ai-boundary a { color: #fff4c9; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

/* 제작 흐름 */
.app-hero-workflow { background: #efece2; }
.app-workflow-legend { border-top: 2px solid var(--ap-ink); }
.app-workflow-legend > div { display: grid; grid-template-columns: 39px 1fr; gap: 10px 15px; padding: 18px 0; border-bottom: 1px solid #cfd1cb; }
.app-workflow-legend span { grid-row: 1 / 3; color: var(--ap-orange-dark); font-size: 10px; font-weight: 700; }
.app-workflow-legend b { font-size: 15px; }
.app-workflow-legend small { color: var(--ap-muted); font-size: 11px; }
.app-workflow-map { padding: clamp(86px, 9vw, 136px) 0; background: var(--ap-dark); color: #fff; }
.app-workflow-line { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #50605d; border-bottom: 1px solid #50605d; }
.app-workflow-line article { position: relative; display: flex; min-height: 390px; flex-direction: column; padding: 35px; border-left: 1px solid #50605d; }
.app-workflow-line article:first-child { border-left: 0; }
.app-workflow-line article:not(:last-child)::after { position: absolute; top: 44px; right: -15px; z-index: 1; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #697875; border-radius: 50%; background: var(--ap-dark); color: var(--ap-orange); content: "→"; font-size: 12px; }
.app-workflow-line article > span { color: #84c5bf; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.app-workflow-line h2 { margin: auto 0 0; font-size: clamp(31px, 3.5vw, 44px); font-weight: 700; letter-spacing: -.05em; }
.app-workflow-line p { margin: 19px 0 25px; color: #aebbb8; font-size: 14px; line-height: 1.72; }
.app-workflow-line a { align-self: flex-start; color: #fff; }
.app-handoff-layout { display: grid; grid-template-columns: minmax(290px, .7fr) minmax(520px, 1.15fr); gap: clamp(70px, 10vw, 140px); }
.app-handoff-layout > div > p:last-child { max-width: 420px; margin: 24px 0 0; color: var(--ap-muted); font-size: 15px; line-height: 1.72; }
.app-handoff-steps { margin: 0; padding: 0; border-top: 2px solid var(--ap-ink); list-style: none; }
.app-handoff-steps li { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 19px; min-height: 82px; border-bottom: 1px solid var(--ap-line); }
.app-handoff-steps b { color: var(--ap-teal); font-size: 10px; }
.app-handoff-steps span { font-size: 17px; font-weight: 700; }
.app-handoff-steps small { color: var(--ap-muted); font-size: 11px; text-align: right; }

/* 비용 안내 */
.app-hero-pricing { background: var(--ap-cream); }
.app-price-zero { padding: 31px; border-top: 3px solid var(--ap-teal); border-bottom: 1px solid var(--ap-ink); background: #f8f7f1; }
.app-price-zero > span { color: var(--ap-teal); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.app-price-zero > strong { display: block; margin: 14px 0 10px; color: var(--ap-orange-dark); font-size: clamp(58px, 6vw, 82px); line-height: 1; letter-spacing: -.07em; }
.app-price-zero p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.55; }
.app-price-zero small { display: block; margin-top: 20px; color: var(--ap-muted); font-size: 10px; }
.app-cost-ledger { padding: clamp(92px, 10vw, 148px) 0; background: var(--ap-canvas); }
.app-cost-ledger > .ap-shell { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(520px, 1.15fr); gap: clamp(70px, 10vw, 142px); }
.app-cost-head { align-self: start; }
.app-cost-head h2 { margin: 0; font-size: clamp(37px, 4.2vw, 58px); font-weight: 700; line-height: 1.14; letter-spacing: -.055em; }
.app-cost-rows { margin: 0; border-top: 2px solid var(--ap-ink); }
.app-cost-rows > div { display: grid; grid-template-columns: minmax(280px, 1.1fr) minmax(190px, .7fr); align-items: center; gap: 30px; min-height: 102px; padding: 20px 0; border-bottom: 1px solid #cbcec8; }
.app-cost-rows dt { display: flex; align-items: center; gap: 15px; font-size: 17px; font-weight: 700; }
.app-cost-rows dt span { display: inline-grid; place-items: center; flex: 0 0 66px; height: 29px; border: 1px solid var(--ap-teal); color: var(--ap-teal); font-size: 8px; letter-spacing: .07em; }
.app-cost-rows dd { margin: 0; color: var(--ap-muted); font-size: 12px; line-height: 1.55; text-align: right; }
.app-choice-table { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.15fr); gap: clamp(70px, 10vw, 142px); }
.app-choice-intro > p:last-child { margin: 25px 0 0; color: var(--ap-muted); font-size: 15px; line-height: 1.72; }
.app-choice-rows { border-top: 2px solid var(--ap-ink); }
.app-choice-rows > div { display: grid; grid-template-columns: 120px 1fr 150px; align-items: center; gap: 18px; min-height: 84px; border-bottom: 1px solid var(--ap-line); }
.app-choice-rows b { font-size: 15px; }
.app-choice-rows span { color: var(--ap-ink-soft); font-size: 13px; }
.app-choice-rows em { color: var(--ap-orange-dark); font-size: 12px; font-style: normal; font-weight: 700; text-align: right; }

/* 질문과답변 */
.app-hero-faq { background: #f2f1eb; }
.app-faq-index { padding: 30px; border: 1px solid #c9ccc6; background: #fff; box-shadow: 12px 12px 0 var(--ap-yellow); }
.app-faq-index > span { color: var(--ap-orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.app-faq-index ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; margin: 25px 0 0; padding: 0; list-style: none; counter-reset: faq-index; }
.app-faq-index li { padding: 11px 0; border-top: 1px solid var(--ap-line); color: var(--ap-ink-soft); font-size: 12px; counter-increment: faq-index; }
.app-faq-index li::before { margin-right: 9px; color: var(--ap-teal); content: counter(faq-index, decimal-leading-zero); font-size: 9px; font-weight: 700; }
.app-faq-section { padding: clamp(92px, 10vw, 150px) 0; }
.app-faq-layout { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(540px, 1.18fr); gap: clamp(70px, 10vw, 142px); }
.app-faq-nav { position: sticky; top: 128px; align-self: start; }
.app-faq-nav > p:not(.app-kicker) { margin: 25px 0 29px; color: var(--ap-muted); font-size: 15px; line-height: 1.72; }
.app-faq-list { border-top: 2px solid var(--ap-ink); }
.ap-page-faq-item { border-bottom: 1px solid var(--ap-line); }
.ap-page-faq-item summary { display: grid; grid-template-columns: 55px 1fr 26px; align-items: center; min-height: 92px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 700; letter-spacing: -.025em; }
.ap-page-faq-item summary::-webkit-details-marker { display: none; }
.ap-page-faq-item summary::after { color: var(--ap-orange-dark); content: "+"; font-size: 24px; font-weight: 400; text-align: right; }
.ap-page-faq-item[open] summary::after { content: "−"; }
.ap-page-faq-item summary span { color: var(--ap-teal); font-size: 10px; letter-spacing: .1em; }
.ap-page-faq-item > div { padding: 0 28px 28px 55px; }
.ap-page-faq-item p { max-width: 680px; margin: 0; color: var(--ap-muted); font-size: 14px; line-height: 1.78; }

@media (max-width: 1080px) {
    .app-hero::after { display: none; }
    .app-hero-grid { grid-template-columns: 1fr; align-items: start; }
    .app-hero-copy { max-width: 780px; }
    .app-result-panel, .app-tool-index-panel, .app-ai-brief, .app-workflow-legend, .app-price-zero, .app-faq-index { width: min(620px, calc(100% - 16px)); }
    .app-production-layout, .app-proof-grid, .app-ai-boundary > .ap-shell, .app-handoff-layout, .app-cost-ledger > .ap-shell, .app-choice-table, .app-faq-layout { grid-template-columns: 1fr; gap: 50px; }
    .app-sticky-intro, .app-faq-nav { position: static; }
    .app-directory-row, .app-directory-row:nth-child(even) { grid-template-columns: 48px minmax(270px, .75fr) minmax(360px, 1fr); gap: 28px; }
    .app-directory-row:nth-child(even) .app-directory-copy { grid-column: 2; }
    .app-directory-row:nth-child(even) figure { grid-column: 3; }
    .app-ai-track { grid-template-columns: 72px minmax(300px, .8fr) 1fr; }
    .app-workflow-line article { min-height: 350px; padding: 28px; }
    .app-cost-head, .app-choice-intro, .app-faq-nav { max-width: 660px; }
}

@media (max-width: 760px) {
    .app-hero { padding: 64px 0 75px; }
    .app-hero-grid { gap: 42px; }
    .app-crumb { margin-bottom: 34px; }
    .app-hero h1 { font-size: clamp(39px, 11.8vw, 55px); line-height: 1.1; letter-spacing: -.058em; }
    .app-hero h1 br { display: none; }
    .app-hero-lead { margin-top: 23px; font-size: 16px; }
    .app-actions { display: grid; }
    .app-actions .ap-button { width: 100%; }
    .app-section { padding: 78px 0; }
    .app-section h2, .app-proof-band h2, .app-ai-boundary h2, .app-page-next h2, .app-faq-nav h2, .app-cost-head h2 { font-size: clamp(33px, 9.8vw, 45px); }
    .app-result-panel, .app-tool-index-panel, .app-ai-brief, .app-workflow-legend, .app-price-zero, .app-faq-index { width: calc(100% - 10px); }
    .app-result-panel { padding: 25px 22px; box-shadow: 10px 10px 0 var(--ap-teal); }
    .app-result-panel > p { margin-bottom: 28px; }
    .app-production-layout, .app-proof-grid, .app-ai-boundary > .ap-shell, .app-handoff-layout, .app-cost-ledger > .ap-shell, .app-choice-table, .app-faq-layout { gap: 38px; }
    .app-production-steps li { grid-template-columns: 42px 1fr; gap: 15px; padding: 25px 0; }
    .app-production-steps h3 { font-size: 19px; }
    .app-proof-band, .app-ai-boundary, .app-workflow-map, .app-cost-ledger, .app-faq-section { padding: 78px 0; }
    .app-proof-grid figure { box-shadow: 9px 9px 0 #0a5f5a; }
    .app-tool-index-panel, .app-faq-index { padding: 24px 21px; }
    .app-directory-row, .app-directory-row:nth-child(even) { grid-template-columns: 1fr; gap: 20px; padding: 43px 0; }
    .app-directory-number { display: none; }
    .app-directory-row .app-directory-copy, .app-directory-row:nth-child(even) .app-directory-copy { grid-column: 1; grid-row: 2; }
    .app-directory-row figure, .app-directory-row:nth-child(even) figure { grid-column: 1; grid-row: 1; }
    .app-directory-copy h2 { font-size: 34px; }
    .app-ai-track { grid-template-columns: 1fr; }
    .app-track-label { flex-direction: row; padding: 23px 0 16px; }
    .app-track-label b { writing-mode: initial; }
    .app-ai-track figure { border: 1px solid #35403e; }
    .app-ai-track figure img { min-height: 0; aspect-ratio: 1.35 / 1; }
    .app-ai-track > div:last-child { padding: 29px 0 52px; }
    .app-ai-track dl { grid-template-columns: 76px 1fr; }
    .app-workflow-line { grid-template-columns: 1fr; }
    .app-workflow-line article { min-height: 260px; border-top: 1px solid #50605d; border-left: 0; }
    .app-workflow-line article:first-child { border-top: 0; }
    .app-workflow-line article:not(:last-child)::after { top: auto; right: 26px; bottom: -15px; content: "↓"; }
    .app-handoff-steps li { grid-template-columns: 38px 1fr; padding: 18px 0; }
    .app-handoff-steps small { grid-column: 2; text-align: left; }
    .app-cost-rows > div { grid-template-columns: 1fr; gap: 9px; min-height: 0; padding: 23px 0; }
    .app-cost-rows dt { align-items: flex-start; font-size: 15px; }
    .app-cost-rows dd { padding-left: 81px; text-align: left; }
    .app-choice-rows > div { grid-template-columns: 95px 1fr; gap: 8px 15px; padding: 18px 0; }
    .app-choice-rows em { grid-column: 2; text-align: left; }
    .app-faq-index ol { grid-template-columns: 1fr; }
    .ap-page-faq-item summary { grid-template-columns: 39px 1fr 22px; min-height: 82px; font-size: 16px; }
    .ap-page-faq-item > div { padding: 0 10px 25px 39px; }
    .app-page-next { padding: 76px 0; }
    .app-page-next .ap-button { width: 100%; }
}

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