/* Offer page: a short reading path, with the operating detail available on request. */
:root{--offer-paper:#f7f4ee;--offer-ink:#111c35;--offer-text:#4c586b;--offer-gold:#806119;--offer-line:#d8cfbb}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:var(--offer-paper);color:var(--offer-ink);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
*,*:before,*:after{box-sizing:border-box}
a{color:inherit}::selection{background:#f2ddae;color:#111c35}
button,input,textarea{font:inherit}
:focus-visible{outline:3px solid #8a6a14;outline-offset:5px}
.k-menu{display:none!important}
header a[aria-current=page]{text-decoration:underline!important;text-decoration-color:#a88a45!important;text-underline-offset:7px;text-decoration-thickness:1px!important}
.offer-wrap{max-width:1180px;margin:auto;padding-inline:40px}
.offer h1,.offer h2,.offer h3,.offer p,.offer blockquote{margin:0}
.offer h1,.offer h2{font-weight:500;letter-spacing:-.03em;text-wrap:balance}
.offer p{font-size:16px;line-height:1.65;color:var(--offer-text);text-wrap:pretty}
.offer-intro{padding-top:54px;padding-bottom:42px}
.offer-intro h1{font-size:clamp(32px,3.2vw,44px);line-height:1.14;max-width:26ch}
.offer-intro h1 span{color:var(--offer-gold)}
.offer-intro>p{max-width:61ch;margin-top:20px}
.offer-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border-radius:10px;background:#111c35;color:#fff;text-decoration:none;font-size:15px;font-weight:500;line-height:1.45;transition:background .2s,color .2s}
.offer-button:hover{background:#283550;color:#fff}
.offer-intro .offer-button{margin-top:24px}
.offer-path{padding-bottom:50px}
.offer-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:0;padding:0;list-style:none}
.offer-steps>li{background:#fdfbf7;border-top:1px solid #bfa76f;padding:23px 24px 26px;display:flex;flex-direction:column}
.offer-number{font-size:13px;font-weight:500;font-variant-numeric:tabular-nums;color:var(--offer-gold);margin-bottom:17px}
.offer-steps h2{font-size:22px;line-height:1.25;margin-bottom:14px;text-wrap:pretty}
.offer-steps>li>p{margin-bottom:24px}
.offer-result{margin-top:auto;padding-top:17px;border-top:1px solid #e4ded2}
.offer-result h3{font-size:14px;line-height:1.5;font-weight:500;color:var(--offer-gold);margin-bottom:7px}
.offer-result p{font-size:15px;line-height:1.6;color:#283550}
.offer-decision{margin-top:22px!important;font-size:15px!important;max-width:80ch}
.offer-decision strong{font-weight:500;color:var(--offer-ink)}
.offer-start{background:#eeebe4}
.offer-start>.offer-wrap{padding-block:48px 32px}
.offer-start-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:80px;align-items:start}
.offer-start h2,.offer-practical h2,.offer-contact h2{font-size:clamp(27px,2.5vw,34px);line-height:1.2}
.offer-start blockquote{font-size:20px;line-height:1.5;font-weight:400;color:#283550;max-width:39ch;margin-top:23px;letter-spacing:-.01em}
.offer-start-copy>p{margin-top:19px;max-width:45ch;font-size:15px}
.offer-effort{padding-top:4px}
.offer-effort h3{font-size:18px;font-weight:500;line-height:1.45}
.offer-effort dl{margin:16px 0}
.offer-effort dl>div{display:grid;grid-template-columns:1.1fr 1fr;gap:16px;padding:14px 0;border-bottom:1px solid #d8d2c5;font-size:15px;line-height:1.45}
.offer-effort dt{font-weight:500;color:#283550}.offer-effort dd{margin:0;color:var(--offer-text)}
.offer-effort>p{font-size:14px;max-width:48ch}
.offer-detail{border-top:1px solid var(--offer-line)}
.offer-start .offer-detail{margin-top:33px}
.offer-detail summary{position:relative;cursor:pointer;list-style:none;display:flex;align-items:center;min-height:62px;padding:17px 42px 17px 0;font-size:16px;font-weight:500;line-height:1.5;color:#283550;transition:color .2s}
.offer-detail summary::-webkit-details-marker{display:none}
.offer-detail summary::after{content:'';position:absolute;right:5px;top:25px;width:8px;height:8px;border-bottom:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg);transition:transform .2s}
.offer-detail[open] summary::after{transform:rotate(225deg)}
.offer-detail summary:hover{color:var(--offer-gold)}
.offer-phases{counter-reset:phases;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:27px 52px;margin:4px 0 20px;padding:0}
.offer-phases li{counter-increment:phases;position:relative;padding-left:30px}
.offer-phases li:before{content:counter(phases);position:absolute;left:0;top:1px;color:var(--offer-gold);font-size:14px;line-height:1.5}
.offer-phases h3{font-size:16px;font-weight:500;line-height:1.45;margin-bottom:7px}
.offer-phases p{font-size:15px;max-width:53ch}
.offer-practical{padding-block:47px 50px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);gap:68px}
.offer-practical h2{max-width:17ch}
.offer-questions .offer-detail:last-child{border-bottom:1px solid var(--offer-line)}
.offer-answer{padding:0 26px 23px 0}
.offer-answer p{font-size:15px;line-height:1.7;max-width:69ch}
.offer-answer p+p{margin-top:12px}
.offer-contact{background:#111c35;color:#f7f4ee}
.offer-contact>.offer-wrap{display:flex;align-items:center;justify-content:space-between;gap:48px;padding-block:42px}
.offer-contact h2{max-width:26ch;font-size:29px}
.offer-contact p{margin-top:12px;color:#d0d7e3;font-size:15px}
.offer-button-light{background:#f2ddaE;color:#111c35;flex-shrink:0}
.offer-button-light:hover{background:#f8e9c7;color:#111c35}
@media(min-width:900px){.k-navm{display:none!important}}
@media(max-width:899px){.k-nav{display:none!important}.k-menu{display:inline-flex!important}.offer-wrap{padding-inline:28px}.offer-start-grid{gap:40px}.offer-practical{gap:36px}.offer-steps{gap:14px}.offer-steps>li{padding:20px 19px 23px}.offer-steps h2{font-size:20px}}
@media(max-width:700px){
 .offer-wrap{padding-inline:24px}.offer-intro{padding-top:32px;padding-bottom:30px}.offer-intro h1{font-size:32px}.offer-intro>p{font-size:16px;margin-top:18px}.offer-intro .offer-button{margin-top:20px}
 .offer-steps{grid-template-columns:1fr;gap:14px}.offer-steps>li{padding:20px 22px 23px}.offer-number{margin-bottom:10px}.offer-steps h2{font-size:22px;margin-bottom:11px}.offer-steps>li>p{margin-bottom:19px}.offer-result{padding-top:15px}
 .offer-path{padding-bottom:34px}.offer-decision{font-size:14px!important;margin-top:20px!important}
 .offer-start>.offer-wrap{padding-block:34px 18px}.offer-start-grid{grid-template-columns:1fr;gap:30px}.offer-start h2,.offer-practical h2{font-size:27px}.offer-start blockquote{font-size:19px;margin-top:20px}.offer-start-copy>p{font-size:15px;margin-top:16px}.offer-effort dl>div{font-size:14px}.offer-effort h3{font-size:17px}
 .offer-phases{grid-template-columns:1fr;gap:21px}.offer-detail summary{font-size:15px}.offer-start .offer-detail{margin-top:24px}
 .offer-practical{grid-template-columns:1fr;gap:24px;padding-block:34px 38px}.offer-practical h2{max-width:none}.offer-answer{padding-right:0}
 .offer-contact>.offer-wrap{flex-direction:column;align-items:flex-start;gap:24px;padding-block:32px}.offer-contact h2{font-size:27px;max-width:22ch}
}
@media(prefers-reduced-motion:no-preference){.offer-intro{animation:offer-enter .65s cubic-bezier(.2,.7,.2,1) both}@keyframes offer-enter{from{opacity:.7;transform:translateY(8px)}to{opacity:1;transform:none}}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

@media(min-width:701px){.offer-steps{grid-template-rows:auto auto 1fr auto;row-gap:0}.offer-steps>li{grid-row:1/5;display:grid;grid-template-rows:subgrid;row-gap:0}.offer-result{margin-top:0}}
