.cooperation-page { overflow-wrap: anywhere; }
.guide-intro { padding: 2rem 6% 4.25rem; background: var(--navy); color: #fff; }
.cooperation-page .breadcrumbs { display: flex; justify-content: flex-start; gap: .6rem; font-size: .875rem; font-weight: 400; margin: 0 0 3.5rem; color: #c0cbd0; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: .2em; }
.guide-intro > .eyebrow { color: #c0cbd0; }
.guide-intro h1 { white-space: normal; font-size: clamp(2rem, 4.3vw, 4rem); margin: 1.4rem 0; }
.guide-intro h1 span { color: #f59670; }
.guide-lead { max-width: 52rem; font-size: 1.125rem; line-height: 1.95; color: #d7e0e4; }
.guide-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.guide-actions .button { background: #f6f7f6; color: var(--ink); font-size: 1rem; }
.guide-actions .button:hover { background: #dde5e9; }
.text-link { display: inline-block; text-decoration: underline; text-underline-offset: .3em; font-size: 1rem; }
.text-link:hover { color: #b64820; }
.guide-actions .text-link:hover { color: #f59670; }
.guide-actions .text-link { display: inline-flex; align-items: center; min-height: 44px; }
.guide-wrap { max-width: 78rem; padding: 0 6%; margin: auto; }
.cooperation-page .guide-toc { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: .5rem 1.75rem; margin: 0; padding: 1.5rem 0; border-bottom: 1px solid var(--line); font-size: .9375rem; }
.guide-toc a { display: inline-flex; align-items: center; min-height: 44px; }
.guide-section { padding: 4rem 0; border-bottom: 1px solid var(--line); }
.guide-section > .eyebrow { color: var(--muted); }
.guide-section h2, .guide-contact h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin: 1rem 0 1.4rem; }
.guide-section > p { max-width: 58rem; color: var(--muted); line-height: 1.9; margin: 0 0 1.6rem; }
.guide-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.guide-options article { border: 1px solid var(--line); padding: 2rem; background: #fff; }
.guide-option-label { display: flex; align-items: baseline; flex-wrap: wrap; gap: 1rem; color: #2f6079; font-size: 2rem; font-weight: 600; }
.guide-option-label span { color: var(--muted); font-size: .875rem; font-weight: 400; }
.guide-options h3 { margin: 1rem 0; font-size: 1.25rem; }
.guide-options p, .guide-options ul { color: var(--muted); }
.guide-options ul { padding-left: 1.2rem; margin-bottom: 0; }
.guide-options li + li { margin-top: .45rem; }
.spec-list { margin: 1.75rem 0; }
.spec-list > div { display: grid; grid-template-columns: minmax(9rem, 1fr) 3fr; gap: 2rem; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.spec-list > div:last-child { border-bottom: 1px solid var(--line); }
.spec-list dt { font-weight: 700; }
.spec-list dd { margin: 0; color: var(--muted); }
.comparison-scroll { overflow-x: auto; margin: 1.5rem 0; }
.comparison-scroll:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.comparison-table { width: 100%; min-width: 42rem; border-collapse: collapse; text-align: left; font-size: 1rem; }
.comparison-table caption { text-align: left; font-size: .875rem; color: var(--muted); padding-bottom: .75rem; }
.comparison-table th, .comparison-table td { padding: 1.2rem; border-bottom: 1px solid var(--line); vertical-align: top; width: 33.333%; }
.comparison-table thead th { background: var(--navy); color: #fff; font-size: .9375rem; }
.comparison-table tbody th { font-weight: 600; }
.comparison-table td { color: var(--muted); }
.comparison-table a { text-decoration: underline; text-underline-offset: .25em; }
.comparison-table a:hover { color: #b64820; }
.guide-section .guide-note { font-size: .875rem; margin-bottom: 0; }
.terms-note { padding: 1.5rem; background: #e6ebed; margin: 1.75rem 0; }
.terms-note h3 { margin: 0 0 .65rem; font-size: 1.125rem; }
.terms-note p { margin: 0; color: var(--muted); }
.guide-questions article + article { margin-top: 1.75rem; }
.guide-questions h3 { margin: 0 0 .6rem; font-size: 1.125rem; }
.guide-questions p { margin: 0; color: var(--muted); max-width: 58rem; line-height: 1.9; }
.guide-questions a { text-decoration: underline; text-underline-offset: .25em; }
.guide-questions a:hover { color: #b64820; }
.comparison-table tr:target { background: #e6ebed; }
.guide-contact { padding: 3rem; background: #e6ebed; margin: 3rem 0; }
.guide-contact p { color: var(--muted); }
.guide-contact address { display: flex; flex-direction: column; align-items: flex-start; font-style: normal; gap: .75rem; margin-top: 1.75rem; }
.contact-number { display: inline-flex; align-items: center; min-height: 44px; font-size: 1.4rem; font-weight: 700; text-decoration: underline; text-underline-offset: .25em; }
.contact-number:hover { color: #b64820; }
.cooperation-page footer { border-top: 1px solid var(--line); }
@media (max-width: 700px) {
  .guide-intro { padding: 1.25rem 6% 2.25rem; }
  .cooperation-page .breadcrumbs { flex-wrap: wrap; margin-bottom: 1.25rem; font-size: .8125rem; }
  .guide-intro h1 { margin: .8rem 0 1rem; font-size: clamp(1.8rem, 8vw, 2.25rem); line-height: 1.42; }
  .guide-lead { font-size: 1rem; }
  .guide-actions { display: grid; gap: .75rem; margin-top: 1.5rem; }
  .guide-actions .button { justify-content: space-between; width: 100%; max-width: 24rem; }
  .cooperation-page .guide-toc {
    flex-wrap: nowrap;
    gap: .5rem;
    margin: 0 -6vw;
    padding: .75rem 6vw;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .guide-toc a {
    flex: 0 0 auto;
    min-height: 40px;
    padding: .2rem .75rem;
    background: #fff;
    border: 1px solid var(--line);
    scroll-snap-align: start;
  }
  .guide-section { padding: 2.5rem 0; }
  .guide-section h2, .guide-contact h2 { font-size: 1.7rem; line-height: 1.45; }
  .guide-options { grid-template-columns: 1fr; gap: 1rem; }
  .guide-options article { padding: 1.25rem; }
  .spec-list > div { grid-template-columns: 1fr; gap: .45rem; }
  .comparison-scroll {
    margin: 1.25rem -6vw;
    padding: 0 6vw .35rem;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .comparison-table { min-width: 36rem; font-size: .9375rem; }
  .comparison-table th, .comparison-table td { padding: .8rem; }
  .terms-note { padding: 1.2rem; }
  .guide-contact { padding: 1.25rem; margin: 2rem 0; }
  .contact-number { font-size: 1.2rem; }
}
