.wlo-page {
  --wlo-ink: #102038;
  --wlo-muted: #607187;
  --wlo-red: #df3447;
  --wlo-blue: #215b8e;
  --wlo-green: #2e7060;
  --wlo-paper: #f7f3ea;
  color: var(--wlo-ink);
  background: #fff;
}

.wlo-page *, .wlo-page *::before, .wlo-page *::after { box-sizing: border-box; }
.wlo-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.wlo-section { position: relative; border-bottom: 1px solid #d9e2e7; }
.wlo-kicker { margin: 0 0 18px; color: var(--wlo-red); font-size: .75rem; font-weight: 850; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.wlo-page h1, .wlo-page h2, .wlo-page h3, .wlo-page p { margin-top: 0; }
.wlo-page h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(3rem, 5vw, 4.9rem); line-height: .98; letter-spacing: -.057em; font-weight: 800; text-wrap: balance; }
.wlo-page h1 em { color: var(--wlo-red); font-style: normal; }
.wlo-page h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.55vw, 3.5rem); line-height: 1.03; letter-spacing: -.044em; font-weight: 800; text-wrap: balance; }
.wlo-page h3 { font-size: 1.05rem; line-height: 1.3; font-weight: 800; }
.wlo-page p { color: var(--wlo-muted); font-size: 1rem; line-height: 1.7; }

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

.wlo-contract { padding: 78px 0; background: #f7f9fa; }
.wlo-contract__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.wlo-contract header { position: sticky; top: 110px; }
.wlo-contract header p:last-child { max-width: 440px; }
.wlo-contract ol { position: relative; margin: 0; padding: 0; list-style: none; border-top: 1px solid #bfcdd3; }
.wlo-contract li { position: relative; display: grid; grid-template-columns: 72px minmax(0, 1fr) 190px; gap: 22px; align-items: start; padding: 25px 0; border-bottom: 1px solid #bfcdd3; }
.wlo-contract li::before { content: ""; position: absolute; left: 0; top: -1px; width: 0; height: 2px; background: var(--wlo-red); transition: width .25s ease; }
.wlo-contract li:hover::before { width: 100%; }
.wlo-contract li > span { color: var(--wlo-red); font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.wlo-contract li div { min-width: 0; }
.wlo-contract li strong { display: block; margin-bottom: 7px; font-size: 1.08rem; line-height: 1.35; }
.wlo-contract li p { margin-bottom: 0; font-size: .83rem; line-height: 1.55; }
.wlo-contract li > b { color: var(--wlo-green); font-size: .74rem; line-height: 1.48; }

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

.wlo-source { padding: 72px 0; background: var(--wlo-paper); }
.wlo-source__grid { display: grid; grid-template-columns: .85fr 1.15fr .78fr; border-block: 1px solid #bdc8ca; }
.wlo-source__grid > * { min-width: 0; padding: 32px 27px; border-right: 1px solid #bdc8ca; }
.wlo-source__grid > *:last-child { border-right: 0; }
.wlo-source h2 { margin: 0; font-size: clamp(2rem, 2.9vw, 2.9rem); }
.wlo-source article span, .wlo-source aside strong { display: block; margin-bottom: 15px; color: var(--wlo-red); font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.wlo-source article h3 { margin-bottom: 12px; }
.wlo-source article p, .wlo-source aside p { font-size: .82rem; line-height: 1.58; }
.wlo-source a { color: var(--wlo-ink); font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }
.wlo-source aside { background: #fff7e9; }

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

.wlo-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 #d7e0e5; }
.wlo-editorial div, .wlo-editorial nav { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; }
.wlo-editorial strong, .wlo-editorial a { color: var(--wlo-ink); font-size: .74rem; font-weight: 800; }
.wlo-editorial span { color: var(--wlo-muted); font-size: .72rem; }

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

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

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