#pk-story-wrap *{box-sizing:border-box}
#pk-story-wrap{width:100%;display:flex;justify-content:center;margin:70px 0;padding:0 16px}
#pk-story{width:100%;max-width:1180px;font-family:Arial,sans-serif;color:#3e3128}
.pk-story-head{text-align:center;max-width:760px;margin:0 auto 50px}
.pk-story-badge{display:inline-block;padding:14px 28px;border-radius:999px;background:#f1e5d7;color:#8b6644;font-size:30px;font-weight:700;margin-bottom:20px}
.pk-story-head p{margin:0;font-size:18px;line-height:1.7;color:#5e5146}

.pk-story-grid{
position:relative;
display:grid;
grid-template-columns:1fr 1fr;
gap:34px 120px;
max-width:1180px;
margin:0 auto
}

.pk-step{position:relative;z-index:2}
.step-1,.step-3,.step-5{justify-self:start}
.step-2,.step-4{justify-self:end;margin-top:40px}
.step-5{grid-column:1/span 2;justify-self:center;margin-top:20px}

.pk-bubble{
width:100%;
max-width:430px;
background:#fff;
border:1px solid #efe2d4;
border-radius:30px;
padding:28px;
box-shadow:0 18px 40px rgba(75,54,37,.08);
transition:.25s
}

.pk-bubble:hover{
transform:translateY(-4px);
box-shadow:0 24px 48px rgba(75,54,37,.12)
}

.pk-highlight{background:linear-gradient(135deg,#fffaf4,#f4e7d8)}
.pk-icon{width:58px;height:58px;border-radius:18px;background:#f8eee3;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px}
.pk-bubble h3{margin:0 0 12px;font-size:25px;line-height:1.2;color:#4f7388}
.pk-bubble p{margin:0;font-size:17px;line-height:1.7;color:#5f5248}

.pk-lines{
position:absolute;
inset:0;
width:100%;
height:100%;
z-index:1;
pointer-events:none
}

.pk-lines path{
fill:none;
stroke:#c9a57c;
stroke-width:4;
stroke-linecap:round
}

.pk-contact-bubble{max-width:620px;margin:60px auto 10px;background:#fff;border-radius:24px;padding:34px;text-align:center;box-shadow:0 18px 40px rgba(0,0,0,.08);border:1px solid #eee3d7;font-family:Arial,sans-serif}
.pk-contact-title{font-size:26px;font-weight:700;color:#4f7388;margin-bottom:18px}
.pk-contact-address{font-size:20px;font-weight:700;color:#3e3128;margin-bottom:14px;line-height:1.6}
.pk-contact-text{font-size:16px;color:#6b5e52;line-height:1.6}

@media(max-width:768px){
#pk-story-wrap{margin:50px 0;padding:0 12px}
.pk-story-badge{font-size:26px}
.pk-story-head p{font-size:16px}
.pk-story-grid{grid-template-columns:1fr;gap:24px;max-width:520px;margin:0 auto}
.pk-step{justify-self:center!important;margin-top:0!important;width:100%}
.step-5{grid-column:auto}
.pk-bubble{max-width:100%;padding:24px;border-radius:24px}
.pk-bubble h3{font-size:22px}
.pk-bubble p{font-size:16px}
.pk-lines{display:none}
.pk-step:not(.step-5)::after{content:"";display:block;width:6px;height:28px;background:#c9a57c;border-radius:99px;margin:10px auto -4px}
.pk-contact-bubble{margin:30px 16px 10px;padding:26px;border-radius:20px}
.pk-contact-title{font-size:22px}
.pk-contact-address{font-size:18px}
}