.lwg-story-section,
.lwg-testimonials-wrap {
    --lwg-purple: #4c0a58;
    --lwg-purple-dark: #2b003d;
    --lwg-magenta: #8b1b78;
    --lwg-orange: #ff7b42;
    --lwg-orange-dark: #ee6530;
    --lwg-ink: #201629;
    --lwg-muted: #6f6676;
    --lwg-border: #eadfeb;
    --lwg-soft: #fbf7fc;
    font-family: inherit;
    color: var(--lwg-ink);
}

.lwg-story-section {
    padding: 22px 0;
}

.lwg-story-card {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    padding: 44px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--lwg-border);
    border-radius: 18px;
    box-shadow: 0 16px 44px rgba(55, 8, 68, .10);
}

.lwg-story-card::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -95px;
    top: -110px;
    border-radius: 50%;
    background: rgba(240, 218, 243, .55);
}

.lwg-story-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--lwg-purple), var(--lwg-magenta), var(--lwg-orange));
}

.lwg-story-header {
    position: relative;
    max-width: 690px;
    margin-bottom: 30px;
}

.lwg-story-kicker {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--lwg-orange-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lwg-story-header h2,
.lwg-testimonials-title {
    margin: 0 0 10px;
    color: var(--lwg-purple-dark);
    font-family: inherit;
    font-weight: 800;
    line-height: 1.1;
}

.lwg-story-header h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.lwg-story-header p {
    margin: 0;
    color: var(--lwg-muted);
    font-size: 16px;
    line-height: 1.7;
}

.lwg-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.lwg-field {
    margin-bottom: 20px;
}

.lwg-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--lwg-purple-dark);
    font-size: 14px;
    font-weight: 750;
}

.lwg-optional {
    color: var(--lwg-muted);
    font-weight: 500;
}

.lwg-field input,
.lwg-field textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 14px 15px;
    color: var(--lwg-ink);
    font: inherit;
    font-size: 15px;
    line-height: 1.45;
    background: #fff;
    border: 1px solid #d8cbdc;
    border-radius: 9px;
    outline: none;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.lwg-field input:focus,
.lwg-field textarea:focus {
    border-color: var(--lwg-magenta);
    box-shadow: 0 0 0 4px rgba(139, 27, 120, .10);
}

.lwg-field textarea {
    min-height: 165px;
    resize: vertical;
}

.lwg-help,
.lwg-form-footnote {
    color: var(--lwg-muted);
    font-size: 12px;
    line-height: 1.5;
}

.lwg-help {
    margin-top: 7px;
}

.lwg-consent {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin: 4px 0 24px;
    padding: 16px;
    background: var(--lwg-soft);
    border: 1px solid var(--lwg-border);
    border-radius: 10px;
}

.lwg-consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 auto;
    accent-color: var(--lwg-purple);
}

.lwg-consent label {
    margin: 0;
    color: #4e4554;
    font-size: 13px;
    line-height: 1.55;
}

.lwg-submit-button {
    appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 13px 24px;
    color: #fff !important;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    background: var(--lwg-orange);
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 123, 66, .24);
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.lwg-submit-button:hover,
.lwg-submit-button:focus {
    color: #fff !important;
    background: var(--lwg-orange-dark);
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(255, 123, 66, .30);
}

.lwg-form-footnote {
    margin: 10px 0 0;
}

.lwg-notice {
    margin: 0 0 24px;
    padding: 14px 16px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 1.5;
}

.lwg-notice-success {
    color: #225d40;
    background: #edf9f2;
    border: 1px solid #b8e3c8;
}

.lwg-notice-error {
    color: #8b2b2b;
    background: #fff1f1;
    border: 1px solid #efc0c0;
}

.lwg-hp {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.lwg-testimonials-wrap {
    padding: 24px 0;
}

.lwg-testimonials-title {
    margin-bottom: 24px;
    text-align: center;
    font-size: clamp(28px, 3vw, 40px);
}

.lwg-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(var(--lwg-columns, 3), minmax(0, 1fr));
    gap: 20px;
}

.lwg-testimonial-card {
    position: relative;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--lwg-border);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(55, 8, 68, .08);
}

.lwg-quote-mark {
    height: 33px;
    margin-bottom: 8px;
    color: var(--lwg-orange);
    font-family: Georgia, serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
}

.lwg-testimonial-text {
    color: #504657;
    font-size: 15px;
    line-height: 1.7;
}

.lwg-testimonial-text p {
    margin: 0 0 12px;
}

.lwg-testimonial-person {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid #eee5f0;
}

.lwg-testimonial-person strong {
    color: var(--lwg-purple-dark);
    font-size: 14px;
}

.lwg-testimonial-person span {
    color: var(--lwg-muted);
    font-size: 12px;
}

@media (max-width: 900px) {
    .lwg-testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .lwg-story-card {
        padding: 30px 20px;
        border-radius: 14px;
    }

    .lwg-field-grid,
    .lwg-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .lwg-submit-button {
        width: 100%;
    }
}
