.story-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}
.story-wrap h1 {
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.3;
    color: #0d2b2e;
    margin-bottom: 18px;
}
.story-wrap h2 {
    font-size: 1.3em;
    font-weight: 700;
    color: #1cb9c8;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e0f7fa;
}
.story-wrap h3 {
    font-size: 1.05em;
    font-weight: 600;
    color: #1a3e42;
    margin-top: 24px;
    margin-bottom: 8px;
}
.story-wrap p {
    font-size: 0.97em;
    color: #444;
    line-height: 1.85;
    margin-bottom: 14px;
}
.story-intro {
    background: #f4fbfc;
    border-left: 4px solid #1cb9c8;
    padding: 18px 22px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 32px;
}
.story-intro p {
    margin: 0;
    font-size: 1em;
    color: #2c4a4e;
}
.testimonial-box {
    background: #0d2b2e;
    color: #fff;
    border-radius: 12px;
    padding: 30px 32px;
    margin: 30px 0;
    position: relative;
}
.testimonial-box::before {
    content: '\201C';
    font-size: 5rem;
    color: #1cb9c8;
    position: absolute;
    top: 10px;
    left: 20px;
    line-height: 1;
    opacity: 0.4;
}
.testimonial-box p {
    color: rgba(255,255,255,0.88);
    font-style: italic;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 0 14px;
    padding-left: 10px;
}
.testimonial-author {
    color: #1cb9c8;
    font-weight: 600;
    font-size: 0.92em;
    padding-left: 10px;
}
.highlight-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}
.chip {
    background: #e0f7fa;
    color: #0d2b2e;
    border: 1px solid #b2ebf2;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.84em;
    font-weight: 500;
}
.cta-box {
    background: #1cb9c8;
    border-radius: 12px;
    padding: 30px 28px;
    text-align: center;
    margin-top: 50px;
}
.cta-box h3 {
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 10px;
}
.cta-box p {
    color: rgba(255,255,255,0.85);
    margin: 0 0 18px;
    font-size: 0.93em;
}
.cta-box a {
    display: inline-block;
    background: #0d2b2e;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.92em;
    text-decoration: none;
    transition: background 0.2s;
}
.cta-box a:hover { background: #1a3e42; }

@media (max-width: 600px) {
    .story-wrap h1 { font-size: 1.4em; }
    .story-wrap h2 { font-size: 1.1em; }
    .testimonial-box { padding: 24px 18px; }
}
