/* Neuromarketing — alternating spotlight stream */
.blog-article--neuromarketing .neuro-body {
    width: 100%;
    max-width: 100%;
    padding-bottom: 4rem;
}

/* Intro */
.neuro-intro {
    margin-bottom: 2rem;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-left: 4px solid #F2BA26;
}

.neuro-intro__lead {
    font-size: clamp(1.0625rem, 2vw, 1.1875rem);
    line-height: 1.75;
    color: #ffffff;
    margin: 0;
}

/* Section headline — above strategy cards */
.neuro-section-head {
    font-size: clamp(1.25rem, 2.4vw, 1.325rem);
    font-weight: 700;
    line-height: 1.4;
    color: #555555;
    margin: 0 0 1.7rem;
}

/* Strategy stream */
.neuro-stream {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

/* Strategy cards */
.neuro-card {
    border: 1px solid #ececec;
    overflow: hidden;
    background: #ffffff;
}

.neuro-card__body {
    padding: 1.5rem 1.35rem 1.65rem;
}

/* Example row — text left, image right */
.neuro-card__example-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 1rem;
    align-items: start;
}

@media (min-width: 768px) {
    .neuro-card__example-row {
        grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
        gap: 1.5rem;
    }
}

.neuro-card__example-text {
    min-width: 0;
}

.neuro-card__example-text > p:last-child {
    margin-bottom: 0;
}

.neuro-card__visual {
    margin: 0;
    line-height: 0;
    align-self: start;
}

.neuro-card__visual img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.neuro-card--authority {
    background: #fafafa;
}

.neuro-card__tag {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F2BA26;
    margin-bottom: 0.65rem;
}

.neuro-card__body h2 {
    font-size: clamp(1.0625rem, 2vw, 1.3125rem);
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a1a;
    margin: 0 0 1rem;
}

.neuro-card__body p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 1rem;
}

.neuro-card__label {
    font-weight: 600;
    color: #333333 !important;
    margin-bottom: 0.5rem !important;
}

.neuro-card__insight {
    margin-top: 0.5rem !important;
    margin-bottom: 0 !important;
    padding-top: 0.85rem;
    border-top: 1px dashed #dddddd;
    font-size: 0.9rem !important;
    font-weight: 600;
    font-style: italic;
    color: #333333 !important;
}

/* Example options */
.neuro-options {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    background: #f8f8f8;
    border-left: 3px solid #F2BA26;
    display: grid;
    gap: 0.4rem;
}

.neuro-options li {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #444444;
    padding-left: 1rem;
    position: relative;
}

.neuro-options li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #F2BA26;
    font-weight: 700;
}

.neuro-options--menu li::before {
    content: '•';
}

.neuro-options li em {
    font-style: normal;
    font-size: 0.8125rem;
    color: #888888;
}

/* How-to action box */
.neuro-action {
    margin: 0.25rem 0 1rem;
    padding: 1rem 1.1rem;
    background: #1a1a1a;
    border-radius: 4px;
}

.neuro-action__title {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #F2BA26;
    margin: 0 0 0.65rem !important;
}

.neuro-action p {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.9rem !important;
    margin: 0 0 0.65rem !important;
}

.neuro-action p:last-child {
    margin-bottom: 0 !important;
}

.neuro-action__list {
    list-style: none;
    margin: 0 0 0.65rem;
    padding: 0;
    display: grid;
    gap: 0.35rem;
}

.neuro-action__list li {
    font-size: 0.875rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    padding-left: 0.85rem;
    position: relative;
}

.neuro-action__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #F2BA26;
}

.neuro-action .blog-article-inline-link {
    color: #F2BA26;
}

/* Authority versus block */
.neuro-versus {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0 0 1rem;
}

@media (min-width: 560px) {
    .neuro-versus {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.neuro-versus__item {
    margin: 0;
    padding: 1rem 1.1rem;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.neuro-versus__item p {
    font-size: 0.9375rem !important;
    font-weight: 600;
    color: #333333 !important;
    margin: 0 0 0.35rem !important;
}

.neuro-versus__item cite {
    font-size: 0.75rem;
    font-style: normal;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.neuro-versus__item--trusted {
    border-color: #F2BA26;
    background: #fffdf5;
    box-shadow: 0 0 0 1px rgba(242, 186, 38, 0.15);
}

/* Conclusion */
.owner-conclusion {
    margin: 2.5rem 0;
    padding-top: 2rem;
    border-top: 1px solid #ececec;
}

.owner-conclusion__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.owner-conclusion__rule {
    flex-shrink: 0;
    width: 2.5rem;
    height: 3px;
    background: #F2BA26;
}

.owner-conclusion h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #444444;
    margin: 0;
}

.owner-conclusion p {
    color: #555555;
    margin: 0 0 1rem;
    line-height: 1.75;
    font-size: 0.975rem;
}

.owner-conclusion p:last-child {
    margin-bottom: 0;
}

.neuro-summary {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .neuro-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.5rem;
    }
}

.neuro-summary li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555555;
}

.neuro-summary li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F2BA26;
}
