.kon-page {
  --kon-ink: #101c31;
  --kon-muted: #62738a;
  --kon-red: #df3447;
  --kon-blue: #215b8e;
  --kon-green: #2e7060;
  --kon-sand: #f6f2e9;
  color: var(--kon-ink);
  background: #fff;
}

.kon-page *, .kon-page *::before, .kon-page *::after { box-sizing: border-box; }
.kon-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.kon-section { position: relative; border-bottom: 1px solid #d9e2e8; }
.kon-kicker { margin: 0 0 18px; color: var(--kon-red); font-size: .75rem; font-weight: 850; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.kon-page h1, .kon-page h2, .kon-page h3, .kon-page p { margin-top: 0; }
.kon-page h1 { margin-bottom: 24px; max-width: 660px; font-size: clamp(3rem, 5.1vw, 5.05rem); line-height: .98; letter-spacing: -.058em; font-weight: 800; text-wrap: balance; }
.kon-page h1 em { color: var(--kon-red); font-style: normal; }
.kon-page h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.7vw, 3.65rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 800; text-wrap: balance; }
.kon-page h3 { font-size: 1rem; line-height: 1.3; font-weight: 800; }
.kon-page p { color: var(--kon-muted); font-size: 1rem; line-height: 1.7; }

.kon-hero { padding: 138px 0 64px; background: linear-gradient(135deg, #fff 0%, #fff 54%, #f7f9fa 100%); }
.kon-hero__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 56px; align-items: center; }
.kon-hero__copy > p:not(.kon-kicker) { max-width: 610px; font-size: 1.14rem; }
.kon-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.kon-actions a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 1px solid #cfd9e0; border-radius: 10px; color: var(--kon-ink); font-size: .84rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.kon-actions a:first-child { border-color: var(--kon-ink); background: var(--kon-ink); color: #fff; }
.kon-actions a:hover { transform: translateY(-2px); border-color: var(--kon-red); }
.kon-actions a:focus-visible, .kon-faq summary:focus-visible, .kon-faq a:focus-visible { outline: 3px solid var(--kon-red); outline-offset: 3px; }
.kon-visual { margin: 0; min-width: 0; }
.kon-visual picture, .kon-visual img { display: block; width: 100%; }
.kon-visual img { height: auto; filter: drop-shadow(0 20px 26px rgba(15, 28, 49, .08)); }
.kon-visual figcaption { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d6e0e6; border-top: 0; background: #fff; }
.kon-visual figcaption span { min-width: 0; padding: 15px 18px; border-right: 1px solid #d6e0e6; }
.kon-visual figcaption span:last-child { border-right: 0; }
.kon-visual figcaption b, .kon-visual figcaption small { display: block; }
.kon-visual figcaption b { margin-bottom: 4px; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--kon-red); }
.kon-visual figcaption small { color: var(--kon-muted); font-size: .72rem; line-height: 1.4; }

.kon-contract { padding: 76px 0; background: #f7f9fa; }
.kon-contract__grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 72px; align-items: start; }
.kon-contract header { position: sticky; top: 110px; }
.kon-contract header p:last-child { max-width: 430px; }
.kon-contract dl { margin: 0; border-top: 1px solid #bdcbd3; }
.kon-contract dl > div { display: grid; grid-template-columns: 90px minmax(0, 1fr) 190px; gap: 20px; align-items: start; padding: 26px 0; border-bottom: 1px solid #bdcbd3; }
.kon-contract dt { color: var(--kon-red); font-size: .73rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.kon-contract dd { display: contents; margin: 0; }
.kon-contract strong { font-size: 1.08rem; line-height: 1.35; }
.kon-contract span { color: var(--kon-muted); font-size: .83rem; line-height: 1.55; }

.kon-delivery { padding: 76px 0; background: #fff; }
.kon-delivery__head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: end; margin-bottom: 38px; }
.kon-delivery__head p:last-child { margin-bottom: 4px; max-width: 650px; }
.kon-delivery ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border: 1px solid #cdd8df; }
.kon-delivery li { min-height: 230px; padding: 24px; border-right: 1px solid #cdd8df; display: flex; flex-direction: column; }
.kon-delivery li:last-child { border-right: 0; }
.kon-delivery li > span { color: var(--kon-red); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.kon-delivery li strong { margin: 28px 0 10px; font-size: 1.08rem; line-height: 1.3; }
.kon-delivery li p { margin-bottom: 18px; font-size: .84rem; line-height: 1.55; }
.kon-delivery li b { margin-top: auto; padding-top: 16px; border-top: 1px solid #dbe3e8; color: var(--kon-green); font-size: .72rem; line-height: 1.45; }

.kon-source { padding: 72px 0; background: var(--kon-sand); }
.kon-source__grid { display: grid; grid-template-columns: .9fr 1.1fr .78fr; border-top: 1px solid #bdc7c9; border-bottom: 1px solid #bdc7c9; }
.kon-source__grid > * { min-width: 0; padding: 34px 28px; border-right: 1px solid #bdc7c9; }
.kon-source__grid > *:last-child { border-right: 0; }
.kon-source h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); }
.kon-source article span, .kon-source aside strong { display: block; margin-bottom: 15px; color: var(--kon-red); font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.kon-source article h3 { margin-bottom: 12px; }
.kon-source article p, .kon-source aside p { font-size: .82rem; line-height: 1.58; }
.kon-source a { color: var(--kon-ink); font-size: .78rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.kon-source aside { background: #fff8e8; }

.kon-faq { padding: 76px 0; background: #fff; }
.kon-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.kon-faq header { position: sticky; top: 110px; }
.kon-faq header a { display: inline-flex; align-items: center; gap: 14px; margin-top: 12px; color: var(--kon-ink); font-size: .8rem; font-weight: 800; }
.kon-faq details { border-top: 1px solid #c6d2d9; }
.kon-faq details:last-child { border-bottom: 1px solid #c6d2d9; }
.kon-faq summary { min-height: 72px; display: grid; grid-template-columns: 42px 1fr 24px; gap: 12px; align-items: center; padding: 14px 0; cursor: pointer; list-style: none; }
.kon-faq summary::-webkit-details-marker { display: none; }
.kon-faq summary span { color: var(--kon-red); font-size: .72rem; font-weight: 850; }
.kon-faq summary strong { font-size: .94rem; line-height: 1.4; }
.kon-faq summary i { width: 18px; height: 18px; position: relative; }
.kon-faq summary i::before, .kon-faq summary i::after { content: ""; position: absolute; left: 2px; top: 8px; width: 14px; height: 2px; background: var(--kon-red); }
.kon-faq summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.kon-faq details[open] summary i::after { transform: rotate(0); }
.kon-faq details > p { margin: 0 36px 20px 54px; font-size: .85rem; }

.kon-editorial { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0; display: flex; justify-content: space-between; gap: 28px; border-bottom: 1px solid #d7e0e6; }
.kon-editorial div, .kon-editorial nav { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.kon-editorial strong, .kon-editorial a { color: var(--kon-ink); font-size: .74rem; font-weight: 800; }
.kon-editorial span { color: var(--kon-muted); font-size: .72rem; }

@media (max-width: 900px) {
  .kon-shell, .kon-editorial { width: min(100% - 32px, 720px); }
  .kon-hero { padding: 116px 0 48px; }
  .kon-hero__grid, .kon-contract__grid, .kon-delivery__head, .kon-faq__grid { grid-template-columns: 1fr; gap: 34px; }
  .kon-contract header, .kon-faq header { position: static; }
  .kon-delivery ol { grid-template-columns: repeat(2, 1fr); }
  .kon-delivery li:nth-child(2) { border-right: 0; }
  .kon-delivery li:nth-child(-n+2) { border-bottom: 1px solid #cdd8df; }
  .kon-source__grid { grid-template-columns: 1fr 1fr; }
  .kon-source__grid header { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid #bdc7c9; }
  .kon-source__grid article { border-right: 1px solid #bdc7c9; }
}

@media (max-width: 600px) {
  .kon-shell, .kon-editorial { width: calc(100% - 28px); }
  .kon-kicker { margin-bottom: 14px; font-size: .68rem; }
  .kon-page h1 { margin-bottom: 18px; font-size: clamp(2.65rem, 13vw, 3.35rem); }
  .kon-page h2 { font-size: 2.18rem; }
  .kon-hero { padding: 104px 0 38px; }
  .kon-hero__grid { gap: 30px; }
  .kon-hero__copy > p:not(.kon-kicker) { font-size: 1rem; line-height: 1.62; }
  .kon-actions { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .kon-actions a { width: 100%; }
  .kon-visual { margin-inline: -2px; }
  .kon-visual figcaption { grid-template-columns: 1fr; }
  .kon-visual figcaption span { display: grid; grid-template-columns: 90px 1fr; gap: 10px; border-right: 0; border-bottom: 1px solid #d6e0e6; padding: 11px 14px; }
  .kon-visual figcaption span:last-child { border-bottom: 0; }
  .kon-contract, .kon-delivery, .kon-source, .kon-faq { padding: 52px 0; }
  .kon-contract dl > div { grid-template-columns: 52px 1fr; gap: 10px 14px; padding: 20px 0; }
  .kon-contract span { grid-column: 2; }
  .kon-delivery__head { margin-bottom: 26px; }
  .kon-delivery ol { grid-template-columns: 1fr; }
  .kon-delivery li { min-height: 0; border-right: 0; border-bottom: 1px solid #cdd8df; }
  .kon-delivery li:last-child { border-bottom: 0; }
  .kon-delivery li strong { margin-top: 18px; }
  .kon-source__grid { grid-template-columns: 1fr; }
  .kon-source__grid header { grid-column: auto; }
  .kon-source__grid > * { border-right: 0 !important; border-bottom: 1px solid #bdc7c9; padding: 26px 20px; }
  .kon-source__grid > *:last-child { border-bottom: 0; }
  .kon-faq summary { grid-template-columns: 34px 1fr 20px; }
  .kon-faq details > p { margin-left: 44px; margin-right: 10px; }
  .kon-editorial { flex-direction: column; }
}

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